@charset "iso-8859-1";
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font: 12px verdana, sans-serif;
	background: #eee;
}
#outer {
	background: top center url(images/header_bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
}

#header {
	background: top left url(images/logo.gif) no-repeat;
	height: 78px;
}
#header h1 {
	color: #FD2E00;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0 0 70px;
	margin: 0;
}
#header p {
	color: #9e989c;
	padding: 0 0 10px 70px;
	margin: 0;
}
#nav {
	background: url(images/header_c_bg.gif) repeat-x;
	position: relative;
	height: 370px;
}
#nav a {
	color: #E7E4E4;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul {
	padding: 70px 0 0 382px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#nav li {
	background: left center url(images/bullet.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
}
#nav li:hover {
	background: left center url(images/bullet2.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
}
#nav li#activem1 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 19px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#activem2 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 11px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#activem3 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 3px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#activem4 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 0px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#activem5 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 2px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#activem6 {
	background: left center url(images/bullet3.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin-left: 8px;
	color: #7b7b7b;
	text-decoration: none;
}
#nav li#m1 { margin-left: 19px; }
#nav li#m2 { margin-left: 11px; }
#nav li#m3 { margin-left: 3px; }
#nav li#m4 { margin-left: 0px;  }
#nav li#m5 { margin-left: 2px; }
#nav li#m6 { margin-left: 8px; }
#nav a {
	font-weight: normal;
}
#search {
	margin: 20px 0 0 400px;
}
#head {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	height: 370px;
}
#head-pip {
	background: url(images/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 382px;
	width: 48px;
	height: 94px;			
}
#head-title {
	position: absolute;
	top: 0;
	left: 430px;
	width: 292px;
	height: 76px;			
}
#body {
	background: top left #EEEEEE ;
	background-image: url("images/body_bg.jpg") ;
	background-repeat: repeat-y ;
	margin: 0cm 0mm 0cm 0cm ;
	position: relative;
	left: -10px;
	width: 775px;
}
#body-inner {
	padding: 28px 23px 28px 31px;
}
#body-inner h1 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-inner h2 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-inner h3 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-inner h4 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-inner h5 {
	font: 14px "arial narrow", arial, sans-serif;
}
#body-inner h6 {
	font: 24px "arial narrow", arial, sans-serif;
	font-weight:bold;
}
#body-left {
	float: left;
	width: 332px;
	text-align:justify;
}
#body-right {
	float: right;
	width: 333px;
	text-align:justify;
}
#topic-pic {
	background: #666;
	padding: 15px;
}

#body-left ul {
	margin: 30px 55px;
}
#body-left li {
	margin: 5px;
}
#body-left h1 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-left h2 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-left h3 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-left h4 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-left h5 {
	font: 24px "arial narrow", arial, sans-serif;
	font-weight:bold;
}
#body-left h6 {
	background: #ff9000;
	font-size: 12px;
	color: #fff;
	padding: 6px 23px;
	margin: 6px 0 10px 0;
}
#body-right .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 3em 0;
}
#body-right h1 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-right h2 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-right h3 {
	font: 10px "arial narrow", arial, sans-serif;
}
#body-right h4 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-right h5 {
	font: 24px "arial narrow", arial, sans-serif;
	font-weight:bold;
}
#body-right .box p {
	margin: 0 0 1em 0;
}
#body-right .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-right .box .btns {
	text-align: right;
	padding-top: 10px;
	position: relative;
}
.btns a {
	background: left #CC0000 url(images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}
.btns a:hover {
	background-color: #EF1818;
	color: #fff;
}

#copyright {
	background: top left url(images/footer_bg.gif) repeat-x;
	float: right;
	width: 425px;
	clear: both;
	margin-right: 9px;
	padding-bottom: 30px;
	_margin-right: 5px;
}

#copyright-left {
	background: top left url(images/footer_left.gif) no-repeat;
	padding: 27px 30px;
	font-size: 11px;
	text-align: center;
}