body {
    font-family: geneva, verdana, arial, sans-serif;
    color: #E5E5E5;
    font-size: 14px;
}



h1, h2, h3 {color: #E1E412;}

h1 {font-size: 130%;}

h2 {font-size: 120%;}

h3 {font-size: 110%;}

img {border: none;}

a, a:hover, a:active {outline: none;}
a {color: #FFA500;}
a:active {color: #FF8000;}

.button:hover, input:focus, textarea:focus, .item-bottom a:hover, dd:hover{
    background-color: #804040;
    border: 1px solid #D7D7D7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow:0 0 10px 0 #D7D7D7;
	-webkit-box-shadow:0 0 10px 0 #D7D7D7;
	-moz-box-shadow:0 0 10px 0 #D7D7D7;
}

input, textarea, .item-bottom a, .button  {
    border: 1px solid #5C4F3B;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #271607;
    color: silver;
    padding: 0 6px;
}

#content {
	margin: 20px 3px 0 10px;
}

.error {
  border: 1px solid rgb(215, 215, 215);
  padding: 10px;
  background-color: rgb(128, 64, 64);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow:0 0 10px 0 #D7D7D7;
  -webkit-box-shadow:0 0 10px 0 #D7D7D7;
  -moz-box-shadow:0 0 10px 0 #D7D7D7;
}

.item-bottom {
  text-align: right;
  margin: 0.8em 0 2em 0;
}
.item-bottom a {
  padding: 3px 5px;
  color: #FFA500;
  text-decoration: none;
  font-size: 85%;
}

.foto {
    /*display: inline;*/
    float: left;
    width: 96px;
    height: 75px;
    text-align: center;
    margin: 2px;
    overflow: hidden;
    position: relative;
}

.corner_all, dd {
    border: 1px solid #5C4F3B;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
}

.wood {
    background-color: #271607;
    color: silver;
    }

dd {
  cursor: pointer;
  background-color: #37200B;
}

.sections_list UL {
	margin: 0;
	padding: 0;
}
  
.sections_list LI {
	margin-left: -30px;
	padding-top: 5px;
	clear: both;
	list-style-type: none;
}

.sections_list LI A {
	font-size: 90%;
}

.main_item {
	clear: both; 
	padding: 15px 0; 
	border-bottom: 7px dotted #5e3d0f; 
	font-size: 9pt !important;
}

.main_item H2 {
	font-size: 10pt !important; margin: 0; padding: 0;
	text-decoration: underline;
}
.main_item P {
	margin: 0; padding: 0;
	text-indent: 30px;
}
