@charset "utf-8";
* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {
	color: #333333;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #6699FF;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.subtitle {font-weight:bold;
			font-size:14px;
			color:#6f9dbe;}
			


p {text-align:justify;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:6px 8px 6px 8px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#box {
	text-align: center;
	margin: 3px auto;
	width: 800px;
}

#banner {
	width: 800px;
	border-bottom: #eeeeee;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


#nva {
	text-align: right;
	padding: 6px;
	margin: 3px 0 3px 0;
	border-bottom: 0px;
	background-color:#f7a700;
	font-weight:bold;
}

#nva ul {
list-style: none;
}

#nva li {
display:inline;
list-style-type:none;
color:#FFFFFF;
}

#nva a:link {
	color: #FFFFFF;
	text-decoration: none;
}


#nva a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nva a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#nva a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#main {
	width: 800px;
	position:relative;
	text-align:left;
	
}

#main .contence {float:left; width:500px;}

#main .right {float:right; width:280px;}

#main .right h2{clear: both;
				background: #6f9dbe url(images/corner.gif) no-repeat top right;
				color: #FFF;
				padding: 7px 0 7px 5px;
				font: bold 1em Tahoma, Arial, Sans-Serif;}

#main .contence strong {font-size:11px;}

#main .contence h2 {
	clear: both;
	background: #678090 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	}

#main ul{margin-left:20px;}

h2 {font-weight:bold;
	margin:8px 0 6px 0;}

#foot {margin-top: 4px;
	padding: 4px 0 0 0;
	width: 798px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #585858;
	float:left;
}