body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin:0;
   padding:0;
}
img{
   border: none;
}
body{
   font-family: Arial,Helvetica,sans-serif;
   font-size:13px;
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   line-height:1.231;
   background-color: #030305;
}
#headerwapper{
   margin:0 auto;
   padding-top:10px;
   width:992px;
}
#header {
   background:#030305 url(../images/logo1.jpg) no-repeat center center;
   height:300px;
   position:relative;
}
a:link, a:visited {
   color:#439CC6;
   text-decoration:none;
}

#fomenu ul {
	font:Arial;


}
#topmenu ul li {
   display: inline;
}
#topmenu a{
   color:#A0A0A0;
   float:left;
   padding:0.6em 1em;
   font-weight: bold;
}
/*#sitename{
   text-align: left;
   padding-top: 40px;
}*/
#sitename a{
   color:white;
   font-size:300%;
   font-weight:bold;
}
#bodywrapper {
   padding:0;
   width:100%;
}

#box_top{
	background:#000000 url(../images/box_top.png) left top;
   margin:0 ;
   height:30px;
   width:980px;
   position: absolute;
   clear:both;
   padding:0;
  	}

#contentinner {
	background:#000000 url(../images/box_middle.png) /*repeat-y scroll left top*/;
	margin-top:30;
   overflow:hidden;
   padding:0;
   width:980px;
   height:auto;
    
    
}

#box_bottom{
	background:#000000 url(../images/box_bottom.png);
   margin:0 ;
   color:#A0A0A0;
   height:30px;
   width:980px;
   position: relative;
   text-align:right;
   text-decoration:underline;
   clear:both;
   padding:0;
	
		    }

#content{
	float:right;
	margin-top:30px;
	width:550px;
	color:#A0A0A0;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#content ul, #right ul{
   padding-left: 20px;
}
#left{
   color:#8C8C8C;
   float:left;
   margin-top:30px;
   padding:10px 30px 30px;
   width:245px;
}

}
#right h3 {
   background:#050505;
   color:#A0A0A0;
   line-height:1.5em;
   margin:5px 0 1em;
   padding:5px;
}

#left ul{
   list-style: none;
}
#left li a{
   display: block;
   padding: 5px ;
   width: 15em;
   background-color: #1B1B1B;
   border: 1px solid #242424;
   margin:1px;
}
#left li a:hover{
   color: white;
   background-color: black;
   margin-left: 5px;
}


	