body {
	background: #59641a url(../../images/bg_main.jpg) top center no-repeat;
	}
	
a {
	color: #606417;
	}
	
a: hover {
	color: #31392c;
	text-decoration: none;
	}
	
#main {
	background: #b7c2cb;
	border: 5px solid #ffffff;
	}
	
#header {
	height: 350px;
	}
	
#opening {
	background: #606417;
	border: 5px solid #ffffff;
	}
	
#opening p {
	margin: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	}
	
#content {
	background: #b7c2cb;
	border: 5px solid #ffffff;
	}
	
#content h1 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 20px;
	color: #606417;
	}
	
#content h2 {
	margin: 20px 0 0 20px;
	font-weight: bold;
	display: block;
	border-top: 1px dashed #606417;
	border-bottom: 1px dashed #31392c;
	}
	
#content p {
	margin: 0 10px 10px 20px;
	color: #31392c;
	}
	
.boldd {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}
	
	
#footer {
	padding: 20px 0 20px 0;
	text-align: right;
	}
	
#footer p {
	color: #b7c2cb;
	font-weight: bold;
	}
	
.logo {
	margin: 60px 0 0 0;
	}
	
.kurt {
	margin: 20px 0 20px 10px;
	}
	
/* scroller */

div.scrollable { 
     
    position:relative; 
    overflow:hidden;          
    width: 950px;     
    height:350px;     
} 

div.scrollable div.items {     

    width:20000em;     
    position:absolute;   
	clear: both;      
} 
 
div.scrollable div.items div { 
    float:left; 
}

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

#gallery ul li { 
	display: inline;
	float: left; 
}
	
#gallery ul img {
	border: 5px solid #3e3e3e;
	margin: 10px;
}
	
#gallery ul a:hover img {
	border: 5px solid #fff;
	color: #fff;
}
	
#gallery ul a:hover { 
	color: #fff; 
}

