html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	}
h1 img {
	display: block;
	background-color: #FFFFFF;
}
img {
	border: 0;
}
a {
	color: #990000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #840000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px verdana, sans-serif;
	color: #565656;
	background-color: #840000;
	background-repeat: repeat-x;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 950px;
position: relative;
}
#right {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 680px;
}

/** Left **/
#left {
	width: 260px;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#leftBottom {
	width: 260px;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	bottom: auto;
	
}

#copyright {
	color: white;
	background-position: left;
	height: 5px;
	width: 260px;
}
#copyright p {
	padding-bottom: 5px;
}

/** Right **/
#nav {
 background: url(images/header3.jpg) no-repeat;
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 66px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #ffffff;
 font: 12px verdana, sans-serif;
 font-weight: normal;
}
#nav a:hover {
 color: #cccccc;
 }
#nav .selected a {
 font-weight: bold;
}
#features {
	padding: 0px;
	width: 645px;
	border: thin dotted #CCCCCC;
}

/** Body **/
#body {
 background: url(images/body_bg2.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top2.jpg) no-repeat;
}
#body-bot {
	background: bottom left url(images/body_bot2.jpg) no-repeat;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#body h1 {
	font-family: "Verdana", serif;
	font-size: 24px;
	color: #840000;
	padding: 0px;
	margin-top: -2px;
}

#body h2 {
	font-family: "Verdana", serif;
	font-size: 16px;
	color: #840000;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
	color: #333333;
	font-family: "Verdana", serif;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
	clear: both;
	height: 30px;
	background: bottom left url(images/body_hr2.jpg) no-repeat;
	margin-top: 10px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}
