html{
	background:url(../img/bgbig2.jpg);
	background-attachment:fixed;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:full;
}

table{
	border-color:#333333;
}

table tr td{
	padding:3px;
	border-color:#333333;
}

.container{
	width:975px;
	height:100%;
	margin:0 auto;
	background:#000000;
	overflow:hidden;
	border:5px solid #FFFFFF;
}

.content{
	overflow:hidden;
	width:100%;
	height:full;
	background:#000000;
	display:block;
}

.main2{
	float:left;
	width:100%;
	background:#333333;
	overflow:hidden;
	position:relative;
	background: url(../img/bgr5.jpg);
	background-position: 221px 975px;
	height:100%;

}

.main1{
	float:left;
	width:100%;
	position:relative;
	background: url(../img/bgl5.jpg);
	right:225px;
	background-position: 449px 975px;
	height:100%;
}

.left_pane{
	width:710px;
	float:left;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	position:relative;
	overflow:auto;
	left:225px;
	height:450px;
	filter:chroma(color=#123456);
	scrollbar-face-color:#123456;
	scrollbar-arrow-color:#0099FF;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-track-color:#123456;
}

.right_pane{
	width:225px;
	float:left;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	position:relative;
	overflow:hidden;
	left:225px;
	height:450px;
}

.header{
	background:#FFFFFF url(../img/headersplash3.jpg) no-repeat center;
	height:180px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

a:link, a:visited{
	color:#FFFF00;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

.title_1{
	color:#FF0099;
	font-weight:bold;
	font-size:14px;
}

.title_2{
	color:#99ff00;
	font-weight:bold;
	font-size:24px;
}

.title_3{
	color:#0099FF;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}

.title_4{
	margin-top:15px;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	margin-bottom:10px;
	padding:10px;
}


.menu{
	background:#FFFFFF;
	height:auto;
	vertical-align:middle;
	padding:0px;
}

.dl_link a:link, .dl_link a:visited{
	background:url(../img/dl_icon.jpg) no-repeat left;
	padding-left:15px;
	color:#FFFF00;
	text-decoration:none;
}

.dl_link a:hover{
	text-decoration:underline;
}

.footer{
	padding:10px 0 10px;
	border-top:5px solid #FFFFFF;
	color:#666666;
	font-size:11px;
	text-align:center;
	background:#000000;
	height:100%;
}

/*------------ table  ------------------------*/
.table_top{
	text-align:center;
	padding:10px;
	font-weight:bold;
	background:url(../img/box_bg.jpg) repeat-x;
}

.table_padding{
	text-align:center;
	padding:5px;
}

.table_new{
	background-color:#292929;
	text-align:center;
	padding:5px;
	background:url(../img/table_new.jpg) repeat-x top;
}

.table_next_month{
	text-align:center;
	padding:5px;
	background:url(../img/table_new.jpg) repeat-x top;
}

/* floating boxes (for vids / wallpaper) */
.floater{
	text-align:center;
	padding:10px;
	float:left;
	font-weight:bold;
}
img.border{
	border:5px white solid;
}
.vidbox{
	text-align:left;
	display:relative;
	width:auto;
	border-top:2px #333333;
	border-top-style: dashed;
	padding:15px;
}

/* contact us form */
.email_form{
	line-height:30px;
	font-style:italic;
	color:#999999;
}

/* under construction */
.under_construction{
	background:#FFFFFF url(../img/under_construction.jpg) no-repeat center;
	height:500px;
}

.title_full{
	color:#666666;
}
/* ul float */
ul.inline li{
	display:inline;
}

/* Lightbox Parameters */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10001; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10010; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 500px; background-color: #000; }
