@charset "utf-8";
/* CSS Document sneprooi.be */
html, body{
	width:100%;
	height:100%;
	margin-top:0;
	margin-left:0;
	background-color: #374503;
	color:#FFF;
	overflow-y:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.link{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
}
.thumbnail{
	border:1px solid #88a421;	
}
a{
	border:none;	
}
li{
	padding-bottom:4px;	
}
img{
	border: none;
}
#site{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	/*width: 90%;*/
	height:100%;
	z-index:4;
}
#header{
	margin-left: 231px;
	margin-right: auto;
	width:680px;
	padding-top: 20px;
	/*width: 80%;*/
	overflow-x:scroll;
	overflow-y:hidden;
	height: 60px;
	
}
.tabButton{
	background-image:url(../images/upButton.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 32px;
	text-align:center;
	padding-top: 7px;
	color:#2b3602;
	float:left;
}
.tabButtonSelected{
	background-image:url(../images/selectedButton.png);
	background-repeat:no-repeat;
	width: 96px;
	height: 32px;
	text-align:center;
	padding-top: 7px;
	color:#fff;
	float:left;
}
#logo{
	position:absolute;
	left:56px;
	top: 5px;
	/*width:200px;*/
	z-index:6;
}
#flower{
	position:absolute;
	left:15px;
	top: 17px;
	/*width:200px;*/
	z-index:5;
}
#main{
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	height:100%;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
#photos a { padding-bottom: 10px; }

#photos{
	position:absolute;
	margin-top:0px;
	padding-top:35px;
	top:80px;
	width: 180px;
}
#content{
	position:relative;
	left:200px;
	border: solid #344103 2px;
	margin-top: 0px;
	padding-top: 20px;
	/*width: 80%;*/
	min-width: 570px;
	max-width: 700px;
	height: 100%;
	overflow:auto;
	/*background-image:url(images/transparantbg.png);
	background-repeat:repeat;*/
	background: url('../images/transparantbg.png') repeat;
	padding-left: 10px;
	padding-right: 10px;
	color:#FFF;
}
#contentPage{
	position:relative;
	max-width: 680px;
}
#loader{
	position:relative;
}
.gracefulText{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
}
#topDivider{
	position:fixed;
	z-index:2;
	top: 50px;
	left:0px;
	background-image:url(../images/grass_pattern.png);
	background-repeat:repeat;
	width:100%;
	height:38px;
	color:#fff;
}
#bottomDivider{
	position:fixed;
	width:100%;
	z-index:1;
	bottom: 15px;
	left:0px;
	background-image:url(../images/grass_pattern.png);
	background-repeat:repeat;
	width:100%;
	height:38px;
	color:#fff;
}
.bottomText{
	position:fixed;
	right:20px;	
	bottom:25px;
}