body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000000;
	color:#017A99;
}


a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
}

a:active {
	text-decoration:none;
	font-weight:bold;
}


#gallery {
width:800px;
position:relative;
}


#thumbs {
	float:right;
	width:250px;
}

#thumbs A {
	border-top:	#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	margin:0px 0px 5px 5px;
	width:100px;
	height:100px;
	display:block;
	float:left;
}

#thumbs A IMG {
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	width:100px;
	height:100px;
}

#thumbs A:hover {
	border-top-color:#CC0033;
	border-right-color:#CC0033;
	border-bottom-color:#CC0033;
	border-left-color:#CC0033;
}

#thumbs A:hover IMG {
	position:absolute;
	top:0px;
	right:270px;
	height:auto;
	width:auto;
	border-top:#CC0033 5px;
	border-right:#B0002D 5px;
	border-bottom:#B0002D 5px;
	border-left:#CC0033 5px;
	
}

h2 {
	color:#FF9900;
}


	




	