<style type="text/css">
#localNav {
	background-color: #993333;
	padding: 0px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-top: 1px double #ccc;
  font-family: Gill Sans;
	font-size: 16px;
}

#localNav ul {
	float: left;
	margin: 1px;
	padding: 1px;
}
#localNav ul li {
	display: inline;
	text-align: left;
	list-style-type: none;
	color: #FFF;
	padding: 1px 10px;
	margin: 1px;
	letter-spacing: .01em;
}
#localNav ul li.current {
	background-color: #efdbbd;
  display: inline;
	text-align: center;
	list-style-type: none;
}
#localNav ul li a {
	text-decoration: none;
	color: #fff;
  font-family: Gill Sans;

  font-size: 16px;
}
#localNav ul li a:hover {
	border-bottom: 1px dotted #efdbbd;
}
body {
text-align: center; /* IE bug exploitation*/
}
#wrapper {
position:absolute;
text-align: left;
margin-left: 50%; /* centering trick */
left:-360; /* centering trick */
top:0;
width:900;
z-index:1;
font-size: 24px;
background: url("../images/cc_bgd.jpg");
}

#brown_background {
background-color: #efdbbd;
}

#wrap       { width:900px; margin:0 auto; background: url("../images/cc_bgd.jpg"); }
</style>
