body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	color: #000000;
	text-align: center;
	}
//a { text-decoration: none; border-bottom: 0px solid #ccc; color: #f90; }
a { text-decoration: none; border-bottom: 0px solid #ccc; color: #009900; }
a:hover { border: none; }	
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	

#header { border-top: 5px solid #000; }	
#header div {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-left: 0px;
	}
#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 10px 0;
	margin: 0;
	}			
#header h1 span { color: #999; }	
#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	}		

#nav {
	font-size: 1.4em;
	float: right;
	padding: 0px;
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 10px;		
	}		
#nav li.on a { 
	background: url(images/nav_hover.gif) no-repeat 50%;
	background-position: 0px -2px;
	padding: 5px 45px 6px 45px;	
	padding-top: 5px;		
	margin: 0;
	color: #fff;
	}
#nav li a:hover { color: #33CC00; }	


#body { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 45px;	
	}

	
#footer {
	margin-top: -61px;
	color: #fff;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #fff;
	}
#footer div {
	width: 800px;
	background-color:#000000;
	margin: 0 auto;
	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a { color: #fff; font-weight: bold; }		
