
#header{
	padding-left: 20px;	
}

#container{
		background:url(../images/about-bg.jpg) top center no-repeat;		
		padding-top: 200px;
		overflow: auto;
}


#leftnav{
	margin-top: 20px;	
	width: 220px;
	text-align:center;
	float:left;
}

#leftnav a:hover img{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;

}

#contentRight{
	float:right;
	width: 600px;
	border-left:1px solid #291B06;
	padding-left: 10px; 
}
	
#footer{
	text-align:center;	
	margin-top: 20px;
}

#footer h1{
	display:block;
	width:100%;
	background:url(../images/footer-bg.jpg) repeat-x;
	height: 67px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	font-weight:normal;
	padding-top: 22px;
	color:#ffb44d;
	margin-bottom: 0px;
}

a.projectlist{
	text-decoration:none;

}

h1.projectlist{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	color:#D6882C;
	font-size: 1.3em;
	margin-bottom: 3px;
	margin-top: 30px;
}

p.projectlist{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

img.projectlist{
	float:left;
	margin-right: 15px;
	border:1px solid #301E05;
	padding:5px;
}
a.group{
	text-decoration:none;	
	margin-bottom: 10px;
		display:block;
		float:left;
		margin-right: 10px;
		text-align:center;
}
a.group img{
	border:1px solid #000;
	width: 180px;	
}

a.group img:hover{
	border:1px solid #D6882C;
	
}
