/* Document Structure */
body{
  margin: 0px;
  text-align: center;
  background: url('../images/back.gif') top center repeat-x #dcccc2;
}
div.edges{
  background: url('../images/edges.gif') top center no-repeat;
}
div.container{
  width: 760px;
  margin: 0px auto 0px auto;
}
a.top{
  height: 20px;
  display: block;
}
div.header{
  height: 130px;
  background-color: #ffffff;
}
a.logo,
a.logo:link,
a.logo:hover,
a.logo:active,
a.logo:visited{
  float: left;
  width: 280px;
  height: 130px;
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-decoration: none;
}
img.logo{
  width: 280px;
  height: 130px;
  display: block;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
div.wood{
  height: 40px;
  background: url('../images/wood.gif') top center repeat-x #b38e7e;
}
div.wood_L{
  float: left;
  width: 10px;
  height: 40px;
  background: url('../images/wood_L.gif') no-repeat;
}
div.wood_R{
  float: right;
  width: 10px;
  height: 40px;
  background: url('../images/wood_R.gif') no-repeat;
}
img.header{
  width: 760px;
  height: 192px;
  display: block;
  border: 0px;
  background-color: #dcccc2;
}
div.content{
  background: url('../images/content_T.gif') top center no-repeat #804f46;
}
div.content_B{
  background: url('../images/bottom.gif') bottom left no-repeat;
}


/* General Formatting */
p, h1, h2, h3, li, input, textarea, blockquote, legend, td{
  text-align: left;
  font-family: Georgia, serif;
}
a, a:link, a:active, a:visited{
  color: #804f46;
  text-decoration: underline;
}
a:hover{
  color: #000000;
}


/* Navigation */
div.header p{
  color: #804f46;
  font-size: 0.8em;
}
div.header p a,
div.header p a:link,
div.header p a:active,
div.header p a:visited{
  color: #999999;
  text-decoration: none;
}
div.header p a:hover{
  color: #333333;
}
div.nav_A{
  float: left;
  width: 190px;
  height: 130px;
  background: url('../images/nav_A.gif') top left no-repeat #fdf7f3;
}
div.nav_A p{
  margin: 25px 0px 0px 20px;
}
div.nav_B{
  float: left;
  width: 280px;
  height: 130px;
  background: url('../images/nav_B.gif') top left no-repeat #f8f0ea;
}
div.nav_B p{
  margin: 25px 0px 0px 33px;
}
div.nav_C{
  float: left;
  width: 10px;
  height: 130px;
  background: url('../images/nav_C.gif') top left no-repeat #f8f0ea;
}


/* Left Column */
div.content div.left{
  float: left;
  width: 270px;
  margin-top: 8px;
  background: url('../images/left.gif') top left repeat-y #532e29;
}
img.title{
  float: right;
  height: 40px;
  margin: 8px 20px 0px 0px;
}
div.content div.left p,
div.content div.left ul{
  clear: both;
  color: #ffcccc;
  text-align: left;
  text-indent: 20px;
  margin: 0px;
  background: url('../images/left_bar.gif') top left no-repeat;
}
div.content div.left p{
  font-size: 0.7em;
  padding: 15px 20px 25px 20px;
}
div.content div.left ul{
  font-size: 0.8em;
  line-height: 1.8em;
  padding-top: 15px;
  padding-bottom: 25px;
}
div.content div.left ul li a{
  color: #ffffff !important;
}
div.content div.left p:first-line{
  font-weight: bold;
}


/* Right Column */
div.content div.right{
  float: right;
  width: 490px;
  margin-top: 8px;
  background: url('../images/right_bottom.gif') bottom left no-repeat #f8f0ea;
}
div.content div.right p{
  color: #000000;
  line-height: 1.8em;
  font-size: 0.75em;
  margin: 0px 20px 10px 20px;
  padding-top: 20px;
  text-align: justify;
}
div.content div.right p:first-line{
  font-weight: bold;
}
img.indent{
  float: left;
  display: block;
  margin: 15px 10px 0px 10px;
  padding: 0px 0px 0px 10px;
}
div.content div.right form{
  margin: 0px;
}
div.content div.right input,
div.content div.right textarea{
  border: 1px solid #cccccc;
}
div.content div.right input{
  width: 250px;
}
div.content div.right textarea{
  font-size: 1.0em;
  width: 440px;
  height: 150px;
}


/* Footer */
div.footer{
  height: 20px;
}
div.footer p.left{
  float: left;
  width: 350px;
  line-height: 20px;
  color: #8b7d74;
  font-size: 0.65em;
  text-align: left;
  margin: 0px 0px 20px 10px;
}
div.footer p.right{
  float: right;
  width: 350px;
  line-height: 20px;
  color: #8b7d74;
  font-size: 0.65em;
  text-align: right;
  margin: 0px 10px 20px 0px;
}
div.footer a,
div.footer a:link,
div.footer a:active,
div.footer a:visited{
  color: #532e29;
  text-decoration: underline;
}
div.footer a:hover{
  color: #000000;
}
p.logos {
  clear: both;
  text-align: center;
}
p.logos img {
  margin: 0 15px;
  border: 0;
}