html,body {margin: 0px auto; padding:0;background-color: #2e4258; font-family: Arial; font-size: 12px; color: #000000; text-align: center;}

#outer {
	position: relative;
	margin: 0px auto;
	text-align: center;	
	width: 100%;
	height:100%;
}


#headerbg {
	margin: 0px auto;
	width: 100%;
	background-image : url(../images/bg1.gif);
}

#header { 
	padding: 0px;
	position: relative; 
	width: 780px; 
	height: 196px; 
	background-image : url(../images/home_head.jpg); 
	margin: 0px auto;
	text-align: left;
}

#main_menu a, #main_menu a:link {
	color: #f0eedc;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 10px;
	text-align: bottom;
	line-height:154px
}

#main_menu a:hover, #main_menu a:active {
	color: #ffffff;
	text-decoration: underline;	
}

#mainbg {
	margin: 0px auto 0px auto;
	width: 100%;
	background-color: #f0eedc;
	  background-image: url(..images/bg3.gif);  background-repeat: repeat-y;
}

#maintop { 
	padding: 0px;
	position: relative; 
	width: 780px; 
	height: 141px; 
	background-image : url(../images/home_contenttop.jpg); 
	margin: 0px auto;
}

#main { 
	padding: 0px;
	position: relative; 
	width: 780px;  
	margin: 0px auto; 
	text-align: left;
	background-color: #f0eedc;
    background-image: url(..images/bg3.gif);  background-repeat: repeat-y;
}

#footerbg {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	background-color: #2e4258;
}

#footer { 
	padding: 0px;
	position: relative; 
	width: 780px; 
	height: 80px; 
	background-image : url(../images/footer.jpg); 
	margin: 0px auto 0px auto;
	text-align: left;
}



/* fonts */


.h1 {
   font-family: Arial; 
   font-size: 14px; 
   color: #2e4258;
   font-weight: bold;
}

.h2 {
   font-family: Arial; 
   font-size: 16px; 
   color: #523d32;
   font-weight: bold;
}   

.h3 {
   font-family: Arial; 
   font-size: 16px; 
   color: #2e4258;
   font-weight: bold;
}   

.content {
   font-family: Arial; 
   font-size: 12px; 
   color: #000000;
   text-align: justify;
}    



