
body{
	margin:0;
	background:#0f4a8c url(images/bg.jpg) repeat-y center;
	font: 14px Verdana, Arial;
	color: #555;
}

#container{
	width: 1027px;
	margin: auto;
}

h1 { font-size: 20px;}


#header{	
	background: url('images/title_bg.jpg') repeat-x top center;
	width:990px;
	margin: 10px auto;

}


#menu {
	width: 960px;
	height: 56px;
	padding: 0 0 0 66px;
	margin: 0;
	clear:both;
	background: url(images/menu.jpg) no-repeat center ;
}


#menu a { 
	text-decoration: none; 
	float: left; 
	display:block; 
	padding:15px 20px;
	font-size: 16px; 
	color: #fff;  
}

#menu a:hover {
	color:#eada2a; 
}

#menu a:active{ 
	color:#fff; 
}

#tagline { 
	text-decoration: none; 
	float: left; 
	display:block; 
	padding:15px 20px;
	font-size: 16px; 
	color: #fff;  
}


#maintext{
	width:910px;
	padding: 30px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	margin: auto;
}



#footercontent  {	
	width:910px;
	margin: auto;
	padding: 30px;
	text-align: center;
	background: #048e81;
	font: 10px Verdana, Arial;
	color: #fff;
}

#footercontent a{
	color:#fff;
}

