body{
	background-color: #660000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
}

#wrapper{
	width: 770px;
	background-color: #000000;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../images/navbg.gif);
	background-repeat:repeat-y;
	margin-top: 0px;
}

#banner{
	height: 110px;
	background-image: url(../images/banner.jpg) ;
	background-repeat: no-repeat;
}

#leftcol #nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 5px; 
	padding: 0;
	font-size: 80%;
 	border: 1px solid #ffff00;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
}

#leftcol #nav ul li {
	padding: 0;
	margin: 0; 
}

#leftcol #nav ul li a{
	background-color: #330066;
	border-bottom: 1px solid #ffff00;
	color: #FFFFFF;
	display: block;
	padding: 4px 0 6px 4px;
	text-align:center;
	text-decoration: none; 
	height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
	background-color: #00CCFF;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #000066;
}

#content{
	background-color: #000000;
	margin-top: 0;
	margin-left: 190px;
	width: 550px;
	color: #FFFFFF;
}


#content h1{
	font-size: 130%;
	color: #FFFF00;
	padding: 0;
	margin: 10px;
}

#content h2{
	font-size: 110%;
	color: #FFFFFF;
	padding: 0;
	margin: /*100px 0 0*/ 10px;
}
#content h3 {
	font-size: 83%;
	
}
#content h4 {
	font-size: 70%;
}

#content a {
	color: #FFFF00;
	text-decoration:none;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/

#footer{
/*	border-top: 1px solid #000000;*/
	background-color: #666666;
	color: #FFFFFF;
	text-align:center;
	clear: both;
}
#footer a{
	color: #FFFF00;
	text-decoration:none;
}

#footer p{
	padding: 10px;
	margin: 0;
	font-size: 70%;
	text-align:center;
}

#leftcol{
	margin-left: 3px;
	margin-top: 5px;
	width: 165px;
	margin-bottom: 20px;
	float: left;
}

#content p.right{
	float: right;
}

.container{
	width: 99%;
	float:right;
	font-size:12px;
	text-indent: 20px;
}
.container a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}
.container strong {
	font-size: 90%;
}