#mainpage {
	position:absolute;
	visibility:visible;
	width:800px;
	height:600px;
	top:20px;
	z-index:1;
	background-color:#000
}

#upperbanner {
	position:absolute;
	visibility:visible;
	width:800px;
	height:80px;
	top:00px;
	z-index:3
}

#lowerbanner {
	position:absolute;
	visibility:visible;
	width:800px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 576px;
	background-color:#111
}

#content {
	position:absolute;
	visibility:visible;
	width:781px;
	height:458px;
	z-index:3;
	left: 10px;
	top: 108px
}

#content02 {
	position:absolute;
	visibility:visible;
	width:781px;
	height:458px;
	z-index:3;
	left: 10px;
	top: 108px;
	z-index:2
}

.bodyfont,td,th {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 13px;
	color: #CCC;
	
}
.greyfont {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}
.greyfont_dark {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10px;
	color: #cc0066;
	font-weight: normal;
}
.greyfontsmall {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
}	
.blackfont {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	}
.blackfont02 {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	}
.whitefont {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	}
.whitefontsmall {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight:normal;
	}
	.greyfont_pale {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	color: #CCC;
	}
	
	
a:link {
	text-decoration: none;
	color: #CCC;
}

a:visited {
	text-decoration:none;
	color: #CCC;
}

a:hover {
	text-decoration: none;
	color: #999;
}

a:active {
	text-decoration: none;
}

.footerfont {
		font-family: Century Gothic, Verdana, sans-serif;
	font-size: 9px;
	color: #888888;
	font-weight:normal;
	}

body 
	{background-color: #000000;}
	{margin:0px}
* {padding:0; margin:auto}
.dropdown {float:left; padding-right:5pxl; font-family:Century Gothic, Verdana, sans-serif}

.dropdown dt {width:120px; border:0px; padding:10px; font-weight:normal; cursor:pointer}

.dropdown dd {position:absolute; overflow:hidden; width:160px; display:none; background:#fff; z-index:200; font-size:12px; opacity:0}

.dropdown ul {width:160px; border:0px; list-style:none; border-top:none}

.dropdown li {display:inline}

.dropdown a, .dropdown a:active {display:block; padding:5px; color:#333; text-decoration:none; width:160px}

.dropdown a:hover {background:#888; color:#FFF}

.dropdown .underline {border-bottom:0px}


#dhtmlgoodies_slideshow{
		width:780px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;
		
		
		/* CSS HACK */
		height: 452px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
		
		width:600px;		
		float:left;			
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:century gothic;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		padding-left:40px;

		
		/* CSS HACK */
		height: 452px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/438px;	/* Other browsers */
		height: /**/438px;
		
		/* CSS HACK */
		width: 122px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/120px;
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:375px;	/* Height of boxes for the images */
		padding-left:0px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1800px;	/* Higher than total height of thumbnails */	
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:5px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: century gothic;	/* Font to use */
		font-size:11px;
		padding-top:10px;	
	}
	#theImages .imageCaption{
		display:none;
	}
