html, body, div, h1, h2, h3, h4, h5, h6, p, a, strong, ol, ul, li, th {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration:none;
	background:url(../images/mainbg.jpg) repeat-x #810a0c;
	padding:0px;
	margin:0px;
	color:#000000;
}

#wraper {
	width:937px;
	margin:0 auto;
	padding:0;
}

#header {
	width:937px;
	margin:0 auto;
	height:349px;
	padding:0;
	background:url(../images/header.jpg) top center no-repeat;
}

#header .title {
	width:350px;
	float:left;
	height:117px;
}

#header .title  h1{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 117px;
	font-weight: bold;
}

#header .title h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
#header .title h1 a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#header .topbanner {
	width:468px;
	height:60px;
	float:right;
	padding:3px;
	background-color:#950606;
	margin-top:30px;
	margin-bottom:37px;
}

#header .menu {	
	width:937px;
	height:47px;
	margin-bottom:8px;
	margin-top:0px;		
}

#header .menu ul {
	padding:0px;
	margin:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000000;	
}

#header .menu ul li {
	list-style:none;
	float:left;
}

#header .menu ul li a{
	background:url(../images/menubg1.jpg) repeat-x;	
	color:#000000;
	text-decoration:none;
	padding:0 5px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	margin:0px 1px;
	line-height:47px;
	display:block;
}

#header .menu ul li a:hover{
	background:url(../images/menu-hover.jpg) repeat-x;	
	color:#000000;
	text-decoration:none;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}


#header .headerbanner {
	width:937px;
	height:211px;
	margin:0 auto;
}

#container {
	width:937px;
	margin:0 auto;
	background:url(../images/contentbg.jpg) no-repeat #810a0c;
}

#container .breadcrumb {
	width:937px;
	margin:0 auto;
	height:25px;
	background:#000000;
}
#container .breadcrumb ul {
	padding:0px;
	margin:0px;
	color:#ffffff;
	margin-left:12px;
	line-height:25px;
}
#container .breadcrumb ul li {
	list-style:none;
	float:left;
}
#container .breadcrumb ul li a {
	color:#ffffff;
	text-decoration:none;
}
#container .breadcrumb ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/*---------------------------------------left_panel--------------------------------*/
#left_panel {
	width:204px;
	float:left;	
}

#left_panel .title {
	background:url(../images/sidebartitle.jpg) no-repeat;
	height:48px;
}

#left_panel .title .text {
	font:bold 13px/48px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;	
}

#left_panel .banner {
	width:120px;
	height:240px;
	padding:1px;
	border:solid 1px #FFFFFF;
	margin:0 auto;
	margin-top:10px;
}

#left_panel p {
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:10px;
}
/*---------------------------------------left_panel--------------------------------*/
/*---------------------------------------right_panel--------------------------------*/
#right_panel {
	width:204px;
	float:right;	
}

#right_panel .title {
	background:url(../images/sidebartitle.jpg) no-repeat;
	height:48px;
}

#right_panel .title h3 {
	font:bold 13px/48px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
}

#right_panel .banner {
	width:125px;
	height:125px;
	padding:1px;
	border:solid 1px #FFFFFF;
	margin:0 auto;
	margin-top:10px;
}

#right_panel p{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:10px;
}

/*---------------------------------------right_panel--------------------------------*/
/*---------------------------------------center_panel--------------------------------*/
#center_panel {
	width:520px;
	float:left;
	margin-left:4px;
	margin-right:4px;
	background-color:#FFFFFF;
}

#center_panel h2 {
	background:url(../images/pagetitle.jpg) no-repeat;
	width:463px;
	height:38px;
	margin:0 auto;
	font:bold 15px/43px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:3px;
	padding-left:15px;
}
#center_panel p {
	padding:0px;
	margin:0px;
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left:22px;
	padding-right:22px;
	margin-bottom:8px;
}
#center_panel p a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#center_panel p a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
#center_panel .center_image {
	width:384px;
	padding:3px;
	border:solid 1px #666666;
	margin:0 auto;
	margin-bottom:7px;
}
#center_panel ul {
	padding:0px;
	margin:0px;
	color:#000000;
	margin-left:42px;
}
#center_panel ul li {
	list-style:square;
	line-height:18px;
	margin-bottom:5px;
}
#center_panel ul li a {
	color:#000000;
	text-decoration:none;
}
#center_panel ul li a:hover {
	color:#333333;
	text-decoration:none;
}
#center_panel .bottombanner {
	width:468px;
	height:60px;
	margin:0 auto;
}
/*---------------------------------------center_panel--------------------------------*/
#footer {
	background:#2f0202;
	width:937px;
	height:40px;	
	margin:0 auto;
}

#footer p {
	padding:0px;
	margin:0px;
	font:12px/40px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}

#footer p a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.clear {
	clear:both;
	font-size:0px;
	margin:0;
	padding:0;
}

