html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#EDE7D6;
 background-image: url(images/bg_header.jpg);
 background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width: 754px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 background-image:url(images/bg_top_menu.jpg);
 width:100%;
 height: 328px;
} 

#headerpic {
	position: absolute;
	top: 187px;
	padding-left: 13px; 
}

#footer {
	background-image: url(images/bg_footer.jpg);
	height: 47px;
	width:: 754px;
	margin: 0px 0px 0px 0px;
	color: #E8E7DA;
}

.comment {
	padding: 0px 20px 0px 20px;
	vertical-align: bottom;
	line-height: 40px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}
.comment a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #E8E7DA;
	text-decoration: none;
}

/*----- MENU ----- */
#menu {
	position: absolute;
	top: 200px;
	padding-left: 25px;
}

#menu2 {
	position: absolute;
	top: 200px;
	left: 230px;
}

#nav_list {
	margin: 0;
	padding: 0;
	width: 200px;
	list-style: none;
	overflow: hidden;
}

#nav_list li  {
	width: 200px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
}

#nav_list a {
}

.li_nav_body a  {
	display: block;
	width: 200px;
	height: 20px;
	padding-left: 25px;
	line-height:20px;
	color: #905F2B;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	background: url(images/nav_body.png) no-repeat;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	color: #000000;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color: #000000;
}

.clear {
	clear: both;
	height: 3px;
	background-color: #FFFFFF;
}

#lang {
	position: absolute;
	float: right;
	top: 155px;
	height: 20px;
	margin: 10px 10px 10px 10px;
	/*padding-left: 644px;*/
	width: 100px;
	right: 10px;	
}
#choose {
	position: absolute;
	float: right;
	top: 155px;
	height: 20px;
	margin: 10px 10px 10px 10px;
	padding-left: 144px;
	width: 350px;
	right: 10px;
	color: #905F2B;
	font-size: 12px;
	font-weight: bold;
}

/* Gallery */
#loadarea {
  width: 400px;
  height: 400px;
  padding-left: 75px;
  border: 0px dotted #D6D3BA;*/
}

#rightcontent {
	position: absolute;
  float: right;
  width: 180px;
  font-size: 10px;
  border-left: 1px dotted #D6D3BA;
  padding: 0px 0px 0px 10px;
  left: 540px;
}
#rightcontent span {
  float: left;
  width: 12px;
  font-size: 10px;
  clear: both;
  margin-top: 0px;
}
#rightcontent p {
  float: left;
  width: 180px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
  line-height: 1.3;
}
#rightcontent .clear {
  height: 10px;
} 
#rightcontent_list {
	float: left;
  	width: 160px;
 	margin: 0 0 0 10px;
  	padding: 0 0 0 0;
	list-style: circle;
	/*overflow: hidden;*/
}
#rightcontent h3{
	color: #660000;
	padding-left: 0px;
	float: left;
}
.li_rightcontent a  {
	display: block;
	width: 170px;
	height: 20px;
	padding-left: 0px;
	line-height:20px;
	color: #993300;
	
}
.li_rightcontent li {
  	list-style: none;
}
.li_rightcontent a:hover {
	color: #000000;
}

#maincol{
	background-color: #FFFFFF;  
 	float: left; 
 	display:inline; 
 	position: relative;
 	background-image: url(images/bg_content.jpg);
	width: 754px;
}
 
#content p{
	/*margin: 0 20px 0 20px;*/
}

#content {
	width: 730px;
	padding: 0px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79522E;
}

#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #B49C67;
	padding: 10px 0px 10px 0px;
}
#content h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #753F39;
	padding: 0px 0px 0px 10px;
}

#leftcontent {
	width: 500px;
	padding: 0px 0px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79522E;
}
#leftcontent p{
	margin: 0 20px 0 20px;
}

.readmore {
	text-align:right;
	color:#660000;
}
.readmore a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

.readmore a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #993300;
}

 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
