
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-position: center;
}

#above_top {
	margin : 0px auto;
	text-align:center;
	padding : 8px 0px 0px 0px;
	height: 24px;
	width: 770px;
	background-image: url(images/above_top_spacer.gif);
	background-repeat: no-repeat;
}

#top {
	margin : 0px auto;
	padding : 0px 0px 0px 0px;
	height: 162px;
	width: 770px;
}

#pagebottom {
	text-align:center;
	line-height: 19px;
	margin : 0px auto;
	padding : 35px 150px 0px 0px;
	width: 620px;
	height: 71px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 770px;
	text-align:left;
	margin : 0px auto;
	background-color: #000000;
	background-image: url(images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 150px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 550px;
	margin-left : 20px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2c2c2;
	background-color : #000000;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
}

hr {
	border: 0px;
	color: #314d2d;
	background-color: #314d2d;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	font-family : "Impact";
	color: #eeeeee;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

strong {
	color: #dddddd;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #e6bf16;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
}


