* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bodybg.gif) repeat-x #1a1a1a;
	margin: auto;
	text-align: center;
	font: .8em/1.5em verdana, arial, sans-serif;
}

a:link, a:visited {
	color: #876833;
	font-weight: bold;
}

a:hover {
	color: #c2a154;
}

.moon {
	position: relative;
	right: 420px;
}

#container {
	margin: 10px auto 0 auto;
	width: 1000px;
}

#content {
	background: #f5f5f5;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border: 4px solid #c2a154;
	position: relative;
	top: -90px;
}

#header {
	background: url(images/nightoffice.gif) no-repeat;
	margin: 10px 0 0px 10px;
	height: 67px;
}

h1.header  {
	color: black;
	font-size: 1.2em;
	margin: -12px 0px 0 110px;
	font-family: arial;
	letter-spacing: 2px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom:10px;
	padding-bottom: 2px;
	border-bottom:1px solid black;
}

p {
	margin-bottom:12px;

}

#leftcol {
	width: 142px;
	float: left;
}

#nav {
	width: 140px;
	padding: 2px 4px 2px 2px;
	border: 1px solid #876833;
	background: #D4B668;
	margin-top:46px;
}

#nav ul {
	font-size: .9em;
}

#nav li {
	width: 140px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li a, #nav li a:visited {
	text-decoration: none;
	color: black;
	background: #D4B668 url(images/menubg.gif);
	display: block;
	width: 130px;
	padding: 3px 5px;
	margin: 0 0 2px 0;
	border-top: 1px solid #e4d3a7;
	border-right: 1px solid #4B3A16;
	border-bottom: 1px solid #4B3A16;
	border-left: 1px solid #e4d3a7;
	font-weight: normal;
	line-height: 1.2em;
	text-indent: 5px;
}

#nav li a:hover {
	background: url(images/menuhover.gif) #d4b668;
	color: white;
	border-top: 1px solid #4B3A16;
	border-right: 1px solid #e4d3a7;
	border-bottom: 1px solid #e4d3a7;
	border-left: 1px solid #6c521a;
}

.last {
	margin-bottom: 0 !important;
}

.current {
	background:url(images/menuhover.gif) #d4b668 !important;
	border-top: 1px solid #4B3A16!important;
	border-right: 1px solid #e4d3a7!important;
	border-bottom: 1px solid #e4d3a7!important;
	border-left: 1px solid #4B3A16!important;
}

#rightcol {
	margin-left: 180px;
	padding: 24px 40px 24px 0;
}

.imgR {
	float: right;
	margin:5px 0 5px 15px;
	background: white;
	border: 1px solid #dadada;
}

#footer {
	color: #d4b668;
	margin-top:-80px;
	font-variant: small-caps;
	font-size: 85%;
}

.clear {
	clear: both;
}

#rightcol ul {
	margin: 12px 30px 12px 40px;
}

#rightcol ul li {
	list-style: square;
	margin-bottom: 8px;
}

h3 {
	font-weight: bold;

	font-size: 1em;
	margin-bottom: 4px;
	color: black;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #997b33;
}

.ruler {
	border-bottom: 1px dotted #c2a154;
	padding-bottom: 10px;
}
