body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #000;
	letter-spacing: 1px;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0;
	padding: 0; }

#bg {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #000 url(background.jpg) no-repeat;
	height: 560px;
	width: 896px; }

#border {
	position: relative;
	top: 190px; /*defines top location of white bar*/
	left: 0px;
	width: 896px;
	height: 120px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	background: none; }


#content {
	width: 873px;
	height: 147px; /*defines height of white bar, not width of content*/
	margin: 0;
	padding: 1em;
	color: black;
	background: #ffffff; }

#logo {
	float: left;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 4.5em;
	left: 5.8em;
	width: 17em; }

a:link {
	color: #C0C0C0;
	text-decoration: none; }
a:visited {
	color: #C0C0C0;
	text-decoration: none; }
a:hover {
	color: #68d700;
	text-decoration: none; }

#menu {		
	position: absolute;
	left: 330px;
	}

#nav {		
	margin: 0;
	padding: 7px 0 0 0;
	height: 145px; /*defines visible height of menu content*/
	width: 500px;
	list-style: none;
	overflow: hidden;
	}

#nav li {
	float: none;
	margin: 0; 
	padding: 10px 0 4px 0;
	display: list-item;
    list-style: none;
	}


