/** Designed and writted by: ThreeEyed Design; www.threeeyeddesign.com **/
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img.floatleft {
	float:left;
}

img.floatright {
	float:right;
}

img.floatcenter {
	float:center;
}

img.bigbot {
	margin-left: -12;
	margin-bottom: -15;
}

img.big {
	margin-left: -12;
}

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

body {
	background: #9D4600 url(images/page_bg2.png) repeat-x;
}

/** 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 {
 background: url(images/logo.png) no-repeat;
 padding-top: 30px;
}

#left h1 {
 text-align: center;
 height: 60px;
}

#menu {
 margin: 80px 0 0 20px;
}

#menu li {
 float: left;
 padding: 5px 0px 0px 30px;
 list-style: none;
 height: 465px;
}

#menu a {
 color: white;
 font: 13px arial, sans-serif;
 font-weight: normal;
}
#menu .selected a {
 font-weight: bold;
}

#menu a:hover {
 color: #F69000;
 font-weight: bold;
}

#copyright {
 color: white;
}
#copyright p {
 float:left;
 margin: 0px 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/header13.png) no-repeat;
 height: 211px;
}


/** Body **/
#body {
 background: url(images/body_bg.png) repeat-y;
}
#body-top {
 background: url(images/body_top.png) no-repeat;
}

#body-bot {
 background: bottom left url(images/body_bot.png) no-repeat;
 padding: 36px 39px 19px 39px;
}
#body-bot li {
 margin-left: 14px;
}

#body-menu {
 position:relative;
 border-style: dashed;
 border-width: 1px;
 border-color: #E4AB0D;
 background-color: #FFF395;
/**was #FFD139**/
 width: 200px;
 padding: 8 10;
}
 
/**Text Formatting**/
#copyright {
 font: 11px arial;
}

#body {
 font: 12px arial;
 color: #210000;
 font-weight: normal;
}

#body h1 {
 font: 16px serif;
 color: #660505;
}

#body h2 {
 font: 14px serif;
}

#body h3 {
 font: 13px serif;
 color: #660505;
 font-weight: bold;
 text-align: center;
}

#body h4 {
 font: 20px serif;
 color: #660505;
}


#body p {
 text-indent:35px;
}


#body .left {
 margin: 0 26px 0 0;
}

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

#footer-1 {
  float: left;
  width: 300px;
  padding-right: 15px;
  margin-top: 0;
  font: 14px arial;
  color: #660505;
  text-align: left;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}

#footer-1 a{
  font-weight: normal;
}

#footer-1 .image {
  margin-left: -7px;
}

/*gets rid of dotted line outline on links in firefox*/
a:focus { -moz-outline-style: none; }


