	
body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: Black;
	background-color: #fff;
}

a:link 
{	
	color: Gray;
	text-decoration: none;
}

a:visited
{	
	color: Gray;
	text-decoration: none;
}

a:hover
{	color: Black;}

a:active
{	color: Black;}

img
{  border-style: none;
}

	
#header_section 
{
	position: static;
	width: 100%;
	height: 25px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-family: Arial;
	font-size: x-large;
	text-transform: uppercase;
	color: Black;
	letter-spacing: 2px;
	}

#container_section
{
	position: relative;
	width: 950px;
}
	
#navigation_section 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 10px 10px 10px 10px;
	}

#content_section
{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 750px;
	padding: 10px 10px 10px 10px;
}
	
#project_center_section 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 520;
	height: 400;
	padding: 20px 0px 20px 0px;
}

#project_images_section 
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210;
	height: 400;
	padding: 20px 20px 20px 20px;
}

#project_description_section 
{
	position: absolute;
	top: 400px;
	left: 0px;
	width: 520px;
}

.navigation 
{
	color: Gray;
	font-family: Arial;
	font-size: large;
	text-transform: uppercase;
	padding-top: 5px;
	}
	
.subnavigation 
{
	color: Gray;
	font-family: Arial;
	font-size: small;
	text-transform: uppercase;
	text-indent: 10px;
	}
	
.project 
{
	color: Gray;
	font-family: Arial;
	font-size: x-small;
	text-indent: 15px;
}

.project_active 
{
	color: Black;
	font-family: Arial;
	font-size: x-small;
	text-indent: 15px;
}

.project_location
{
	color: Gray;
	font-family: Arial;
	font-size:xx-small;
	text-indent: 30px;
	padding-bottom: 3px;
}

.project_image
{	
	padding: 0px 10px 10px 10px;
}

.project_description_header
{
	text-align: left;
	font-size: x-small;
	font-family: Arial;	
}

.project_description 
{
	text-align: left;
	font-size: xx-small;
	font-family: Arial;	
}

.contact_header {
	font-family: Arial;
	color: Gray;
	font-size: large;
	text-transform: uppercase;
}

.contact_detail {
	font-family: Arial;
	color: Gray;
	font-size: medium;
}

.about_header {
	font-family: Arial;
	color: Gray;
	font-size: large;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.about_subheader {
	font-family: Arial;
	color: Gray;
	font-size: medium;
	padding-bottom: 5px;
}

.about_detail {
	font-family: Arial;
	color: Gray;
	font-size: small;
	padding-bottom: 10px;
}

.footer
{
	padding-top: 20px;
	font-family: Arial;
	text-align: center;
	font-size: xx-small;
	color: #ccc;
	}



