/* Layout should render the same on IE6 and Mozilla (4/23/2002 build) 
   IE wants text-align to align non text objects, whereas Mozilla doesn't
   need it.  What the hell?
*/

body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	border : 0px;
	padding: 0px;
	margin : 0px;
	text-align: center;
}

a {
	color : yellow;
	text-decoration : underline;
}
a:hover {
	color : #80ffff;
	text-decoration : underline overline;
}

div.hdr {
	width: 99%; 
	background-color: #3e4255; 
	border: 2px solid #476078; 
	padding: 0px; 
	margin: 0px auto;
}

div.hdrrow span.left {
	float: left;
	text-align: left;
	width: 334px;
	height: 100px;
	background : #3e4255;
}

div.hdrrow span.right {
	float: right;
	text-align: right;
 	width: 513px;
	height: 100px;
	background : #3e4255;
}

div.hdrrow img { 
	border : none; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div.hdrrow a {text-decoration : none; border : none; padding : 0px; margin : 0px;}

/* no real style differences besides what you see
   i could probably come up with something more for the news items */

div.newsitem h1 {
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.newsitem p {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

div.newsitem p.authordate {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

div.newsitem blockquote {
	font-style: italic;
}

#overall {
	width: 99%;
	margin: 2px auto;
	text-align: center;
}

#content-sb {
	float: right;
	border : 2px solid #476078;
	background: #3e4255;
	width: 77%;
	margin: 2px auto;	
	text-align: center;
}

#content-nosb {
	float: right;
	border : 2px solid #476078;
	background: #3e4255;
	width : 98%;
	margin: 2px auto;
	text-align: center;
}

#text {
	width : 95%;
	border : 1px solid black;
	background-color : #3d4969;
	font-size : 14px;
	color : white;
	padding : 5px;
	margin : 5px auto; 
	text-align: left;
}

#sidebar {
	float: left;
	border : 2px solid #476078;
	background: #3e4255;
	width : 20%;
	margin: 2px auto;
	text-align: center;	
}

#sidebar #main {
	width : 90%;
	border : 1px solid black;
	background-color : #3d4969;
	font-size : 14px;
	color : white;
	padding : 5px;
	margin : 5px auto;
	text-align: left;	
}

#sidebar #rotw {  
	width : 90%;  
	border : 1px solid black; 
	background-color : #3d4969;  
	font-size : 14px;  
	color : white;  
	padding : 5px;  
	margin : 5px auto; 
	text-align: left;
}

#sidebar #motw {  
	width : 90%;  
	border : 1px solid black; 
	background-color : #3d4969;  
	font-size : 14px;  
	color : white;  
	padding : 5px;  
	margin : 5px auto; 
	text-align: left;
}

#sidebar #upev {  
	width : 90%;  
	border : 1px solid black; 
	background-color : #3d4969;  
	font-size : 14px;  
	color : white;  
	padding : 5px;  
	margin : 5px auto; 
	text-align: left;
}

#sidebar #forum {  
	width : 90%;  
	border : 1px solid black; 
	background-color : #3d4969;  
	font-size : 14px;  
	color : white;  
	padding : 5px;  
	margin : 5px auto; 
	text-align: left;
}



#sidebar h1 {
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.spacer {
	clear: both;
}
