body {
   background-color: #B89F65;
background-image: url('bg.png');


padding: 0px;
   color: #C2A86F;
   cursor: default;
   font-family: Tahoma;
   font-weight: normal;
   font-size: 10px;
   background-color: #B89F65;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}
a:link, a:visited, a:active {
    text-decoration: none; 
    color:#A68153;
font: 14px "trebuchet ms"; 
    font-weight: normal;
    cursor: hand;
    background-color: transparent;
}
a:hover {
    text-decoration: underline;
    color:#D5C07D;
    font-weight: normal;
    cursor: default;
    background-color: transparent;
}
.layout {
     background-color: #FBF8EA;
     color: #C2A86F;
     width: 687px;
     padding: 0px;
     border: 5px solid #FBF8EA;
      text-align: justify;
      margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.menu {
    background-color: #FBF8EA;
	color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}
.nav a:link, .nav a:visited, .nav a:active {
    text-decoration: none; 
    color:#A68153;
    font-weight: normal;
    background-color: transparent;
}
.nav a:hover {
    text-decoration: none;
    color:#D5C07D;
    font-weight: normal;
    cursor: default;
    background-color: transparent;
}
.main {
     background-color: transparent;
     color: #C2A86F;
     font-family: Trebuchet ms, Tahoma, Verdana;
     font-weight: normal;
     font-size: 12px;
     text-align: justify;
     padding: 0px;
     border: 0px;
	 width: 98%;
	 margin-right: auto;
     margin-left: auto;
}
.title {
     background-color: transparent;
     font-weight: bold;
	 font-size: 13px;
                    color: #413726;
     font-family: Georgia;
	 text-transform: uppercase;
	 letter-spacing: 4px;
	 border-bottom: 2px solid #FBF8EA;
}


ul {
   list-style-type: square;
}
