@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
a img {border:none;}
body{
	background-color:#ccc;
	background-image:url(31.gif);
	text-align:center;
	margin:0;
	padding:0;
}
#wrap{
	text-align:left;
	margin:0 auto;
	width:960px;
}
strong{
	font-weight:bold
}
address{
	font-style:normal
}
.clr{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
a{   
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#FD5900;
	text-decoration:underline;
}

/*header begin*/
#header{
	background-color:#FFF;
	height:90px;
	margin-bottom:10px;
}
#logo{
	float:left;
	width:200px;
	padding:10px;
}
#logo img{
	width:200px;
	height:70px;
}
#reg, #nav{
	float:left;
	width:720px;
	height:50%;
	text-align:right;
	padding:0 10px;
}
#reg a{
	margin:10px;
	background-color:#CC6633;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	padding:2px 5px;
	
}
#reg span{
font-size:12px;
color:#666;
}
#reg a:hover{
	background-color:#FD5900;
	color:#FFF;
}
.MenuBarHorizontal{
	float:right
}
/*header end*/

/*footer begin*/
#footer{
	font:"Times New Roman", Times, serif;
	line-height:150%;
	font-size:12px;
}
#footer a{   
    color:#003399;
    text-decoration:none;
}
#footer a:hover{
    color:#FD5900;
	text-decoration:underline;
}
#sitemap{
	float:left;
	width:270px;
	height:80px;
	padding:10px;
	padding-left:20px;
	height:130px;
	background-color:#FFF;
}
#sitemap li{
width:33%;
float:left;
}
#sitemap ul{
list-style:none}
#contact{
	height:80px;
	float:left;
	width:640px;
	padding:10px;
	height:130px;
	line-height:180%;
	background-color:#FFF
}
/*footer end*/