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:180px;
}

#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:50px;
	height:50px;
	display:block;
	float:left;
}

#thumbs A IMG {
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	width:50px;
	height:50px;
}

#thumbs A:hover {
	border-top-color:#006600;
	border-right-color:#006600;
	border-bottom-color:#006600;
	border-left-color:#006600;
}

#thumbs A:hover IMG {
	position:absolute;
	top:0px;
	right:185px;
	height:auto;
	width:auto;
	border-top:#006600 5px;
	border-right:#009933 5px;
	border-bottom:#009933 5px;
	border-left:#006600 5px;
	
}

h2 {
	color:#009933;
}


	




	