/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #BE9C7B url(background.jpg) no-repeat top center; /* Optional */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #3C2415;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: underline; color: #000 }
a:hover { border-bottom: 1px dotted #000; }

h1 {
color: #BE9C7B;
font-size: 24px;
font-weight: normal;
letter-spacing: -1px;
margin: 4px 0px 10px 0px;

}

.picturelink{
float: left;
}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	padding:0;
	height:100px;
	margin-top: 30px;
	}	

	#logo {
	float: left;
	padding:0;
	width:280px;
	height:100px;
	}	

	#lang {
	float: right;
	background-color: #fff;
	padding:0;
	margin-top: 78px; 
	width:70px;
	height:15px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}	


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #fff; 
	margin-top: 70px; 
	margin-bottom: 0px;
	padding: 0;
	float:left;
	height: 30px;
	font-size: 11px;
	letter-spacing:0px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	
	}		
#nav li a { 
	text-decoration: none; 
	color: #3C2415;
	text-transform: uppercase;
	border-bottom: 0;
	padding: 7px 15px 8px 15px;
	font-size: 13px;
	float: left;
	
	}
#nav li a:hover { background: url(backmenuh.jpg) repeat-x; color:#fff;  }
#nav li a.on { background: url(backmenuh.jpg) repeat-x; color:#fff; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	position: relative;
	width: 892px;
	height: 450px;
	line-height: 18px;
	text-align: left; 
	margin-bottom: 60px;
	margin-top: 5px;
	border: 4px solid #BE9C7B;
	background: #fff;

	}	

#page {
	position: absolute;
	width: 440px;
	height: 430px;
	top:0px; 
	left:230px;
	padding: 10px 0;
	line-height: 18px;
	text-align: left; 

	}	
	
	#content p {
	margin: 0px;
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	text-align: left;	
	color: #3C2415;
	font-size: 11px;
	line-height: 15px;
	clear: both;
	height: 70px;
	
	
	}
	
#footer a { text-decoration: none; color: #3C2415; border-bottom: 1px solid #3C2415; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
