body,html {
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-color: #000000;
}

body,td,p,table,tr {font-family: Verdana, Helvetica, sans-serif; font-weight:normal; font-size: 10px; 	color:#CCCCCC;}
form {border:0px; margin:0px; padding:0px;}
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

#site_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 }
	  
#site_content {
	position: relative;
	height:750px;
	min-height:750px;
	overflow:visible;
	width: 1024px;
	margin: 0px auto;
	color: #9a9a9b;
	padding:0px;
}
#main_content {
	position: absolute;
	top:0px;
	left:0px;
	width:1024px;
	overflow:hidden;
}
#photocredits {
	position: absolute;
	right:0px;
	bottom:0px;
	border: 0px;
	margin: 0px auto;
	padding-right:20px;
	text-align:center;
	overflow:visible;
	color:#AAAAAA;
	font-size:12px;
}

#trackInfo {
	width:420px;
	padding:4px;
	border:0px solid #666666;
}

.track {color:#CCCCCC; font-weight: bold; }
.whitebold {color:#CCCCCC; font-weight: bold;}

h1 {font-weight: bold; color:#CCCCCC; font-size:20px; margin:0px; padding:0px; display: inline;}
h2 {font-weight: bold; color:#CCCCCC; font-size:14px; margin:0px; padding:0px; display: inline;}

a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}


#bgslides {
	position:relative; 
	width:1024px;
	height:768px;
	z-index:1;
}
.slide {
	position: relative;
}
.slide .inner {
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}
.QOverlay {
	background-color: #000000;
	z-index: 500;
}

.QLoader {
	background-color: #404040;
	height: 2px;
}
.QueryLoaderAMT {
	color:#EEEEEE;
	font-size:20px;
}
