body {
	position: center;
	background-color: #000000;
	color: #CCCCCC;
	background-image: url('');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom:10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
	text-decoration: none;

}	

h1 {font-family: Arial, Helvetica, sans-serif;
     font-size: 22px; color: #FFFFFF; text-align: center;
}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	text-align: left;
}
	 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
	 
h5 {font-family: Arial, Helvetica, sans-serif;
     font-size: 12px; color: white;
}
	 
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
	 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}  

a:visited {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;text-decoration: none; font-weight:bold; color: #ffffff}  
a:hover {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;  font-weight:bold;  color: #cc0000;  }  
a:active {font-family: Arial, Helvetica, sans-serif;
     font-size: 14px; color: #cccccc;  font-weight: bold; }    




/* all below is  "Sticky Footer" codes that can be removed if bottom bar doesn't work */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

/* Footer */

#footer {
	clear: both;
	height: 75px;
	width: 300px;
	margin: 0 auto;
	border-top: 10px solid #1E2223;
	padding-bottom: 30px;
	background: http://www.andrewnourse.com/images/header.gif no-repeat left top;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
}

#footer p {
	padding-top: 40px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

	
	.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


