@charset "utf-8";
/* CSS Document */


#header-container {/*not sure I need this */
	height: 220px;
	width:890px;

	
	position:absolute
	
}
#header{
	height: 219px;
	width: 888px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}	

#container {
	width: 895px;
	margin: 0 auto;
	
	overflow: auto;
	padding: 0px 0 0px;
}		

#content {
	float: left;
	width: 892px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

body {
	background: #000000;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#FFFFFF
	
}
h1 {font-size:x-large;
	color: #ffffff;
	font-weight: bold;
}

h2 {font-size:large;
	color: #ffffff;
	}
	
h3 	{font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}	

h4 {font-size:x-large;
color:#FFFF00;
	font-weight: bold;
}

h5 {font-size:x-large;
color:#FF3300;
	font-weight: bold;
}

		  
a:link { text-decoration: none; border: 0px; color:#0099FF; } 
a:visited { text-decoration: none; border: 0px; color:#9900CC; }
a:hover {background-color:#006600}

   
/* ------------------------------------------------  */
 

	




	
 
	
