html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background:url(images/page_bg.gif) top left repeat-x #eeeeee;
	text-align: center;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
  position: relative;
}

h1 {
  position: absolute;
  top: 26px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 728px;
  text-align: center;
  background: #7A808C;
  color: #ffffff;
  font: 24px "Times new roman", serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}

#header {
  background: url(images/logo.png) no-repeat #646c79;
  background-position: right;
  position: absolute;
  top: 69px;
  left: 0px;
  width: 728px;
  height: 95px;
}

/** body **/
#spacer {
  height: 165px;
}

#main {
  float: left;
  width: 728px;
}

#nav
{
    background-color: #646c79;
    
}

#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  color: #ffffff;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#nav li.noborder {
  background: none;
  padding-left: 1px;
}

#content {
  background: #b1b6bf;
  padding: 15px 40px 14px 36px;
  font-size: 16px;
  min-height: 300px;
}
#content h2 {
  font-size: 24px;
  /*color: #d29c0e;*/
  color: #323e64;
}
#content a {
  text-decoration: underline;
  color: #464544;
}
#content a:hover {
  text-decoration: underline;
  color: #c59b1d;
}

/** footer **/
#copyright {
  background: #6D7481;
  color: #fff;
  text-align: center;
  font-size: 11px;
  width: 728px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}