/* CSS Document */

body {
	text-align:center;
	background-color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top:0px;
	}

#frame {
	width:868px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	height: 542px;
	}
	
#leftcontent {
	width:217px;
	padding: 8px 0 0 0;
	float:left;
	background:#808284;
	height: 534px;
	}

#centerleftcontent {
	width:217px;
	float:left;
	background:#FFF;
	height: 532px;
	text-align:center;
	padding-top: 10px;
	}
#centerrightcontent {
	width:217px;
	padding:0px;
	float:left;
	height: 542px;
	}

#rightcontent {
	width:217px;
	float:left;
	background:#007BC2;
	height: 537px;
	padding-top:10px;
	}

#rightcontent a {
	text-decoration:none;
	color: #FFF;
}

#rightcontent a:link {
	text-decoration:none;
	color: #FFF;
}

#rightcontent a:hover {
	text-decoration:underline;
	color: #FFF;
}
	
#contactinfo {
	color: #FFF;
	padding: 0px 20px 10px 25px;
	line-height: 20px;
}

#contactinfo p {
}

#moreinformation {
	color: #FFF;
	background-color: #000;
	padding: 15px 20px 10px 25px;
	height: 170px;
	line-height: 20px;
}

#moreinformation p {
}

#companydescription {
	width:170px;
	text-align:left;
	margin: -5px auto auto auto;
}

#companydescription p {
	line-height: 16px;
}

#nav {
	margin-top: 23px;
}

#nav ul {
	list-style-type:none;
	padding:0;
	margin-left:0;
}

#nav ul li {
	background-color: #000;
	display:block;
	color: #FFF;
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;;
	height:12px;
}

#nav ul li a {
	display: block;
	text-decoration:none;
	color: #FFF;
}

#nav ul li a:hover {
	color: #CCC;
}

#newprojects {
	margin-left: 8px;
}



