/* CSS Document */
Body{
	background-image: url('/Images/background.jpg'); 
	background-repeat: repeat-x;
}

.mainBod{
	width:954px;
	border:2px solid #1d2355; 
	background:#E8E8E8;
}

.header{
	width:950px;
	height:125px;
	background-image: url('/Images/new.jpg'); 
	background-repeat: none;
	text-align:right; 
	color:#ffffff; 
	font-weight:bold;
	vertical-align:bottom;
	padding-right:10px; 
	font-size: .8em;
}

.menu{
	background:#1d2355; 
	color:#ffffff;
	width:954px;
}

.footer{
	font-size:.7em; 
	width:100%; 
	text-align:center; 
	margin:auto; 
	padding-bottom:15px;
}

.footer hr{
	color:#1d2355; 
	width:75%;
}

.mainbutton{
	float:left; 
	margin-top:25px; 
	margin-left:300px;
	background-image: url('/Images/chairBod.gif'); 
	background-repeat: repeat-y; 
	color:#ffffff; 
	width:310px;
}

.moreInfo{
	padding:0px; 
	margin:0px; 
	width:615px; 
	float:right; 
	height:100px; 
	padding-top:5px;
	clear:right; 
	margin-top:30px; 
	background-image: url('/Images/moreinfo.png'); 
	text-align:left; 
	color:#ffffff;
	background-repeat:no-repeat
}

.moreInfo form{
	padding:0px; 
	margin:0px;
	padding-top:0px; 
	margin-top:5px;
	margin-left:10px;
	padding-bottom:0px; 
	margin-bottom:0px;
	float:left; 
	color:#000066
	
}


.mainButtons{
	margin-top:25px;
	margin-right:40px;
	float:right;
	width:600px;
}

.morelOGO{
	padding:10px; 
	margin-left:10px; 
	width:300px; 
	float:left; 
	height:100px; 
	padding-top:10px; 
	background-repeat:no-repeat
}

