body {
  margin: 0px;
  padding:0px;
  width:100%;
  height:100%;
  text-align:left;
  vertical-align:top;
  font-family: Georgia, verdana, arial;
  font-size: 12px;
  color:#29170E;
  line-height:20px;
  background:#29170E ;
}

#container {
  width:960px;
  height: 480px;
  margin-left:auto;
  margin-right:auto;
margin-top:60px;

}

#mainframe {
  width:940px;
  height: 410px;
  border:10px solid #45331f;
}

#mainleft {
  float:left;
  width:281px;
  height:410px;
  background:url(../images/leftbg.jpg) no-repeat;
}

#mainright {
  float:left;
  width:659px;
  height:410px;
  background: url(../images/mainright1.jpg) no-repeat;
}

#mainleftc {
  float:left;
  width:281px;
  height:410px;
}

#mainrightc {
  float:left;
  width:659px;
  height:410px;
  background: #e5d39a url(../images/rightbg.jpg) no-repeat;
}


#logo {
  height:65px;
  width:330px;
  float:left;
}

.logo {
margin-bottom:5px;
}

#menu {
  text-align: right;
  height: 20px;
  width: 500px;
  float: right;
  font-family: Georgia, verdana, arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

#spacer {
  height:35px;
  width:500px;
  float:right;
}

#top {
  height: 65px;
  width:960px;
}

h1 {
  font-family: Georgia, verdana, arial;
  font-size: 25px;
  font-weight: bold;
  color:#fb7d00;
  line-height:28px;
}

#leftcontent {
  margin:15px;
  height:390px;
  width:251px;
  overflow:hidden;
}
.logo {
  margin-left: 15px;
  margin-bottom:5px;
}

#contentheader {
  width:659px;
  height:20px;
  padding:15px;
}

#block1 {
  width:295px;
  height:370px;
  float:left;
  margin-right:25px;
  overflow:hidden;
  padding-left:15px;
}

#block2 {
  width:295px;
  height:370px;
  float:left;
  overflow:hidden;
  padding-right:15px;
}

#menu ul, #menu li{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#menu ul {
  border-bottom: 0px;
}
#menu ul ul {
  padding-left: 15px;
}
#menu a:link, #menu a:visited, #menu a:active {
  padding: 4px 10px 4px 10px;
  color: #e5d39a;
  text-decoration: none;
}
#menu a:hover {
  text-decoration: none;
}
#menu .menu_current a:link, #menu .menu_current a:visited, #menu .menu_current a:active {
  color:#fb7d00;
}

#footer {
margin-top:5px;
text-align:right;
color: #64492D;
}

#footer a:link, #footer a:visited, #footer a:active {
  color: #64492D;
  text-decoration: underline;
}
#footer a:hover {
color: #fb7d00;
  text-decoration: none;
}

ul {
margin-left:5px;
padding-left:10px;
}

a:link, a:visited, a:active {
  color: #45331f;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #fb7d00;
}
