*, body, html {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial, Verdana, Tahoma, sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #990000;
	outline: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 110px;
}

img.hlogo {
	margin: 10px 0 0 50px;
	float: left;
}

img.hname {
	margin: 10px 0 0 40px;
}

#header p {
	margin: 10px 0 0 200px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

#main {
	width: 1000px;
	background: #FFF url('images/bg_tile.png') left top repeat-y;
}

#main_top {
	width: 1000px;
	height: 53px;
	background-image: url(images/bg_top.png);
}

#main_middle {
	width: 1000px;
}

#left {
	width: 220px;
	margin-left: 25px;
//	margin-left: 12px;
	padding-left: 1px;
	float: left;
}

#left ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	width: 220px;
}

#left ul li a {
	text-decoration: none;
	display: block;
	width: 211px;
	padding: 5px;
	padding-left: 10px;
	color: #666;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#left ul li.one a {
	border-top: 1px solid #ccc;
}

#left ul li a:hover, #left ul li a.current {
	background: #fff;
}

#left #ladv {
	width: 205px;
	background-color: #fff;
	padding: 10px;
	background: #f1edec;
}

#left #ladv p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#left #ladv ul {
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
	width: 215px;
//	width: 207px;
}

#left #ladv ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	border: none;
	background: none;
	color: black;
}

#left #ladv ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
	border: none;
}

#left #ladv ul a:hover {
	text-decoration: underline;
}

#right {
	float: right;
	width: 680px;
	padding-right: 40px;
	padding-bottom: 10px;
}

#right h1 {
	color:#703128;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

#right p {
	margin-bottom: 10px;
}

#right p.pcenter {
	text-align: center;
}

#right table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

#right table th, #right table td {
	padding: 5px 5px 25px 5px;
}

#right table td a {
	font-size: 12px;
}

#right table td a:hover {
	color: #000;
}

#right table td a img {
	margin-bottom: 5px;
}

#right table.tsd {
	margin-bottom: 10px;
}

#right table.tsd td {
	width: 50%;
	border: none;
	padding: 5px 5px 10px 5px;
	vertical-align: top;
	text-align: center;
}

#right table.gal td {
	text-align: center;
	vertical-align: top;
	width: 50%;
}

#right ol, #right ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

img.iright {
	float: right;
	margin: 10px;
}

img.ileft {
	float: left;
	margin: 10px;
}

#main_bottom {
	width: 1000px;
	height: 60px;
	background: #FFF url(images/bg_bottom.png) left top no-repeat;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}

#main_bottom p {
	line-height: 20px;
}

#fadv {
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 1000px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 0;
	padding: 10px;
}

#fadv li {
	display: block;
	float: left;
	width: 316px;
	margin: 0;
	padding: 5px;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}
