@charset "utf-8";
/* CSS Document */

a:link, a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #879131;
}
#master{
	width: 800px;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	height: 600px;
}
#header  {
	margin-top: 0px;
	margin-bottom: 40px;
}
#menuframe  { text-align: justify; width: 140px; float: left }
#body {
	position: relative;
	float: right;
	width: 640px;
	margin-left: 0px;
	overflow:visible;
	height: 400px;
	background-color: #FFFFFF;
}
#bodypicture {
	margin-right: 0px;
	float: right;
	width: 305px;
}
#bodytext {
	width: 305px;
	vertical-align: top;
}
#projecttext {
	width: 250px;
	position: relative;
	float: left;
	margin-right:15px;
}
#projectgallery {
	width: 300px;
	float: left;
	/*border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 10px 10px 0px 10px;*/
	height: 305px;
}
#slideshow {
}
.text   { color: #000000; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; text-align: justify }
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #909656;
	font-size: 1.3em;
}
.imagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
}
