body{
	color: #333;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0; padding:0;
}
#container{
	margin: 20px auto;
	width: 750px;
}
#imagecont{
	margin: 0; padding: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ccc;
}
#header{
	height: 81px;
	background: url(header.jpg) no-repeat top left;
}
#header h1{
	margin:0;
	padding: 11px 0 0 18px;
}
#header ul{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: -5px 2px 0 0; 
	padding: 0 0 0 0;
	text-align: right;
}
#header ul li{
	display: inline;
	padding: 2px 6px;
	border-left: 1px dotted #ccc;
}
#header ul li.first{
	border: none;
}
#header ul li a{
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover{
	border-bottom: 1px dotted #ccc;
}
#homebut{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 317px;
}
#homebut img{
	display: block;
	position: absolute;
	top: -4px;
	left: 30px;
	border: none;
}
#homebut a{
	text-decoration: none;
	color: #000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#homebut a:hover{
	color: #fff;
}
#content{
	padding: 0 20px 20px 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 12px;
	line-height: 17px;
}
#content h2{
	font-family: "Arial Narrow", Haettenschweiler, sans-serif;
	color: #F61719;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 5px 0;
}
#content h3	{
	font-size: 18px;
	color: #666;
	margin: 0;
}
#content h4{
	font-size: 14px;
	color: #333;
	margin: 0;
}
#content h1{
	margin: 0;
	padding: 20px 0;
}
#content p{
	text-align: justify
}
#content_image{
	float: left;
	width: 200px;
	padding-top: 45px;
}
#content_text{
	float: right;
	width: 480px;
}
#prevcols{
	padding: 15px 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.prevcol{
	float: left;
	width: 225px;
	margin: 0 5px;
}
.prevcol h2{
	font-family: "Arial Narrow", Haettenschweiler, sans-serif;
	color: #F61719;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	height: 25px;
	overflow: hidden;
}
.prevcol h3{
	font-family: "Arial Narrow", Haettenschweiler, sans-serif;
	color: #666;
	font-size: 13px;
	margin: 0;
	height: 20px;
	overflow: hidden;
}
.prevcol img{
	border: 1px solid #999;
	width: 50px;
	height: 50px;
	float: left;
	margin: 2px 6px 0 0;
}
.prevcol p{
	width: 165px;
	float: left;
	font-family: "Arial Narrow", sans-serif;
	font-size: 12px;
	margin-top: 0;
	letter-spacing: 0.04em;
}
.prevcol a{
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #F61719;
}

#line1{
	margin:0; padding:0;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 31px;
	top: 50.5px;
	border: 0;
	border-bottom: 2px solid #fff;
	display: none;
}
#line2{
	margin:0; padding:0;
	position: absolute;
	left: 50%;
	margin-left: -155px;
	width: 120px;
	top: 46.5px;
	border: 0;
	border-bottom: 2px solid #fff;
	display: none;
}
#footer{
	color: #fff;
	padding: 10px 15px;
	height: 30px;
	background: url(footer.gif) no-repeat;
	font-size: 10px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 1px dotted #fff;
}
#footleft{
	width: 50%;
	float: left;
}
#footright{
	width: 50%;
	float: right;
	text-align: right;
}
.clr{
	clear:both;
	margin: 0;
	font-size: 1px;
}
.project{
	margin: 5px 0 20px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.projecttop{
	background-color: #eaeaea;
	padding: 8px;
	margin: 0 0 10px 0;
}
.projecttop h2, h3{
	margin: 0;
}
.projectcols{
	width: 100%;
	clear: both;
}
.projectright{
	width: 120px;
	float: right;
	text-align: right;
}
.projectright img{
	border: 2px solid #666;
	padding: 2px;
}
.projectright img:hover{
	border: 2px solid #ff3333;
}
.projectleft{
	width: 500px;
	float: left;
	padding: 8px;
}
.projecttitle{
	margin: 0;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
