@charset "utf-8";
/* CSS Document */

html {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#663300;
  line-height:160%;
  margin:0;
  padding:0;
  background:url(images/bg.jpg) repeat-x #72724B;
}

#main {
  width:734px;
  margin:0 auto;
  background:url(images/body_bg.jpg) repeat-y;
}

#header {
  background:url(images/header.jpg);
  height:189px;
}

#logoRegion {
  position:absolute;
  display:block;
  border: 0;
  width: 120px;
  height: 105px;
  text-indent:-9000px;
  margin: 45px 0 0 120px;
}

/*  NAVIGATION  */

#nav {
  list-style:none;
  display:block;
  margin: 170px 0 0 46px;
  float:left;
}

#nav li {
  display:inline;
  padding: 0 10px;
}

#nav li a, #nav li a:visited {
  color: #5B3524;
  text-transform:uppercase;
  text-decoration: none;
  outline:none;
  padding:0 0 0 3px;
  border-left:1px solid #be9880;
}

#nav li a:hover, #nav li a:active {
  color:#990000;
  text-transform:uppercase;
  border-left: 1px solid #990000;
}

/*  BODY */

#bodyTop {
  display:block;
  height:80px;
}

#container {
  background:url(images/body_span_top.jpg) no-repeat;
  min-height:200px;
}

#content {
  width: 530px;
  margin:0 95px;
}

#footer {
  background:url(images/body_span_bottom.jpg) no-repeat #72724B;
  height:42px;
}

#footerNav {
	position:absolute;
	margin:35px 0 0 95px;
	list-style:none;
	display:block;
	color: #B6B68F;
}


#footerNav a, #footerNav a:visited {
  color: #B6B68F;
  text-decoration: none;
}

#footerNav a:hover, #footerNav a:active {
  text-decoration: underline;
}

#branding {
margin:35px 83px 0 0;
color:#B6B68F;
float: right;
text-decoration: none;
}

a#branding:hover, a#branding:active {
text-decoration: underline;
}

h1 {
  margin:0 0 10px 0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  font-weight:normal;
  border:0;
  padding:10px 0;
  border-bottom:1px dotted #A48571;
}

h2 {
  margin:0 0 10px 0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-weight:normal;
  border:0;
  padding:10px 0;
  border-bottom:1px dotted #A48571;
}

hr {
  height:1px;
  background: none;
  border:0;
  border-top:1px dotted #A48571;
  margin:0 0 10px 0;
}

.imgFloat {
  display:block;
  float:right;
  padding:3px;
  border: 1px dotted #A48571;
  margin:2px 0 0 10px;
}
