body,td,th {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #9e8366;
  background-color: #312922;
  background-image:url(pics/back.gif);
  background-repeat: repeat-y;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}

#wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 850px;
  background-color: transparent;
}


#header {
	width: 850px;
	height: 450px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
}

#navi {
  float: left;
  width: 300px;
  padding-right: 0px;
  padding-top: 60px;
  background-color: transparent;
  background-image: url(pics/back_navi.jpg);
  background-repeat: no-repeat;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

#content {
  float: right;
  width: 410px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 120px;
  background-color: transparent;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;
  text-align: justify;
    min-height: 400px;
  height: auto !important;
  height: 400px;
}

#footer {
	clear: both;
	width: 850px;
	height: 70px;
  color: transparent;
  background-image: url(pics/back_footer.gif);
  background-repeat: no-repeat;
}

.title {
font-family: "times new roman", serif;
color: #b9a188;
font-size: 9pt;
font-weight: bold;
font-style: italic;
text-align: right;
text-transform: uppercase;
letter-spacing: 10px;
padding-right: 70px;
padding-top: 10px;
padding-bottom: 3px;
width: 340px;
background-image: url(pics/back_title.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-bottom: 1px solid #665441;

}

.menutitle {
font-family: "times new roman", serif;
color: #b9a188;
font-size: 8pt;
font-weight: bold;
font-style: italic;
text-align: right;
text-transform: uppercase;
letter-spacing: 10px;
text-align: center;
width: 100%;
padding-top: 5px;
padding-left: 5px;
}


#navi a:link, #navi a:active, #navi a:visited {
  font-family: tahoma, sans-serif;
  color: #7e6753;
  display: block;
  letter-spacing: 1px;
  background-color: #3b322a;
  margin-top: 1px;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
  
  
}


#navi a:hover {
  font-family: tahoma, sans-serif;
  color: white;
  display: block;
  letter-spacing: 1px;
  background-color: #554534;
  margin-top: 1px;
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;

}

#content a:link, #content a:active, #content a:visited {
  color: #24170a;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 2px;
  border-bottom: 1px solid #665441;
}


#content a:hover {
  color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.center {
margin: 0 auto;
text-align: center;
}

a img {
  border: 4px solid #735f4a;
}

a:hover img {
  border: 4px solid #af977d;
}

img {
  border: 0;
}

.affi_img {
  padding-right: 3px;
  display: inline;
  }
  
  
b {
color: white;
letter-spacing: 1px;
}

strong {
color: #edb982;
}

blockquote {
background-color: white;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
  background-position: left;
  color: #d5b99b;
  width: 300px;
  height: 150px;
  padding-top: 50px;
  line-height: 140%;
  }

input, select, option {
  border-left: 0;
  border-right:0;
  border-top:0;
  border-bottom: 1px solid #665441;
  background-color: #382c1f;
  color: white;
}

textarea {
  border-left: 0;
  border-right:0;
  border-top:0;
  border-bottom: 1px solid #665441;
  background-color: #382c1f;
  color: white;
  width: 290px;
}



