/*
Lightest: #ffffff;
Very Light: #d0d0d0;
Light: #b8b8b8;
Mid: #717171;
Dark: #505050;
Darkest: #000000;
*/

/* forums styles */

.forumadmin {
	font-size: 0.8em;
	text-align: right;
}

.forumdate {
	text-align: right;
}

.forumpostdisplay {
}

/* forums styles */


/* content styles */
img {
	border: 0px;
}

.evenrow {
}

.oddrow {
	background-color: #d0d0d0;
}

.sectiontitle {
	font-weight: bold;
}

p {
	margin-top: 0px;
}

/* END content styles */


/* layout styles */
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #d0d0d0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #ffffff;
}

#headerwrapper {
	height: 100px;
	background-color: #b8b8b8;
}

#contentwrapper {
	position: relative;
}

#adwrapper {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 830px;
	margin-top: 10px;
}

#bgblock {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 1000px;
	background-color: #ffffff;
}

div.content {
	position: relative;
	margin-left: 130px;
	margin-right: 160px;
	padding-right: 5px;
}

div.navigation {
	position: absolute;
	top: 0px;
	width: 125px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

div.copyright {
	font-size: 0.6em;
	background-color: #ffffff;
	color: #000000;
}

div.copyright p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.towerad {
	height: 600px;
	background-color: #505050;
}

 /* END layout styles */




/* Header styles */

input.headerinput {
	font-size: 0.6em;
}

div.headerlogin {
	text-align: right;
	position: absolute;
	top: 70px;
	left: 1025px;
}

/* END Header styles */




 /* Navigation styles */
div.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

div.navigation li {
	border-bottom: 1px solid #505050;
	margin: 0;
	font-size: 0.8em;
}

div.navigation li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #717171;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
}

div.navigation li a {
	width: auto; 
}

div.navigation li a:hover {
	background-color: #2586d7;
	color: #ffffff;
}

div.navheader {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #505050;
	color: #ffffff;
}
 /* END navigation styles */
