@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body, html {
	height: 100%;
}
body {
	min-width: 910px;
	background-color: #000;
	margin: 0;
}
a img {
	border: none;
}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
p {
	margin: 10px;
}
h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px;
}
#background {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
}
#background img {
	position: absolute;
}
#top {
	background-color: #000;
	padding: 10px;
	margin: 0;
}
#main {
	width: 890px;
	margin: 0 auto 20px;
	padding: 0 10px;
}
#title {
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
#sections {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 43px;
}
#sections li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#sections li a {
	display: block;
	padding: 10px;
}
#sections li a.active, #sections li a:hover {
	background: transparent url(../images/bg.png) repeat top left;
}
#content {
	clear: left;
	width: 890px;
	min-height: 510px;
	background: transparent url(../images/bg.png) repeat top left;
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
}
.floatleft {
	float: left;
	margin: 10px;
}
.floatright {
	float: right;
	margin: 10px;
}
.clear {
	height: 10px;
	clear: both;
}
.track {
	position: relative;
	width: 1780px;
}
.full {
	width: 870px;
	height: 490px;
	margin: 10px;
	float: left;
}
.full a img {
	display: none;
}
.photos {
	width: 880px;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
}
.photos li {
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	float: left;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 10px;
	line-height: 2em;
}
.copyright a {
	color: #FFF;
}
