html {
	margin: 0;
	padding: 0;
}
body {
	background: #DFDF81 url(../img/bg.png);
	text-align: center;
	color: #000000;
	font-size: 12px Arial, Verdana, Tahoma, sans-serif;
	margin: 0px;
	padding: 20px 0px 10px 0px;
}
a {
	color: #5F3E2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D110B;
	text-decoration: underline;
}

img {
	border: 0px;
}

#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}

#header {
	height: 320px;
	background: url(../img/header.png) no-repeat;
}
#header p {
	font-size:16px;
	font-style:italic;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#header p.plus {
	padding-right: 22px;
}
#header div {
	padding: 153px 213px 0px 82px;
}
#header a {
	color:#FFFFFF;
}

#nav {
	width: 740px;
	height: 45px;
	margin: 0px 0px 0px 20px;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
	display:inline;
	float:left;
}
#nav a {
	font-size:16px;
	font-style:italic;
	color:#260403;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 12px 0px 10px 0px;
	padding: 0px 15px 0px 15px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #4F7651;
}
#nav a:hover {
	color: #FCFF8B;
	text-decoration: none;
}
#nav .marque {
	color: #ffffff;
	text-decoration: none;
}
#nav .marquelast {
	color: #ffffff;
	text-decoration: none;
	border-right: none 0px !important;
}
.lastchild {
	border-right: none 0px !important;
}

#body {
	background: url(../img/body_bge.png) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	background: url(../img/body_top.png) no-repeat;
}
#body-bot {
	background: bottom url(../img/body_bot.png) no-repeat;
	padding: 21px 25px 15px 42px;
}

#left-box {
	float: left;
	font-size: 13px;
	text-align: justify;
}
#left-box span {
	color:red;
	padding-right:5px;
	font-size:11px;
}
div.left-text {
	margin-right: 18px;
}
.btv {
	margin:0;
	padding-right:5px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font: Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	font-style: italic;
	color:#862e06;
}
h2 b{
	color:#341c12;
}

.img-box {
	padding-left: 69px;
	padding-bottom: 0px;
}

#foot {
	width: 738px;
	margin-left: 20px;
	background: url(../img/foot_bge.png) repeat-y;
}
#foot-top {
	background: url(../img/foot_top.png) no-repeat;
}
#foot-bot {
	background: bottom url(../img/foot_bot.png) no-repeat;
	padding: 13px 21px 12px 28px;
}

#footer {
	margin-top: 14px;
	text-align: center;
}
#footer p {
	font-size: 9px;
	font-weight: none;
	color: #636363;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style: none;
	background: 0px 3px url(../img/bullet.png) no-repeat;
}

#sep {
	margin:0;
	padding:0;
}
#sep .null {
	height:10px;
}
#sep .line {
	height:1px;
	border-bottom: 1px solid #414141;
}

#captcha {
	color:#000000;
}
#captcha .txt{
	text-align:left
	font-size:10px;
}
#captcha .txt span {
	font-size:10px;
	color: red;
}

.clear {
	clear: both;
}
