body {
    font: 10pt Arial, Helvetica, sans-serif; 
    background: #f47f03 url("img/images/bg.jpg") ;
    margin: 0; 
}
h1 {
    font-size: 1.5em; 
}
h2{
    font-size: 1.3em; 
}
   
   #container_bg {
    background: #f47f03 url("img/images/container_bg.jpg") top no-repeat;
    height: 822px;
	margin: 0 auto;
    z-index: 1;
		
   }
   #container {
    min-height: 822px;
	margin: 0 auto; 
    width: 962px; 
	margin-top: -822px;
    z-index: 10; 
   }
   #container_2 {
    width: 962px; 
    background: #fdfa89; 
    min-height: 592px;
   }
   #container_2 a{ 
	color:#cc0000;
   }
   
   #header {
    height: 134px;
    background: #f47f03 url("img/images/container_bg.jpg") top no-repeat;
   }
   #header a{
    font-size: 1.1em; 
	color:#fff;
	font-weight: bolder;
   }
   #header img{
   border:none;
   }
   #menu {
	background: transparent url('img/images/menu.jpg')  0px 20px no-repeat; 
	width: 960px; 
	height: 96px; 
	text-align:center;
   }
   #menu table{
	margin: 0px 15px; 
	text-align:center; 
	position: relative;
    z-index: 20; 
   }
   #menu td{
	text-align:center;
    width: 115px;
	height: 96px; 
   }
   #menu a{
    font-size: 1em; 
	color:#fff;
	font-weight: 600;
	text-decoration: none;
	text-shadow: #666 1px 1px 1px;
   }
   #menu_2 { 
	margin: -7px 0px 0 0px;
	width: 962px; 
	height: 42px;
   }
   #menu_2 a{
    font-size: 1em; 
	color:#fff;
	font-weight: 400;
	text-decoration: none;
	margin: 0px 10px 0 10px; 
   }
   #menu_2 table{
   }
   #menu_2 td{
	text-align:center;
	height: 35px;
   }
   #content {
	margin: 15px 20px 0px 20px; 
    float: left; 
    width: 670px; 
    background: #fdfa89; 	
	font-weight: 400;
   }
   #content  a{
	text-decoration: none;
   }
   #content  li{
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 50px;
	list-style-type: none;
    background: url("img/images/content/logo_mini.jpg") no-repeat 0px 0px;
   }
   #content img{
   border:2px solid #f48203;
   border-radius: 2px;
   }
   #sidebar {
    float: left; 
    width: 240px; 
    background: #fdfa89; 
   }
   #sidebar img{
   border:none;
   }
   #footer_bg {
    height: 210px;
    background: #f47f03 url("img/images/footer_bg.jpg");
   }
   #footer_bg_2 {
    background: transparent url("img/images/footer.jpg") top no-repeat;
    height: 210px;
	margin: 0 auto;
    z-index: 1;
		
   }
   #footer {
    width: 962px; 	
    height: 210px;
	margin: 0 auto;
	margin-top: -210px; 
    background: url("img/images/footer.jpg") top no-repeat;
    font-size: 1.0em; 
	color:#925610;
	font-weight: bolder;
    z-index: 10;
   }
   #footer a{
    font-size: 1.0em; 
	color:#9c2201;
	font-weight: bolder;
   }
   #footer img{
   border:none;
   }
   .clear { 
    clear: both;
   }
   .aim{
   	background: transparent url('img/images/menu_aim.png') 0px 7px no-repeat; 
	}
   #menu .aim a{
	color:#fdf483;
	}
   .border_none{
   	border:none; 
	}
   
