
/*---------------------------------------------------------------------------------------------
	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.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#top {
	margin : 0px auto;
	text-align:right;
	padding : 8px 10px 0px 0px;
	height: 158px;
	width: 740px;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 40px 0px 0px 140px;
	width: 610px;
	height: 55px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
}

#container {
	width: 750px;
	text-align:left;
	margin : 0px auto;
	background-color: #000000;
	background-image: url(images/wrap_back.gif);
}

#topnav {
	text-align:center;
	margin : 0px auto;
	padding : 7px 0px 0px 0px;
	width: 750px;
	height: 33px;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 185px;
	padding: 0px 15px 0px 0px;
	margin : 0px;
}

#content {
	width: 490px;
	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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2c2c2;
	background-color : #000000;
}

strong{
	color: #dddddd;
}

.biglink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #c2c2c2;
}

hr {
	border: 0px;
	color: #3d3318;
	background-color: #3d3318;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	font-family : "Impact";
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.inTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	font-weight : bold;
	color: #B87742;
	text-decoration:none;
	}

a.bodylink:hover {
	font-weight : bold;
	color: #B22B00;
	text-decoration:none;
	}

a:link, a:active, a:visited {
	color : #aaaaaa;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #b23806;
	font-weight:bold;
	text-decoration:none;
}


