/* AREAS */

#container {
	top: 0px;
	width: 750px;
	min-height: 1000px;
	overflow: visible;
	position: relative;
	padding: 0px;
	text-align: left;
	margin: 0px auto 0px auto;
}

* html #container { height: 1000px; } /* for ie */
html>body #container { height: auto; } /* for mozilla firefox */

#content {
	top: 140px;
	left: 20px;
	width: 500px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 150px;
	z-index: 10;
	position: relative;
	border: none #000 1px;
	overflow: hidden;
}

#header {
	top: 0px;
	left: 50px;
	width: 700px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	position: absolute;
	border: none #fff 1px;
	overflow: hidden;
}

#loginform {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: -5px;
}

#footer {
	z-index: 1;
	left: 0px;
	width: 500px;
	margin: 0px;
	margin-left: 20px;
	padding: 10px;
	border: none #000 0px;
	text-align: left;
}

#navdiv {
	position: absolute; 
	width: 179px; 
	z-index: 5; 
	left: 560px; 
	top: 200px;
	text-align: left;
	padding: 0px;
	padding-top: 10px;
	padding: 10px 0px 10px 5px;
	margin: 0px 10px 0px 10px;
	margin-top: 0px;
	border: none #000 1px;
	border-left: solid #BB9999 1px;
	overflow: hidden;
}

#mainnav {
	position: relative;
	z-index:4;
	margin: 10px;
	padding: 0px;
}

#usernav {
	position: relative;
	z-index:4;
	margin: 10px;
	padding: 0px;
	padding-top: 10px;
}

#adminnav {
	position: relative;
	z-index:4;
	margin: 10px;
	padding: 0px;
	padding-top: 10px;
}

/* /AREAS */

/* TAGS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	min-width: 750px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: #C8C0C0;
}

img {
	border: 0px none #fff;
}

a {
	text-decoration: none;
	color: #a1a8bC;
}

a:link {
	color: #b1b8dc;
}

a:active {
	color: #606880;
}

a:visited {
	color: #9198bC;
}

a:hover {
	color: #d1d8fc;
	text-decoration: line-through;

}

ul {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}

li {
	padding: 2px 0px 2px 0px;
	margin: 0px;
	margin-left: 5px;
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 { 
	color: #ddd;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c77;
}

h6 {
	font-size: 0.85em;
	font-weight: normal;
}

/* /TAGS */

/* STYLES */

.lilink {
	margin-left: -10px;
	padding-left: 10px;
	list-style-type: circle;
	list-style-position: inside;
}

.liheading, .newspostheading, .newspostcontent, .newspostdate, .newsbuttons {
	margin: 0px;
}

.newspostheading, .liheading, .newspostuser, .bheading, .commentusername {
	font-weight: bold;
	color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
}

.newspostuser, .commentusername {
	color: #c77
}

.newsbuttons {
	margin-top: 10px;
	margin-bottom: -10px;
}

.newspostcontent, .commentcontent {
	font-size: 1em;
}

.comments {
	font-size: 0.85em;
	text-align: right;
}

.newspostdate, .commentdate {
	font-size: 0.85em;
	border-bottom: solid #BB9999 1px;
	padding-bottom: 1px;
}

.lowertext {
	margin-bottom: -5px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c77;
}

.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #c77;
}

.formbutton {
	font-weight: bold;
	text-align: center;
	font-size: 0.75em;
	border: solid #fcc 1px;
	background-color: #b99;
}

/* /STYLES */