@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	margin: 0 auto;
	background-color:#c1ae6b;/*#a5b7d2;*/
}
h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 175%;
	font-style: italic;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#main {
	width: 986px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	border: 2px solid #7d5f1e;
	border-bottom: none;
	background-color: #fff;
}
#header {
	width: 986px;
	height: 157px;
	margin: 0;
	padding: 0;
}
#nav {
	width: 986px;
	height: 43px;
	background-color: #7d5f1e;
}
#nav a {
	line-height: 43px;
	height: 43px;
	padding: 15px 20px 14px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#nav a:hover, #nav a.on {
	background-color: #ac8500;
}
#nav a.on {
	padding-top: 10px;
	border-top: solid 4px #f7daa2;
	padding-bottom: 10px;
	border-bottom: solid 4px #f3cd86;
}
#content {
	width: 685px;
	padding: 20px 25px 25px 40px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	float: left;
}
#content img {
	float:right;
	margin: 0px 0px 20px 20px;
	border: solid 1px #999;
}
#sidebar {
	width: 191px;
	/*background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	padding: 40px 25px 20px 20px;
	float:right;
	text-align: left;
	background-image: url(../images/sidebar_bk.jpg);
	background-repeat: no-repeat;
}
#sidebar a {
	background: url(../images/arrow.gif) no-repeat left 2px;
	padding: 0px 5px 10px 15px;
	display: block;
	float:right;
	text-align: left;
	font-weight: bold;
	width: 100%;
}
#sidebar img {
	margin: 0 auto;
	margin-top: 10px;
}

#footer {
	width: 986px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background-color:#7d5f1e;
	font-weight: bold;
}
#copyright {
	width: 986px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-bottom: 25px;
}
#copyright a {
	color: #333;
	text-decoration: none;
}
.clear {
	clear:both;
	height: 1px;
	line-height: 1px;
	font-size:1px;
}
.msg {
	padding: 10px;
	margin: 10px;
	border: solid 1px #000;
	color:#cc0000;
	font-weight: bold;
	text-align: left;
	background-color: #FFFF00;
}
img.flrt {
	float:right;
	clear:right;
	border: none;
}