﻿* {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}
input {
  border: 1px solid #8C8C8C;
  background-color: #F1F1F1;
  
}
input.button{
  color: #AAAAAA;
  margin-top: 5px;
  font-size: 9pt;
  height: 19px;
}
input.button:hover{
  color: #666666;
}
input.textfield{
  width: 150px;
  height: 15px;
  padding: 2px;
  color: #666666;
  font-size: 9pt;
}
textarea {
  background-color: #F1F1F1;
  border: 1px solid #8C8C8C;
  width: 400px;
  height: 200px;
}
body {
  margin-bottom: 15px;
  background-color: #CCCCCC;
  font-family: Arial, Verdana, sans-serif;
  background-image: url('images/background.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
a {
  text-decoration: underline;
  color: #999999;
}
a:hover {
  text-decoration: none;
}
div #navigation a {
  text-decoration: none;
  display: block;
  
  color: #FFFFFF;
}
div #navigation a:visited {
  color: #FFFFFF;
}
#content a {
  color: #7E5937;
  text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}
.highlight {
  color: #7E5937;
}
h1 {
  color: #7E5937;
  font-size: 19pt;
  font-family: Georgia, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
h2 {
  color: #333333;
  font-size: 16pt;
  font-family: Georgia, Verdana, sans-serif;
  font-weight: normal;
}

#rap {
  text-align: left;
  margin: 0px auto;
  width: 999px;
}
.copyright {
  width: 999px;
  text-align: center;
  font-size: 10pt;
  color: #999999;
}
#footer {
  background-image: url('images/contentbottom.jpg');
  width: 999px;
  height: 20px;
}
#header {
  background-image: url('images/header.jpg');
  width: 999px;
  height: 198px;
}
#headerbottom {
  background-image: url('images/header_bottom.jpg');
  width: 999px;
  height: 19px;
}
#maincontent {
  background-image: url('images/contentbackground.jpg');
  width: 999px;
  color: #666666;
  font-size: 9pt;
}
#content {
  float: left;
  width: 606px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
#content p{
  margin-bottom: 8px;
}
#sidebar {
  width: 294px;
  float:left;
}
#sidebar small {
  margin-left: 75px;
}
#sidebar blockquote {
  margin-left:75px;
}
#sidebar li {
  margin-left: 85px;
}
#sidebar h2{
  margin-bottom: 5px;
  padding-left: 65px;
}
#sidebar p {
  padding-left: 75px;
  padding-right: 10px;
  text-align: justify;
  width: 195px;
}
#sidebar div {
  padding-left: 75px;
  padding-right: 10px;
  text-align: justify;
}
#sidebar input.textfield{
  margin-left: 75px;
}
#sidebar input.button {
    margin-left: 75px;
}
#welcomebox {
  border: 1px solid #CFCFCF;
  background-color: #FCFCFC;
  padding: 10px;
}
#content p{
  text-align: justify;
}
p.info a{
  color: #7E5937;
}
#sidebar a:hover{
  color: #B39D85;
}
blockquote {
  margin-left: 25px;
}
#navigation {
  list-style-type: none;
  display: block;
  height: 41px;
  margin-left: 51px;
  margin-right: 51px;
  background-image: url('images/navigation_background.jpg');
  
}
#navigation li {
  float: left;
  height: 41px;
  text-align: center;
}
#navigation li a {
  font-family: Georgia, Verdana, sans-serif;
  font-size: 15pt;
  color: #FFFFFF;
  float: left;
  height: 41px;
  vertical-align: middle;
  padding:0px 7px 0px 7px;
  line-height: 2em;
  background-image: url('images/navigation_background.jpg');
}
#navigation li a:hover {
  background-image: url('images/navigation_background_hover.jpg');
}
#navigation li.break {
  background-image: url('images/navigation_break.jpg');
  width:2px;
  height:41px;
}
div.layer{
  width:596px;
  display:none;
}
h2.layer {
  padding:5px;
  padding-right:0px;
  color:#FFFFFF;
  background-color:#B39D85;
  float:left;
  width:510px;
}
#content h2.listing {
  margin-top: 20px;
}
#content ul {
  margin-left: 25px;
}
.post img {
  border:1px solid #c2c2c2;
  padding: 5px;
}