* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin:0;
	margin-top:20px;
	padding: 0;
	background-color:#772B15;
}
#wrapper {
	margin:auto;
	width:800px;
	background-color: #772B15;
}
#header {
	background-image: url(../images_basic/neill_header.gif);
	background-repeat: no-repeat;
	padding-top: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #176178;
}
#header h1 {
	font-size:.25em;
	margin:0 0 0 -1000px;
}
#nav_container {
	margin:0.6em 0 0 100px; /*this keeps the menu in the center of the pages with images*/
	border-bottom: 1px solid #772C16;
}
#navbar ul {
	text-align:center;
}
#navbar li{
	list-style:none;
	display:inline;
	font-size:0.5em;
	border-right: 1px solid #FCC;
	color: #e6e6e6;
	padding:0 0.7em 0 0.5em;	
}
#navbar li.last_link {
	border-right:none;
}
#navbar a {
	text-decoration:none;
	color:#CCC;
}
#navbar a:hover {
	color:#72B3D3;
}
#content {
	margin-left:50px;
	margin-right: 50px;
}
#footer {
	clear:both;
}
#copyright {
	font-size:.5em;
	text-align:center;
	color:#e6e6e6;
}
