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: #FFFFCC url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #565656;
	height: 500px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 788px;
	position: relative;
	height: 630px;
	margin-top: -10px;
}
#left {
	position: absolute;
	top: 1px;
	left: -9px;
	width: 268px;
	height: 630px;
}
#right {
	position: relative;
	top: 3px;
	left: 263px;
	width: 524px;
	height: 630px;
}

/** Left **/
#left {
 background: url(images/logo.jpg) no-repeat;
 padding-top: 0px;
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 630px;
}
#copyright {
	color: #996633;
	padding-top: 630px;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 80px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 30px 29px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #996633;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#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;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#body-bot {
	background: bottom left url(images/body_bot.jpg) no-repeat;
	padding-top: 36px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 39px;
}

#body h2 {
 font: 16px arial, sans-serif;
 color: #CC9966;
 font-weight: bold;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}

#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 -30px;
}

#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;
}
.css {
}
