
body {
    
	margin-left:auto;
    margin-right:auto;
	background: #fff;
	
	
}

.containerlayout {
	margin-left:auto;
    margin-right:auto;
	width:1024px;
	height:516px;
	text-align:center; 
	background-image: url("../images/background2.jpg"); 
}
	
.bottomcontainerlayout {
	margin-left:auto;
    margin-right:auto;
	width:825px;
	text-align:center; 
}
	
.mainsectionlayout {
	margin-left:auto;
    margin-right:auto;
	width:900px;
	height:300px;
	align:center;

}

.mainleft1 {
	float:left;
	width:273px;
	height:525px;
	text-align:center;
}

.mainright1 {
	float:right;
	width:450px;
	height:300px;
	text-align:center;
}

.mainleft2 {
	float:left;
	width:750px;
	height:525px;
	text-align:center;
}

.mainright2 {
	float:right;
	width:300px;
	height:800px;
	text-align:center;
}

.narconleft {
	width: 200px;
	float:left;
	align:center;
	text-align:center;
}

.narconright {
	width: 549px;
	float:left;
	align:center;
	text-align:center;
}

.imagebconleft {
	width: 410px;
	height: 280px;
	float:left;
	align:center;
	text-align:center;
}

.imagebconright {
	width: 410px;
	height: 280px;
	float:right;
	align:center;
	text-align:center;
}

.textbconleft {
	width: 410px;
	height: 280px;
	float:left;
	align:center;
	text-align:right;
	font-size:18px;
	vertical-align:middle;
	margin-top: 10px;
}

.textbconright {
	width: 410px;
	height: 280px;
	float:right;
	align:center;
	text-align:left;
	font-size:18px;
	vertical-align:middle;
	margin-top: 10px;
}

.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;
	}
