
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	color: #cccccc;
	text-align: center;
	height: 100%;
	background: Black url(images/bg-main.gif) repeat-x;
}

	
/********************************************
Links
********************************************/

a {
	text-decoration: none;
	color: #f90;
	background-color: transparent;
}
a:hover {
	border: none;
}	

/*******************************************
Headings
*******************************************/
h1 { 
	color: #9C9C9C;
	background-color: transparent;
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}	
	
h2 {
	color: #FFC862;
	background-color: transparent;
	font-size: 16px;
	font-weight: bold;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	
h3 {
	color: #9C9C9C;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
/*******************************************
Page Layout Contaniner
*******************************************/

#container {
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
}
	
/*******************************************
Header Area
*******************************************/

#header {
	text-align: center;
	margin-bottom: 35px;
	}
	
#header div {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	}	

/*******************************************
Content Area
*******************************************/

#body { 
	width: 750px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 61px;	
	}

/**** Main page nav ****/

#navlist {
padding-left: 0;
margin-left: 0;
width: 200px;
}

#navlist li {
list-style: none;
margin-top: 50px;
margin-bottom: 15px;
padding: 0;
}



#navlist li a, #navlist li a:visited  {
	text-decoration: none;
	color: #bbb;
	font-weight: bold;
}

#navlist li a:hover {
	text-decoration: none;
	color: #f90;
	font-weight: bold;
} 
	
.col {
	margin: 20px auto 10px auto;
	width: 225px;
	text-align: left;
}
 
#right {
	width: 435bgpx; <!-- adjusts image horiz position, orig 340 with small pic -->
	padding-left: 10px;
		float: right;
	margin-left: 10px;
	}
	
#right p {
	margin-top: 10px;
	}	

#left {
	width: 315px; <!-- adjusts left margin of nav list -->
	float: left;
	margin-right:0px;
	text-align: right;
	}
#left p span {
	color: #009900;
	font-weight: bold;
	}
#left p {
	margin: 1em 0;
	padding: 0;
}	
#left hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

/******************************************
Footer
******************************************/

#footer {
   clear: both;
	margin-top: -61px;
	margin-bottom: 0;
	padding:0;
	color: #bbb;
	padding-top: 30px;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #000000;
	}
	
#footer div {
	width: 100%;
	background-color:#000000;
	margin: 0 auto;
	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a {
	color: #bbb;
	background-color: transparent;
	font-weight: bold;
}		
