@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #A58846;
	text-decoration: none;
}
a:active {
	color: #B5964D;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #b5964d;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #B5964D;
}





#containor {
	text-align: left;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/wg-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 105px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 105px;
	width: 182px;
}
#topnav {
	text-align: right;
	float: left;
	height: 18px;
	width: 749px;
	padding-top: 83px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
	padding-right: 38px;
}
#topnav ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #ac8936;
	text-decoration: none;
}
#topnav ul li a:hover {
	color: #D9AE43;
}
#topnav ul li a.selected {
	color: #D9AE43;
}
#twitter {
	float: left;
	height: 30px;
	width: 24px;
	padding-top: 75px;
}
#mainbody {
	background-color: #FFFFFF;
	width: 893px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	padding: 30px;
	text-align: left;
}
#footer {
	height: 50px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 15px;
}
#copyright {
	float: left;
}
#botnav {
	float: right;
}
#botnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#botnav ul li a:hover {
	text-decoration: none;
}
#botnav ul li {
	display: inline;
	padding-left: 15px;
}
#botnav ul li a {
	color: #FFFFFF;
}
