﻿/* CSS layout */
#masthead {
	background: #7B7C80;
	margin: 0;
	padding: 0;
	height: 100px;
}

#top_nav {
	background: url('images/buttonbg1.jpg');
	text-align:center;
	
}

#quoteimg {
	position: relative;
	width: 100%;
}

#page_content {
padding-left:20px;
padding-right:20px;
height:250px;
}
#background {

	width: 100%;
	position: absolute;
	top: 134px;
	left: 0;

}
#list {
	position: absolute;
	top: 175px;
	left: 5px;

}



#footer {

}

#email {
	top: 10px;
	position:absolute;
	right: 5px;
}
#man {
	top:130px;
	left: 20px;
	position:absolute;
	
}
#maincontent {
	top:300px;
}
#footer2 {
	background:#7B7C80;
	width:100%;
}