body {
		background: #e0e7ef	;
		overflow: scroll;
		}
		

.header, .main, .footer
{
	background:#929396;

	/* background: #3E2F20; */
position:relative;
width: 75%;
left: 50%;
margin-left:-37.5%;
color:#eff3f7;
font-family:Tahoma, Geneva, sans-serif;}

.header {
	background:url(images/headerblend.png) top left no-repeat #929396;
	height: 100px;
}

.menu {
	position:relative;
top:75px;
height: 25px;
overflow:hidden;}

.main {
	
	text-align:justify;
height: auto;
min-height:600px;
min-width:600px;
}

.content {padding:10px;
}

.flashcontent {padding:10px;
text-align:center;
}

.footer {
height: 25px;
text-align:center;
}
