body {
	background-color: #9c080d;
}
#box {
	position: relative;
	width: 720px;
	height: 560px;
	z-index: 1;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
#top {
	position: absolute;
	width: 720px;
	height: 100px;
	z-index: 2;
	background-image: url(images/header_logo.jpg)
}
#blank {
	position: absolute;
	width: 720px;
	height: 100px;
	z-index: 5;
}
#nav {
	position: absolute;
	top: 120px;
	width: 100px;
	height: 400px;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	}
#main {
	position: absolute;
	top: 120px;
	left: 120px;
	width: 600px;
	height: 440px;
	z-index: 4;
}	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px;
}
.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_text:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E8ACAC;
	text-decoration: none;
}

.current  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E8ACAC;
	text-decoration: none;
}	
.small {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.p {
	color: #FFFFFF;
	background-position: right;
}
#base {
	position: absolute;
	width: 600px;
	top: 501px;
	height: 60px;
	z-index: 6;
	left: 120px;
}

.xsmall {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
