.wrap
{
	margin:0 auto;
	width:1000px;
	overflow: hidden;
}

body
{
	overflow:auto;
	text-align: left;
	background-image: url('http://inauguration.thetechnonaut.com/media/iss_back.jpg');
	background-color: #daeefb;
	background-repeat: repeat-x;
	min-width: 1000px;
	min-height: 1800px;
	margin-bottom: 10px;
	margin-top: 10px;
	

}

.nav
{
	text-align: center;

}

.main
{

	text-align: left; 
	width: 850px;
	margin-left: auto; 
	margin-right: auto;
	min-height:800px;
	background-color: white;
	border: solid 1px #095aa6;
	float:left;
}

.banner
{
	margin-bottom: 10px;
	margin-left: 50px;
}

.main_text
{
	text-align: justify;
	width:600px;
	padding-left:125px;
}

.bottom_text
{
	text-align: justify;
	width:600px;
	padding-left:50px;
}

.topheader
{
	padding-left: 75px;
	color: DarkRed;
}

.sidebar
{
	float:right;
	width:130px;
	min-height:975px;
	padding-top: 20px;
}

.menu
{
	border-bottom:solid 2px black;
	width:800px;
	text-align: left;
	height:35px;
	background-image: url('http://www.instockshopper.com/media/button_back.jpg');
	
}

.mainbody
{
	margin-left:75px;
	margin-top:25px;
	width:800px;
	font-size:16px;

}

.mainbodynav
{
	text-align:center;
}

