
body {
    
	margin-left:auto;
    margin-right:auto;
	background: #fff;
	background-image:url('../images/cool_faceoff.jpg');
	
}

.containerlayout {
	margin-left:auto;
    margin-right:auto;
	width:100%;
	height:auto;
	text-align:center;  
}
	
	
.mainsectionlayout {
	margin-left:auto;
    margin-right:auto;
	width:900px;
	height:100px;
	align:center;
	text-align:center;  
}

.mainleft1 {
	float:left;
	width:273px;
	height:800px;
	text-align:center;
}

.mainright1 {
	float:right;
	width:450px;
	height:300px;
	text-align:center;
}

.mainleft2 {
	float:left;
	width:750px;
	height:800px;
	text-align:center;
}

.mainright2 {
	float:right;
	width:300px;
	height:800px;
	text-align:center;
}

.buttonsectionlayout {
	margin-left:10px;
	width:200px;
	height:800px;
	float:left;
	align:center;
	
}
p.doubleline {
	text-decoration: underline overline;
	font-size: 17px;
	font-weight: bold;
}

.spacer {
height:15px;
}

.bottommain {
	width:900px;
	align:left;
}

nav ul {
	background: #903; 
	background: linear-gradient(#903, #9cf);  
	background: -moz-linear-gradient(top, #903 0%, #9cf 100%); 
	background: -webkit-linear-gradient(top, #903 0%,#9cf 100%); 
	box-shadow: 0px 0px 9px #000;
	color: #fff;
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	font-size: 18px;
	
}

nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
	}

nav ul li:hover {
	background: #639;
	
	}
		
		
nav ul li:hover a {
		color: #fff;
	}
	
nav ul li a {
		display: block; padding: 5px 20px;
		color: #fff; text-decoration: none;
	}

	
nav ul ul {
		background: linear-gradient(#066, #399); 
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		z-index:1;
	}
	
	
nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		

nav ul ul li a {
		padding: 10px 10px;
		color: #fff;
		font-size: 14px;
	}	


nav ul ul li a:hover {
		background: #033;
	}
