

#home {
		
}

#title_frontpage {
  	position: absolute;
	top: 50px;
  	left: 20px;
	width: 350px;
	text-align: left;
}

#title {
  position: absolute;
	top: 50px;
  	left: 20px;
	width: 280px;
	height: 400px;
	text-align: right;
}

#thumbnails_left {
  	position: absolute;
  	top: 200px;
  	left: 70px;
	width: 400px;
	height: 400px;
	background-color: #313031;
	text-align: left;
}
#thumbnails_right {
  	position: absolute;
  	top: 200px;
  	left: 500px;
	width: 400px;
	height: 400px;
	background-color: #313031;
	text-align: left;
}

#thumbnails {
  	position: absolute;
  	top: 170px;
  	left: 20px;
	width: 280px;
	height: 400px;
	background-color: #313031;
	text-align: right;
	
}

#photo {
  	position: absolute;
  	top: 75px;
  	left:380px;
	width: 500px;

	background-color: #313031;

}

#description {
	position: relative;
	top:0px;
	left: 0px;
	width: 506px;
	margin-top: -5px;
	background-color: #FFFFFF;
	height: 70px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-align: center;
	
}
#menu {
	position: relative;
	top:95px;
	color: #FFFFFF;
	background-color: #313031;
	margin-top:0px;
}

#menu_left {
	position: relative;
	top:120px;
	left: 60px;
	width: 400px;
	color: #FFFFFF;
	background-color: #313031;
	margin-top:0px;
}

#menu_right {
	position: relative;
	top:80px;
	left: 490px;
	width: 400px;
	color: #FFFFFF;
	background-color: #313031;
	margin-top:0px;
}



#copyright_frontpage {
	margin-top: 100px;
	text-align: center;
	font-family: verdana;
	font-size:10px;
	color: #999999;	
}
.big{
  	border-style:solid;
	border-color: white;
	border-width:3px;
}

.thumb{
  	border-style:solid;
	border-color: white;
	border-width:2px;


}

.header{
	border:0px;
}

.listbox {
	position: relative;
	width: 200px;
	border-style:solid;
	border-color: #999999;
	font-family: verdana;
	font-size:10px;

	 
}
.listbox_frontpage {
	position: relative;
	width: 300px;
	border-style:solid;
	border-color: #999999;
	font-family: verdana;
	font-size:10px;

	 
}


.a, a:hover {
	text-decoration: none;
}


