html{
	height: 100%;
	width:100%;
	background: url(images/background.jpg) top center no-repeat fixed #342e18;
}

h1{
	color: #9e916e;
}

p {
	color: #59523e;
	text-align: justify;
}

body{
	font-family: "Helvetica Nueu", Helvetica, Tahoma, Verdana, Arial, _sans;
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%;
	
}


h2 {
	color: #90805c;
	padding-top:5px;
}

a img{
	border-color: #e1dccb;
}

a:link {
		color: #e1dccb;
		border-color: #e1dccb;
		text-decoration: none;
	}

	
a:active {
		color: #e1dccb;
		border-color: #e1dccb;
		text-decoration: none;
	}
	
a:visited {
		color: #e1dccb;
		border-color: #e1dccb;
		text-decoration: none;
	}
	
a:hover {
		color: #000000;
		border-color: #e1dccb;
		background: #e1dccb;
	}
	
.dark a:link {
		color: #59523e;
		text-decoration: none;
	}

	
.dark a:active {
		color: #59523e;
		text-decoration: none;
	}
	
.dark a:visited {
		color: #59523e;
		text-decoration: none;
	}
	
.dark a:hover {
		color: #e1dccb;
		background: #59523e;
	}
	
	
#gallery a:link{
	background: none;
	color: #e1dccb;
}

#gallery a:active{
	background: none;
	color: #e1dccb;
}

#gallery a:visited{
	background: none;
	color: #e1dccb;
}

#gallery a:hover{
	background: none;
	color: #e1dccb;
}

#main{
	width: 800px;
	position: relative;
	margin: -600px auto 0 auto;
	background: url(images/woodpanel.png) top center no-repeat;
} 

#wood_main{
	width: 800px;
	position: relative;
	margin:-190px auto 0 auto;
	background: url(images/woodpanel_main.jpg) bottom center no-repeat #dcd2c6;
}

#paper{
	background: url(images/paper_home.png) top right no-repeat;
	margin: 0 auto;
	padding: 790px 30px 30px 30px;
	position: relative;

}

#paper_main{
	background: url(images/paper_main.png) bottom right no-repeat ;
	
}

#player_main, #player{
	width: 900px;
	margin: auto;
	z-index: 99;
	position: relative;
}

#player_gallery{
	width: 1100px;
	margin: auto;
	z-index: 99;
	position: relative;
}

#header{
	width: 800px;
	position: relative;
	margin:auto;
	padding: 5px 0 5px 0;
}

#logo {
	margin-top: -170px;
	margin-left: 3px;
}

#menu{
	text-align: right;
	list-style: none;
	font-size: 18px;
	padding: 2px 0;
	margin: 2px 0;
}

#menu li{
	padding: 2px 0;
	margin: 2px 0;
}


}

#content{
	position: relative;
}

#content p{
	color: #e1dccb;
	line-height: 30px;
	text-align: justify;
}

#main_content{
	padding: 150px 20px 400px 20px;
	margin-top: 50px;
}

#footer{
	text-align: center;
	color: #e1dccb;
	font-size: 14px;
}

#gallery{
	text-align: center;
}

.article_thumb{
	position: relative;
	margin: 2px 2px 20px -90px;
	padding:10px;
	float: left;
	clear:left;
	border: none;
	z-index: 99;

}

.presspost{
	clear:both;
	border-top: 2px solid;
	color: #9e916e;
}

.presspost p{
	float: right;
	width:575px;
}

.gallery_thumb {
	margin:10px;
	border: solid 2px;
}
