* {
  margin: 0px 0px;
  padding: 0px 0px;
}

html {
  margin-bottom: 0.01em;
}

body {
  background-color:#c5b99a;
  font-family: Tahoma;
  font-size: 14px;
  color: #ffffff;
}

img{
  border:0px;
}

h2{
  font-size:22px;
  font-family:Tahoma;
  font-weight:bold;
  text-align:left;
}

h3{
  font-size:12px;
  font-family:Verdana;
  font-weight:bold;
  text-align:center;
  /*color:#c03a53;*/
  color:#ffffff;
}

#main{
  width:800px;
  background: transparent url(images/page_bg.jpg) repeat top left;
}

#main .logo{
  background: transparent url(images/logo.jpg) no-repeat top left;
  width:248px;
  height:247px;
}

#main .top_pane{
  width:552px;
  height:247px;
  background: transparent url(images/top_pane.jpg) no-repeat top left;
}

#main .menu_pane{
  width:200px;
  background: transparent url(images/menu_bg.jpg) repeat-y top left;
}

#main .content_pane{
  width:514px;
  height:570px;
  /*background: transparent url(images/page_content.jpg) no-repeat top left;*/
}

#main .content_pane div.inner_content{
  padding-left:30px;
  padding-right:30px;
  padding-top:30px;
}

#main .content_pane div.archive_content{
  padding-left:10px;
  padding-top:5px;
  padding-bottom:5px;
  border-top:dotted 1px #ffffff;
}

#main .menu_footer{
  width:200px;
  height:27px;
  background: transparent url(images/menu_bg.jpg) repeat top left;
}

#main .page_footer{
  width:600px;
  height:27px;
  background-color:#ffffff;
  font-size:10px;
  color:#740729;
  text-align:center;
}

.inner_content div.links a,
.inner_content div.links a:hover,
.archive_content div.links a,
.archive_content div.links a:hover {
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}