body{
background-color: #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
background-image:url(../images/camo_bg.gif);
background-repeat:repeat;
}

#wrapper{
width: 770px;
margin: 10px auto;
text-align: left;
}

#banner{
	background-color: #000;
	border: 1px solid #fff;
	height: 70px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#leftcol #nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
}

 

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

#leftcol #nav ul li a{
background-color: #000;
border: 1px solid #fff;
color: #fff;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}


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


#content{
	background-color: #000;
	margin-left: 215px auto;
	width: 550px;
	border: 1px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:5px;
	float:right;
}

#content p{
font-size: 80%;
margin: 20px;
}
/*
#content table{
font-size: 80%;
margin: 20px;
}
*/
#content ul {
	font-size: 80%;
}

#content .stanza{
text-align:center;
}

.typeForm{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-transform: uppercase;
}

.lineHead{
	font-size: 110%;
	color: #fff;
	border:1px solid #fff;
	border-bottom-width:0;
	background-color: #900;
	font-weight: bold;
}
.formLeft{
	border:1px solid #fff;
	border-left-width:0;
	border-top-width:0;
	margin-bottom: 6px;
}
.formRight{
	border:1px solid #fff;
	border-right-width:0;
	border-top-width:0;
	margin-bottom: 6px;
}
.formAll{
	border:1px solid #fff;
	border-top-width:0;
	margin-bottom: 6px;
}

#content a{
color: #900;
font-weight:bold;
text-decoration:underline; 
}


#content a:hover, #leftcol #nav a:focus {
color: #f00;
}

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

#content h2{
font-size: 110%;
color: #900;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

#content h3{
font-size: 110%;
color: #900;
padding: 0;
margin: 20px;
}

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

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

#footer{
border: 1px solid #fff;
background-color: #000;
color: #FFFFFF;
clear: both;
}


#footer a{
color: #900;
font-weight:bold;
text-decoration:underline; 
}


#footer a:hover, #leftcol #nav a:focus {
color: #f00;
}
#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
margin-bottom: 20px;
float: left;
}

#content p.right{
float: right;
}

.container{
width: 100%; 
}