/* CSS Document */

/* Main Elements */

body {
	background-color:#000000;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
p {
	font-size: .7em;
	}
	
h1 {
	font-size: 1.2em;
	color: #FE2F2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 5px 0px;
	}

h2 {
	font-size: 1em;
	color: #FFFF66;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 0px 1px 0px;
	}
	
h3 {
	font-size: .8em;
	color: #FE2F2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
li {
	font-size: .7em;
	}
	
em {
	font-weight: bold;
	color: #FF9900;
	}

td a {
	color: #00FF99;
	font-size: .7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/* Divs */

#wrapper {
	background-color:#000000;
	width:800px;
	height: 1024px;
	margin: auto auto;
	text-align:left;
	}
	
#header {
	width: 800px;
	height: 150px;
	background: url(../images/banner_062408.jpg) top center no-repeat;
	}
	
#navbar {
	width: 800px;
	height: 50px;
	}
	
#contentFrame {
	width:800px;
	height: 800px;
	margin: auto auto;
	}

#contentFrameAlt {
	width:800px;
	height: 600px;
	margin: auto auto;
	}
	
#contentSplit {
	width: 100px;
	}
		
#contentImage {
	float: left;
	width:400px;
	height: 560px;
	background: url(../images/side_image.jpg) no-repeat;
	}
	
#contentText {
	float: left; 
	width: 400px;
	height: auto;
	}
	
#linkList {
	width: 700px;
	margin: 10px 0px 0px 50px;
	}
	
#mapFrame {
	width:800px;
	height: 600px;
	text-align:center;
			}
	