html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

li {
	padding-bottom: 20px;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #8E0D0D url(/images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
	position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 268px;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 520px;
}

/** Left **/
#left {

}

#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
}

#copyright {
 color: white;
 text-align: center;
}
#copyright p {
 margin: 0 0.5em 0.5em 0.5em;
}

#copyright a {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: normal;
}

#copyright a:hover{
  color:#CCCCCC;
 }

/** Right **/
#nav {
 background: url(/images/header.jpg) no-repeat;
 height: 97px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
	float: left;
	border-right: 1px solid #A26A6B;
	list-style: none;
	padding-top: 50px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}

#nav a:hover {


}

#nav .selected a {
 font-weight: bold;
}

/** Body **/
#body {
 background: url(/images/body_bg.jpg) repeat-y;
}

#body-top {
 background: url(/images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(/images/body_bot.jpg) no-repeat;
 padding: 30px 39px 30px 39px;
}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(/images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

#footer{
  width: auto;
  color: #660505;
  text-align: center;
}
