@charset "utf-8";
a:active {
	color: #FFC;
}

a:visited {
	color: #CCC;
}

a:link {
	color: #FFF;
}

a:hover {
	color: #CCC;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fefefe;
}

body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: none;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 0px;
}
#content {
	width: 800px;
	color: #FEFEFE;
	float: none;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footer_text {
	margin-left: 80px;
	margin-right: 80px;
	width: 800px;
	height: 90px;
	text-align: center;
}


#header {
	float: none;
	height: 80px;
	width: 800px;
	margin-right: 80px;
	margin-left: 80px;
}
.navigation {
	float: none;
	height: 26px;
	width: 800px;
	margin-right: 80px;
	margin-left: 80px;
	background-image: url(images/buttons/spacer_top.png);
	background-repeat: repeat-x;
	text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_gallery {
	float: none;
	height: 1100px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
