/*  
Theme Name: 3WD
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: 3WD Custom Theme

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background-color: #000000;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
}

#bodyWrap {
	width: 900px;
	height: 800px;
}

#header {
	width: 850px;
	height: 160px;
}

#logo {
	background-image: url('images/logo.jpg');
	width: 120px;
	height: 150px;
	float: left;
}

#splash {
	width: 675px;
	height: 150px;
	background-image: url('images/splash.jpg');
	float: right;
}

#sidebar {
	width: 200px;
	height: 540px;
	float: left;
}

#sidebar li a {
color: #ffffff;
text-decoration: none;
width: 150px;
display: block;
margin-top: 20px;
font-size: 16px;

}

#sidebar li {
	list-style: none;
}

#sidebar a:hover {
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#mainContent {
	width: 660px;
	height: 640px; 
	float: right;
}

.nonBul {
	list-style: none;
	margin-top: 25px;
}

.topNav {
	list-style: none;
	display: inline;
	font-size: 20px;
	padding: 5px;
	margin-left: 25px;
}

.topNavCurrent {
	list-style: none;
	display: inline;
	font-size: 20px;
	margin-left: 25px;
	padding: 5px;
	
}

.topNavCurrent a { 
	color: #ffffff;
}

#textArea {
	width: 590px;
	height: 600px;
}

#footer {
	height: 75px;
	width: 200px;
	float: left;
	text-align: left;
}

a {
	color: #8861df;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#flashPage{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}