* {
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	color: #ffcc66;
}

a, a img {
	color: #ffcc66;
	text-decoration: none;
	border: 0;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

html {
	background: #000;
}
body{
	width: 1000px;
	margin:auto;
	background: url(images/logo.gif) no-repeat;
}
.wrapper {
	width: 1000px;
	height: 600px;
	margin: auto;
	position: relative;
	top: 80px;
	background: url(images/background.png);
}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 23px;
	padding-left: 10px;
}

.headerbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	padding-top: 2px;
	margin-top: 30px;
	background: #5c5c3d;
	width: 1000px;
	height: 22px;
	text-align: center;
}

.headerbar ul li {
	display: inline;
	font-size: 13px;
}

.headerbar ul li a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c7cc95;
	padding: 5px;
}

.headerbar ul li a:hover {
	background: #641334;
	border-left: 4px solid #8c8c5d;
	border-right: 4px solid #8c8c5d;
	padding: 5px 1px;
}

.navigation_block {
	position: absolute;
	width: 150px;
	right: 60px;
	bottom: 30px;
	margin: 0px;
}

.navigation_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}

.navigation_block ul li {
	color: #cccc99;
	font-size: 14px;
	padding: 3px 0 3px 4px;
	min-height: 16px;
	background-color: #6a6a47;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navigation_block ul li.selected{
background:#660033; color:#cccc99;
}
.navigation_block ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cccc99;
}

.navigation_block ul li a:hover {
	color: #ffcc66;
}

/*misc styles*/

.text-block {
	display: block;
	clear: both;
	width: 300px;
	position: absolute;
	color: #cccca3;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

.text-block h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}