body {
	text-align:center;
	background-color: #000000;
	font-family: "Courier New", Courier, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#frame {
	width:800px;
	height: 500px;
	background: #FFFFFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border: 5px solid #FFFFFF;
}
	
#nav {
	width:225px;
	height: 500px;
	padding:0px;
	float:left;
	background:#000000;
        color: #FFFFFF;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	font-family: "Courier New", Courier, Helvetica, sans-serif;
	font-size: .85em;
}
#nav li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 2px;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#centerFrame {
	width:570px;
	height: 500px;
	margin-left: 5px;
	padding:0px;
	float:left;
	background:#eee;
}
#background {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width:570px;
	height: 500px;
}
#contactForm {
	width:570px;
	height: 500px;
        overflow: auto;
	background: #000;
}
#contactForm img {
        border-bottom: 5px solid #FFFFFF;
}
#contentArea {
	width:570px;
	height: 500px;
	background: #000000;
	overflow:hidden;
}
#contentArea ul {
	list-style-type: none;
	margin-top: 5px;
}
#contentArea li {
	display: inline;
	padding: 3px;
}
#contentArea li a {
	font-family: "Courier New", Courier, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#contentArea li.active a {
        text-decoration: underline;
}
#pageText {
        height: 345px;
	font-size: .75em;
	text-align:justify;
        overflow: auto;
        color: #FFFFFF;
}
#pageImage { 
        height: 200px;
	overflow:hidden;
	border-bottom: 5px solid #FFFFFF;
}
#galleryImage {
	text-align: center;
}
#footer {
	width:800px;
	margin: 5px auto 0px auto;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-family:"Courier New", Courier, Verdana, Arial, Helvetica, sans-serif;
}
#footer a,
#footer a:link,
#footer a:visited {
	color:#FFFFFF;
}
#status {
	background:#990000;
	color:#fff;
	text-align:left;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	width:250px;
	top: 0px;
	z-index:500;
	padding:3px;
	font-size:10px;
}
p,
td,
h1,
h2,
h3,
h4 {
	margin:0px;
	padding:2px 4px;
}	
h1 {
	font-size:14px;
	padding-top:10px;
}