* {
 margin: 0;
 padding: 0; 
}

body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #666;
  background: url(pics/bg_body.gif) top left repeat-x #372315;
  text-align: center;
}

p {
  line-height: 15px;
}

p.spacer {
  clear: left;
  line-height: 9px;
}

a {
  text-decoration: none;
}

strong {
  color: #333;
  font-weight: bold;
}

input {
  font-size: 11px;
  border-top: 1px solid #222;
  border-right: 1px solid #333;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666; 
}

input.submit {
  width: 60px;
  text-align: center;
}

div#container {
  width: 958px;
  margin: 30px auto;
  text-align: left;
  background-color: #613118;
}

div#cheater {
  float: left;
  width: 958px;
  background: url(pics/bg_right.jpg) bottom right no-repeat #613118;
}

div#left {
  float: left;
  width: 732px;
}

div#right {
  float: left;
  width: 226px;
  min-height: 318px;
  height: 318px;
  background: url(pics/bg_right_top.jpg) top left no-repeat #613118;
}

div#header {
  width: 732px;
  height: 300px;
}

div#header h1 {
  display: none;
}

div#content {
  float: left;
  width: 732px;
  padding: 0 0 20px 0;
  background-color: #fff;
}

div#content h1 {
  color: #333;
  font-size: 16px;
  margin: 50px 0 0 110px;
  padding: 0 0 0 15px;
}

div#content h2 {
  color: #333;
  font-size: 13px;
  margin: 18px 0 0 110px;
  padding: 0 0 0 15px;
  background: url(pics/bg_h2.gif) 0 4px no-repeat;
}

div#content p {
  margin: 0 40px 0 125px;
}

div#content table {
  margin: 0 0 0 125px;
}

div#content img {
  margin: 50px 0 0 110px;
}

div#content table img {
  margin: 0 0 0 0px;
}

div#content table  input {
  margin: 3px 0;
  font-size: 11px;
  color: #666;
}

div#content ul {
  margin: 0 0 0 105px;
}

div#content td {
  padding: 0 10px 0 0;
}

div#content a {
  color: #66291C;
  font-weight: bold;  
}

div#content_split_left {
  float: left;
  width: 364px;
}

div#content_split_left p {
  margin-right: 20px;
}

div#content_split_right {
  float: left;

}

div#content_split_right h2 {
  margin-left: 10px;
}

div#content_split_right table {
  margin-left: 30px;
}

div#footer {
  clear: left;
  height: 55px;
  background: url(pics/bg_footer.jpg) top left no-repeat;
}

div.clear {
  clear: left;
}

div#footer p {
  text-align: right;
  padding: 10px 50px 0 0;
}

div#footer  a {
  font-size: 9px;
  color: #3f2010;
}

div#popup img {
  border: 0;
}

div#map {
   width:320px;
   height:300px;
   margin: 70px 0 0 20px;
   border: 1px solid #666;
}

/* navigation */

#nav {
  float: left;
  width: 732px;
  background-color: #fff;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
    list-style: none;
}

#nav a {
  display: block;
  width: 120px;
  line-height: 17px;
  background: url(pics/bg_menu.gif) top left repeat-x;
  border: 1px solid #ccc;
  font-size: 12px;
  color: #333;
  text-align: center;
}

#nav a:hover {
  background: url(pics/bg_menu_active.gif) top left repeat-x;
}

#nav a.active {
  background: url(pics/bg_menu_active.gif) top left repeat-x;
}

#nav li {
	float: left;
	width: 122px;
}

#nav li ul {
	position: absolute;
	width: 122px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}