@charset "utf-8";
/* CSS Document */
/*element styles*/
body{
	background:url(../imgs/bg.jpg) repeat;	
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
a:hover{
	border:1px solid #B5B5B5;

}
a:active{
		
	background-color:#9B9B9B;
}
/*Id Styles*/

/*DIVS*/

#wrapper{
	width:850px;
	margin:auto;
	margin-top:60px;
	height:800px;/*Temp Height*/
	
}	
#wrapper #header{
	width:100%;
	height:131px;
	background-color:#33FF99;
	
}

#wrapper #header #header_left{
	width:100px;
	height:100px;
	background-color:#FFFFFF;
	float:left;
	
}

#wrapper #header #header_left p{
	margin-top:5px;
	margin-left:20px;
}
#wrapper #header #header_right{
	width:750px;
	height:100px;
	background-color:#FFFFFF;
	float:right;
}
#wrapper #header #header_right h1{
	margin-left:50px;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	color:#333333;
}
#wrapper #header #header_right P{
	color:#0000FF;
	font-size:18px;
	margin-top:10px;
	font-family:inherit;
}


#wrapper #header #menubar{
	width:100%;
	height:31px;
	background:url(../imgs/menubarbg.png) repeat-x;
}
#wrapper #header #menubar ul{
    width:100%;   
    padding:10px; 
	margin-left:30px;	
	left:30%;
	
}

#wrapper #header #menubar ul li{
   display:inline;
   background:url(../imgs/menubar_link.png) no-repeat;
   height:31px;
   width:100px;
   margin-left:10px;
   padding-left:20px;
}
#wrapper #header #menubar ul li a{
   color:#666666;
   text-decoration:none;
   font-weight:bold;
   font-family:"times new roman",times,serif;
   font-size:15px;
   padding-top:5px;
   margin-bottom:15px;
   text-align:center;
   text-transform:capitalize;
   
}
#wrapper #content{
	width:100%;
	height:1260px;/*Temp Height*/
	background-color:#FFFFFF;
}

#wrapper #content #content_top{
	width:100%px;
	height:425px;
}
#wrapper #content #content_top h4{
	margin-top:20px;
	margin-bottom:5px;
	margin-left:200px;
	font-size:18px;
	color:#000066;
	text-transform:capitalize;
	text-decoration:none;
}
#wrapper #content #content_top h2{
	margin-top:0px;
	margin-bottom:5px;
	margin-left:230px;
	font-size:25px;
	color:#990000;
	font-variant:small-caps;
	text-decoration:blink;
}
#wrapper #content #content_top p{
	margin-top:0px;
	margin-left:120px;
	
}
#wrapper #content #content_top h3{
	margin-top:-15px;
	margin-bottom:0px;
	margin-left:145px;
	font-size:15px;
	color:#666633;

}
#wrapper #content #content_center{
	width:100%px;
	height:570px;
	
	
}
#wrapper #content #content_center p{
	margin-left:10px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	word-spacing:2px;
	text-align:justify;
	margin-right:10px;
}

#wrapper #content #content_center ul{
    display:inline;
    margin-left:15px;
    width:150px;
}
#wrapper #content #content_center ul li{
    width:150px;
	display:inline;
	margin-left:10px;
	margin-top:15px;
}
#wrapper #content #content_center ul li a{
	text-decoration:none;
	margin-left:40px;
	font-weight:bold;
   	font-family:"times new roman",times,serif;
   	font-size:15px;
   	padding-top:10px;
   	margin-bottom:0px;
   	text-align:center;
   	text-transform:capitalize;	
	color:#990033;
}
#wrapper #content #content_bottom{
	width:100%;
	height:265px;
	
}

#wrapper #content #content_bottom p,#wrapper #content #content_bottom h2{
	align:center;
	margin-left:15px;

}
#wrapper #content img{
	margin-right:10px;
	border:5px solid #cccccc;
}
#wrapper #footer{
	width:850px;
	height:82px;
}

#wrapper #footer #footer_left,#wrapper #footer #footer_right{
	width:27px;
	height:82px;
	position:absolute;
	
}

#wrapper #footer #footer_left{
	margin-left:0px;
	background:url(../imgs/footerleft.png) no-repeat;
}



#wrapper #footer #footer_center{
	position:absolute;
	margin-left:27px;
	width:796px;
	height:82px;
	background:url(../imgs/footerbg.png) repeat-x;
}
#wrapper #footer #footer_center h3{
	margin-left:330px;
	font-size:17px;
	font-weight:bold;
	margin-top:20px;
	color:#996600;
}
#wrapper #footer #footer_center h4{
	margin-left:300px;
	font-size:10px;
	font-weight:bold;
	margin-top:20px;
	color:#333300;

}

#wrapper #footer #footer_right{
	margin-left:823px;
	background:url(../imgs/footerright.png) no-repeat;
}










