@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, hr {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color:#000;
	text-align:center;
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	margin-top: 24px;
}

p {
	padding:0;
	margin:0; 
	padding-bottom:10px;
}

#outerpage {
	width:900px;
	margin:0px auto;
	text-align:left;
	background-color:#000;
}

#top {
	width:900px;
	height:111px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#000;
}

#menubar {
	width:900px;
	text-align:center;
	padding:4px 0px 4px 0px;
	background-color:#000;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	padding: 0px 34px;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#fff
}

#nav a:hover {
	text-decoration:none;
	color:#FFE9B6
}

#mainpic {
	width:400px;
	height:464px;
	float:left;
}

#content {
	width:900px;
}
