/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#headerDiv {
	width: 480px;
	height:20px;
	padding: 5px;
	background-color: #8E7393;
}

#creditDiv {
	width: 480px;
	padding: 5px;
	background-color: #8E7393;
}

#footerDiv {
	width: 480px;
	padding: 5px;
	background-color: #8E7393;
}

.galleryTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8E7393;
	float: left;
}


.galleryCaption {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8E7393;
	text-align: center;
}

.galleryTopNav {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8E7393;
	float: right;
}
a.navigation:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.galleryFooter:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}a.navigation:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.galleryFooter:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.galleryFooter:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.navigation:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}

