/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #535453;
}

a, a:visited {
	color: #E77844;
	text-decoration: none;
}

a:hover {
	color: #838281; 
}

#page {
	display: block;
	position: absolute;
	text-align: center;
	top: 20%;
	margin-top:-60px;
	width:100%;
}

#content{
	border-top: 4px solid #DB3A00;
	width:100%;
	display: block;
	text-align: center;
	border-bottom: 4px solid #DB3A00;
	background:white;

}


#recentprojects {
	width:400px;
	display: none;
}

#lastprojects {

}

.item {
	color: #454945;
	border-left: 3px solid #DB3A00;
padding-left:2px;

}
.item a:hover {
	color: #FFFFFF;
background-color:#DB3A00;
}

h2 {
	font-size: 10pt;
	margin:0px;
	display: inline;
}

#copy {
margin-top:20px;
font-size:7pt;
}