/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-attachment: fixed;
	background-image: url(../images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerTop {
	height: 16px;
	background-image: url(../images/bg_top_menu_flash.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer {
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #24875D;
	color: #FFFFFF;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 4px 4px;
}
.floatRight {
	float: right;
}
#headerTop p {
	color: #CCCCCC;
}
/* start: TOP & BOTTOM NAVIGATION */
#headerTop a:link, #headerTop a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#headerTop a:hover, #headerTop a:focus, #headerTop a:active, #bottomNav a:hover, #bottomNav a:focus, #bottomNav a:active {
	color: #fff;
}