/* Globals */

a:link {
	color: #DDDDDD;
}

a:visited {
	color: #DDDDDD;
}

a:hover {
	color: #90CC40;
	text-decoration: underline;
}

a:active {
	color: #DDDDDD;
	text-decoration: underline;
}



h2 {
	color: #859062;
}

body {
	background: #101010 url('images/bg.png') repeat-y 50% 0;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 0.8em;
	margin-top: 0;
}

html { /* Hack to force a scrollbar */
	height:100%; 
	margin-bottom: 1px;
}

/* Individual Objects */

#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 100%;	
}

#header {
	width: 800px;
	height: 133px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #101010 url('images/head.png') no-repeat 50% 0;
}

#main {
	float: left;
	width: 570px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 8px;
	text-align: justify;
	line-height: 160%;
	color: #DDDDDD;
}

#rcol {
	float: right;
	padding: 10px 10px 10px 30px;
	width: 160px;
	text-align: center;
	color: #C0C0C0;
}

#hnav{
	padding: 1px 10px 10px 10px;
	background-color: #454622;
	height: 2em;
	border: 1px solid black;
}

#hnav ul {
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hnav li {
	display: inline;
	list-style: none;
}

#hnav a {
	float: left;
	margin:0px 35px 0px 0px;
	text-decoration: none;
	color: #C0C0C0;
	font-weight: bold;
}
	
#hnav a.active, #hnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
	
#copyright {
	text-align: center;
	font-size: 0.7em;
}

/* Classes */

.rcoltitle {
	font-weight: bold;
	text-align: center;
}

.barshot {
	border: 1px solid black;
}

.barshot:hover {
	border: 1px solid #DDDDDD;
}

.guidesummary {
	font-style: italic;
}

.guidetitle {
	font-weight: bold;
}