#content {
	height: 510px;
	background-color: #FFF;
}
#subpages {
	color:#666;
	display: block;
	height: 200px;
	overflow: hidden;
}
.page {
	display: block;
	height: 200px;
}
#leftcol {
	padding-left: 0px;
	float: left;
	color: #666;
	padding-top: 20px;
	width: 220px;
	display: block;
}
#project_nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
#project_nav a{
	text-decoration: none;
	color: #666;
}
#project_nav a:hover{
	text-decoration: underline;
}
#rightcol {
	padding-left: 0px;
	float: right;
}
li a.projects_tab{
	background-position: 0 -24px;
	color: #FFF;
}	
#project_title {
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
#project_location {
	padding-top: 5px;
	padding-bottom: 0;
}
#project_description {

}

