body {
  overflow-x: auto;
  background-color: #e8dedd;
  width: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

#pageWrapper {
  margin: auto;
	position: relative;
	top: 0px;
	width: 200px;
  height: auto;
	background-color: #6b7c8e;
	overflow: hidden;
	clear: both;
}

#header {
	position: relative;
  overflow: hidden;
	top: 0px;
	left: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  background: #6b7c8e url('/media/img/header.jpg') 0 0 no-repeat;
}

#header img {
	margin: auto;
	height: 98px;
	width: 95px;
	border: 0;
}

#header #name {
	text-align: center;
	clear: both;
}

#header #contact {
	clear: both;
	text-align: center;
	font-size: 80%;
	margin: 10px;
}

#nav {
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
  background: transparent url('/media/img/navbutton.gif') 0 0 repeat;
}

#nav * {
  padding: 0px;
  margin: 0px;
}

#nav li.bull {
	display: none;
}

#nav li {
  height: 28px;
}

#nav li p,  #nav li a {
  padding: 10px 5px 0px 5px;
  margin: 0px;
  /* width: auto; */
  height: 18px;
  display: block;
  text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	float: left;
	font-family: arial;
}

#nav a:link {
  color: #301;
}

#nav a:visited {
  color: #103;
}

#nav a:hover {
  background-image: url('/media/img/navbuttondark.gif');
  color: #301;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#nav .current {
	background-color: #6b7c8e;
  color: #fef;
	margin-top: 0;
	margin-bottom: 0;
}

#nav #nav-current-container div {
	float: left;
	height: 28px;
	width: 5px;
}

#nav #nav-current-container {
	padding: 0px;
	width: auto;
	height: 28px;
	float: left;
}

#subnav {
	display: block;
}
#subnav li.bull {
	display: none;
}

#content, #content_t, #content_b {
	width: 180px;
}
#content_r {
	width: 200px;
}

div#featured_container {
	display: none;
}
div#sloganContainer {
	position: relative;
	overflow: hidden;
	border-width: 0px;
	background: transparent;
	width: 280px;
	margin-top: 10px;
}

div#sloganContainer h3 {
	font-size: 80%;
	color: #dfe6ed;
	display: block;
	float: left;
	clear: both;
	margin-top: 8px;
}

div#bottom {
	display: none;
}

div#foot {
	display: none;
}
