@charset "utf-8";
/* CSS Document */

html, body, td, th{
	border:0;
	margin:0;
	background-color: #000;
	color: #FFF;
}

h2 {
	color: #00F;
}

/* Sets up a container for all page elements */
#page-container {
	width: 800px;
	margin: auto;
	/*background: #0000FF;*/
}

#banner{
	top:0px;
	width:800px;
	height:98px;
	background-image: url(../images/title.gif);
}

#content {
	top:98px;
	width:800px;
	height:auto;
	background-color:#000000;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:#FFF;
	color: #FFF;
}

#pics {
	width:600px;
	height:auto;
	float:left; 
}

#blurb {
	padding-top:100px;
	padding-bottom:25px;
	padding-right:10px;
	padding-left:10px;
	width:180px;
	height:auto;
	float:right;
	
}

#bottomnav {
	clear:both;
	width:800px;
	height:41px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	text-align: center;
	background-color:#000;
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
}
