/* General */

html {
	padding: 0;
	background: #94291a url("images/bg.gif") repeat-x; 
	font-family: Trebuchet MS;
	color:#381f1c;
	font-size:12px;

}
body {
 text-align: center;
	width: 691px;
	margin: 0 auto;
	margin-top: 20px;

	line-height:22px;


}

a { 
color:  #381f1c;

} 
#container {
margin: 0;
position:relative;
width: 691px;
background: url("images/bgcontent.gif"); 

	} 

#header {

width: 691px;
height: 154px; 
background: url("images/header.gif") no-repeat;

}

#header h1 span {
display: none;
} 



 #menu {
  text-align: left;
padding-top: 10px;
padding-left: 15px;
width: 165px;
text-transform:uppercase; 
float: left;

	

}


 #menu ul {
padding: 0;
list-style: none;
margin: 0;


}

 #menu li {
background: url("images/balk.gif") no-repeat;



}

 #menu a {
text-decoration: none;
} 

 #menu h2 {
padding: 5px 40px;
background: url("images/menu.gif") no-repeat; 
height: 18px;
font-size:12px;
color: #8b2316;

}

 #content {

padding: 23px;
width: 465px; 
float: right;
text-align: justify; 



}

#content h1 {

background: url("images/content.gif") no-repeat; 
height: 27px;
text-transform: uppercase;
font-size:12px;
color: #8b2316;



}

#footer { 
width: 691px;
height: 9px;
background: url("images/footer.gif") no-repeat;
clear: both;
overflow: hidden
}




