* {
  text-align: left;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  background: url('/img/wood057.jpg') repeat #ddbda4;
  font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
  font-size: 90%;
  min-width: 1000px;
  text-align: center;
}

a{
    font-weight: normal;
    color: inherit;
}

ol, ul{
    margin-left: 1.6em;
}

#header, #menu {
  padding: 10px 20px;
  text-align: center;
}

#header h1 {
   color: #6b5032;
   margin: 2em;
   font-size: 200%;
   font-weight: bold;
   display: inline;
}

#menu{
    display: block;
    text-align: center;
}

#menu span{
    text-align: center;
    margin-left: 10px;
}

#menu a img{
    border: none;
}

#menu a{
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover{
    border-bottom: 2px solid #6b5032;
}

#container{
    display: inline-block;
    width: 1000px;
    text-align: center;
}

#beforecontent{
    display: inline-block;
    width: 884px;
    background: url('/img/up.png');
    height: 30px;
}

#aftercontent{
    display: inline-block;
    width: 884px;
    background: url('/img/down.png');
    height: 36px;
}

#content {
  background: url('/img/mid.png') repeat-y;
  display: inline-block;
  width: 824px;
  clear: both;
  padding: 10px 30px;
  padding-top: 0px;
  /*-moz-border-radius: 10px;*/
  color: #6b5032;
}

#content a{
    color: #6b5032;
    text-decoration: underline;
    font-weight: normal;
}

h1, h2, h3, h4{
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-family: 'Papyrus', sans-serif;
  display: inline;
  font-weight: bold;
  color: #bb4129;
  font-size: 190%;
}

#content h2 a{
    font-weight: bold;
    color: #bb4129;
    font-family: 'Papyrus', sans-serif;
    text-decoration: none;
}

#footer {
  display: inline-block;
  color: #6b5032;
  clear: both;
  margin: 1em;
  margin-bottom: 2em;
}

#footer a{
    color: #6b5032;
    text-decoration: underline;
    font-weight: normal;
}

/*  Blog */

.blogheader{
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #907d69;
}

.blogheader a{
    text-decoration: underline;
}

span.date{
    font-size: 90%;
    color: #907d69;
    margin-left: 2em;
}

.blogimages, .blogimages p{
    margin-top: 2em;
    text-align: center;
}

.blogimages span{
    display: inline;
}

.blogimages img{
    border: none;
    margin: 10px;
}

.blogimages td{
    text-align: center;
}

/*  Guestbook */

.gbheader{
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #907d69;
}

#content h2.gb{
    display: block;
    margin-top: 3em;
}

p.nav {
    border-top: 1px solid #907d69;
    margin-top: 2em;
    text-align: center;
}

/* Map */

#map_canvas{
    width: 100%;
    height: 600px;
}

/** Forms **/
form div {
    color: #444;
        clear: both;
        margin-bottom: 1em;
        padding: .5em;
        vertical-align: top;
}

label {
        float: left;
        vertical-align: top;
        min-width: 10em;
}
input, textarea {
        clear: both;
}

input[type=checkbox] {
        clear: left;
        float: left;
        margin: 0px 6px 7px 2px;
        width: auto;
}
input[type=radio] {
        float:left;
        width:auto;
        margin: 0 3px 7px 0;
}

form .submit input[type=submit] {
        background: #6b5032;
        border-color: #ddbda4;
        color: #fff;
}
form .submit input[type=submit]:hover {
        background: #ddbda4;
        color: #000;
}
