
body {
	margin: 0;
	background-color: #530000;
}

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

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

#top {
	background-image: url(img/top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 180px;
	position: relative;
}

#navBar {
	position: absolute;
	height: 191px;
	width: 100%;
	background-image: url(img/mast-head.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav {
	width: 504px;
	height: 36px;
	margin-top: 88px;
	margin-left: 424px;
}

#nav a {
	float: left;
	width: 94px;
	margin-top: 12px;
	margin-right: 5px;
	text-align: center;
	padding: 0;
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#main {
	min-height: 580px;
	background-image: url(img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#bottom {
	background-image: url(img/bottom-bg.gif);
	background-repeat: repeat-x;
	height: 22px;
}

#giveMeSomeSpace {
	height: 25px;
}

#contentContainer {
	width: 626px;
	height: 521px;
	margin: 0 auto 0 auto;
	background-image: url(img/paper.gif);
	background-repeat: no-repeat;
}

#content {
	padding: 45px 80px 25px 20px;
}
