

body {
	margin: 0;
	background-color: #014122;

	background-image: url(img/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

body, p, div, span, table, tr, th, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
}

a, a font {
	color: #0000cc;
	text-decoration: none;
}

#container {
	width: 640px;
	margin: 0 auto 0 auto;
}

#topSpace {
         height: 210px;
	position: relative;
}

#title {
	position: absolute;
	top: 131px;
	left: -109px;
}

#navBar {
         height: 130px;
         width: 640px;

	background-image: url(img/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

	#nav1 {
		height: 55px;
	}
	#nav2 a {
		float: left;
	}
	#nav3 {
		height: 13px;
		clear: left;
	}
	#nav4 a {
		float: left;
	}

#contentBox {
	background-image: url(img/content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F7F9B5;
}

#contentInner {
	background-image: url(img/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 500px;
}

#contentPadd {
	padding: 20px;
}

#bottomNav {
	padding-top: 12px;
	text-align: center;
	color: white;
}

#bottomNav a {
	color: white;
	text-decoration: underline;
}


