body {
  text-align: center;
  background: #656868 url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:1em;
}

a {
	COLOR: #A0410D;font-weight:bold;
}
a:hover {
	text-decoration: none
}

#page_wrapper {
  background: #F3E7A9 url('../images/page_bg.jpg') top left;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url('../images/header.jpg') top left no-repeat;
}

#page_header a {
  padding-top:30px;
  padding-left:10px;
  font-size:1.6em;
  font-weight:bold;
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
  display:block;
  text-decoration:none;
}
#page_header span {
  padding-top:0px;
  padding-left:10px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color: #E2D179;
  margin:0px;
  display:block;
}

#menu_bar {
  height:30px;
  background: #A5A162 url('../images/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url('../images/content_bg.jpg') top left no-repeat;
  font-size:0.8em;
}

#left_side {
  float:left;
  width:480px;
  padding:10px;
}

#left_side[id] {width:460px}

h1 {margin:0;font-size:1.6em}

#left_side h2 {
  margin:12px 0;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}

#left_side p {
  margin:10px 0;
  font-family: verdana;
  line-height:1.6em;
  color: #333333;
}

#right_side {
  float:right;
  width:150px;
}

#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}

#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 70px;
  background: #515230 url('../images/footer.jpg') top left no-repeat;
}

#page_footer a {
	COLOR: #F2C968;
}

}
#page_footer a:hover {
text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

dl dt {font-weight:bold}

#right_side ul {padding:0; margin:0 5px;list-style-type:none;font-size:0.9em;line-height:1.4em}
