@charset "utf-8";
/* CSS Document */
body 
{
	background-color: #000;
	color: #333366;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #FFF;
}
#wrapper {
	text-align: left;
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#galleryNav {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 175px;
}
#galleryContent {
	width: 775px;
	float: right;
}


#footer {
	clear: both;
	text-align: center;
}



a:link 
{
	color: #FFF;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
	color: #FFF;
}
a:active 
{
	text-decoration: none;
}
