/* ---------- GEvilNERAL DESIGN ------------ */
	body {
		margin-left: 0px;
		margin-top: 50px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#000000;
		color:#FFFFFF;
	}
	.maintable {border:1px solid #FFFFFF;}

table{font-family:verdana, trebuchet, arial;font-size:10pt;font-weight:normal;}
/* ---------- END GENERAL DESIGN ------------ */

/* ---------- HEADER/FOOTER ------------ */
	//#header{border-bottom:1px solid #FFFFFF;}	
	#menu{border-bottom:1px solid #FFFFFF;border-top:1px solid #FFFFFF;}	
	#menuright{border-right:1px solid #FFFFFF;}		
	#content{padding:10px;}		
	#footer{border-top:2px solid #FFFFFF;padding:5x 10px 5px 0px;color:#FFFFFF;font-size:8pt;font-family:verdana;height:40px;}               
/* ---------- END HEADER/FOOTER ----------- */


/* ---------- CONTENT ------------ */
	.heading{font-size:12pt;font-weight:bold;}		
	A:link {color:#FFFFFF; text-decoration:none;font-weight:bold;}
	A:visited {color:#FFFFFF; text-decoration:none;font-weight:bold;}
	A:hover {color:#FFFFFF; text-decoration:underline;font-weight:bold;}
	A:active {color:FFFFFF; text-decoration:underline;font-weight:bold;}


/* ---------- END CONTENT ------------ */

/* ---------- GALLERY -----------------*/

.gallerylink:link {color:#FFFFFF; text-decoration:none;font-weight:bold;}
.gallerylink:visited {color:#FFFFFF; text-decoration:none;font-weight:bold;}
.gallerylink:hover {color:#FFFFFF; text-decoration:none;font-weight:bold;}
.gallerylink:active {color:FFFFFF; text-decoration:none;font-weight:bold;}

#title{font-size:12pt;verdana, trebuchet, arial;}

#thumbs-container {
width: 650px;
} 
#thumbs-container img, a { 
border:0px; 
text-decoration:none; 
padding:2px; 
}
#thumbs-container li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
#image-container img {
border:3px solid #fff; 
padding: 1px;  
}

#caption { 
font-size: 8pt; 
color:#fff; 
word-spacing:2px;
}
.thumbUnSel {
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55;
}
.thumbSel {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.thumbUnSel:hover {
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}