BODY{
	width: 100%;
	background-color: #060606;
	padding: 0px;
	margin: 0px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #aaa;
}

IMG{
	border: none;
	padding: 0px;
	margin: 0px;
}

a:link, a:hover, a:visited{
	color: #fff;
	text-decoration: none;
}


#widecolumn{
	width: 1000px;
	margin: 0 auto;
	z-index: 200;
	text-align: right;

	
	/*border: 1px solid lime;*/
}


#content{
	width: 780px;
	margin-left: 220px;
	text-align: center;
	padding: 0px;
	
	
	/*border: 1px solid purple;*/
}



.h0{
	margin-top: 90px;
	margin-bottom: 70px;
}

.more{
	text-align: right;
	height: 40px;
	margin-bottom: 20px;
	clear: left;
}

.nomore{
	text-align: right;
	height: 40px;
	margin-bottom: 20px;
	clear: left;
}

#footer{
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
	clear: both;
	
	/*border-bottom: 5px solid #000;*/
 
}

#footer span{
	padding-left: 200px;

}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.low_menu{
	margin-bottom: 40px;

}


#description{
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 40px;
}

#description p{
	margin-top: 24px;
	line-height: 140%;
	font-size: 12px;
}

.projectlogo{
	clear: both;
	float: left;
	margin-top: 40px;
}
