@charset "utf-8";
/* CSS Document */

@import url(text_style.css);
@import url(nav_link_style.css);
@import url(hacks_style.css);

* {
	margin: 0;
	padding: 0;
}


body {
	text-align:center; 
	background-color:#999;
	/*background:url(../images/body_bg.jpg) repeat 0 0;*/
	font-size:100%;
	font-family: verdana, arial, sans-serif; 
	color:#000;
}

#wrapper {width:760px; margin:40px auto 10px auto; text-align:left; border:#3a363b 5px solid}
#container {width:760px; background-color:#729078; }/*left_navbar same bg color with container*/

#header {
	width:760px;
	
}

#logo {width:260px; height:140px; float:left; background-color:#fff}
#header_right {width:500px; height: 90px; float:left; background: url(../images/header.jpg) no-repeat 0 0;}
#main_navbar {width:500px; height:50px;  float:left;}

#content {width:760px; background-color:#fff; float:left; border-top:#2e1714 solid 3px;}




#prod_left {width:375px; float:left; }
#prod_right {width:375px; float:left; }

#footer {width:760px; height:120px; background-color:#040e17;}

