body{
	margin:5px;
	background-color: #EFE6D7;
}
#gallerys{
	width:520px;
	height:520px;
	border:#000000 solid 1px;
	margin: auto;
	text-align: center;
}
#navgallery{
	width:520px;
	height:40px;
	margin:auto;
	padding: 3px 0px;
	background-color: #E0CFB4;
}
#prev{
	width:140px;
	height:40px;
	float:left;
}
#labels{
	width:240px;
	height:40px;
	float: left;
}
#labels h1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	margin:1px;
}
#labels h1 a{
	color:#990000;
	text-decoration:none;
}
#labels h1 a:hover{
	color:#990000;
	text-decoration:none;
}

#labels h2{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	margin:1px;
}
#next{
	width:140px;
	height:40px;
	float:left;
}
.links{
	color:#FFFFAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:3px;
	font-weight:bold;
	text-align:center;
}
.links a{
	color:#FFFFAA;
	display:block;
	padding:8px 10px;
	background-color:#990000;
	text-decoration:none;
}
.links a:hover{
	background-color:#790000;
	text-decoration:underline;
}	

