@charset "utf-8";
/* CSS Document */

html, body{
	border:0;
	margin:0;
}

h1, 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:#000;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: #FFF;
	color: #FFF;
}

#pics {
	width:600px;
	float:left; 
}

#blurb {
	width:155px;
	
}

#bottomnav {
	width:800px;
	height:41px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	text-align: center;

	text-decoration: #FFF
	background-color:#FFF
; 	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;
}
