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

master {
	text-align: center;
	z-index: 10;
}
#master {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}

body {
	background-color: #000000;
}

#header {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/template/header.gif);
	height: 110px;
	width: 900px;
	}
#navbar {
	background:url(../images/template/navbar.gif);
	height:50px;
	width:900px;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/template/navbar.gif);
	}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 40px;
}
#navbar ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#contentbackground {
	height:750px;
	width:900px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/template/background.jpg);
	}
	
#contentheader {
	height:70px;
	width:900px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/template/bodyheader.png);
	}

#uppercontentwrapper {
	width: 805px;
	height: 400px;
	margin-left: 50px;
	
}

#flash {
	width: 520px;
	height: 400px;
	float: left;
	
}

#bottomcontent {
	margin-left: 35px;
	width: 830px;
	height: 260px;
	background-image: url(../images/template/lowercontent.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
}

#alert {
	width: 270px;
	height: 100px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	text-align: center;
	
}

#news {
	width: 270px;
	height: 125px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
}

#announcements{
	width: 270px;
	height: 135px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
}

#history{
	width: 350px;
	height: 300px;
	float: left;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	
}

#map{
	width: 350px;
	height: 400px;
	float: left;
	
}

#footer{
	margin-left: 40px;
	margin-top: 10px;

}
