@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/b-ground.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
	color: #6C5635;
}
a:visited {
	text-decoration: none;
	color: #6C5635;
}
a:hover {
	text-decoration: none;
	color: #E62B86;
}
a:active {
	text-decoration: none;
	color: #6C5635; 
}
#contentbox {
	width: 740px;
	height: 540px;
	background-image: url(images/page.gif);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	position: absolute;
	width: 370px;
	height: 25px;
	margin-left: 370px;
	margin-top: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C5635;
}
#navigation em {
	color: #E62B86;
	font-style: normal;
}
#righttext {
	position: absolute;
	width: 330px;
	height: 350px;
	margin-left: 370px;
	margin-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C5635;
	text-align: left;
	font-variant: normal;
}
#lefttext {
	position: absolute;
	width: 330px;
	height: 350px;
	margin-left: 30px;
	margin-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C5635;
	text-align: left;
	font-variant: normal;
}
#collection {
	position: absolute;
	width: 690px;
	height: 350px;
	margin-left: 25px;
	margin-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C5635;
	text-align: left;
	font-variant: normal;
}
#thumbnails {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
}
#firstthumbnail {
	float: left;
	width: 100px;
	height: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}	
#forwardarrow {
	position: absolute;
	margin-top: 510px;
	margin-left: 700px;
	width: 10px;
	height: 10px;
}
#arrows {
	position: absolute;
	margin-top: 510px;
	margin-left: 30px;
	width: 10px;
	height: 10px;
}
#credits{
	position: absolute;
	width: 330px;
	height: 15px;
	margin-left: 30px;
	margin-top: 475px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #6C5635;	
}	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6C5635;
	font-weight: normal;
}
h2 {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C5635;
}

