html, body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color:#9c9c9c;
	height:100%;
}

#container{ 
	width:861px;
	text-align:left;
	margin-left:auto; 
	margin-right:auto;
	margin: 0px;
	padding: 0px;
} 

#header{
	background-color:#000000;
	width:861px;
	height:80px;
	border-bottom: solid #797979 2px;
	margin-bottom: 1px;
}

#flashimages{
	height:312px;
	width:321px;
	background-color: #000;
	float:left;
	padding-right:3px;
}

#content{
	background-color: #202020;
	width:537px;
	height:312px;
	float:right;
}

#contentA{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:312px;
	overflow: auto;
}

#maincol{
	height:312px;
	padding-bottom: 1px;
	background-color: #000000;
}

#containerA{
	background-color:#797979;
	width:861px;
	height:309px;
	padding-bottom: 6px;
}

#navigation{
	margin: 20px 0 0 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#000000;
	width:861px;
	text-align:center;
}

#footer{
	margin:0px;
	padding:0px;
	background-color:#000000;
	width:861px;
	text-align:center;
}

#formbutton{
	width:auto;
	float:right;
}







#projectshead{
	width:182px;
	float:left;
}

#projectsmenu{
	float:right;
	padding-top:5px;
}

.clear{

	clear: both;

}