@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC00;
	font-weight: bold;
}

.links {
	color: #FFFFFF;
}
.links A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.links A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.links A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.links A:hover {
	text-decoration: none;
	color: #66CC00;
}
#gallery {
	/*background-color: #CCCCCC; /*thumbnail area background color*/
	padding: 10px;
	width: auto;
	background-position: center;
}
#gallery ul { 
	list-style: none;
	list-style-image: none;
	list-style-type: none; 
	padding: 2px; /*spacing around thumbnails*/
	display: inline; /*IMPORTANT*/
}
#gallery ul li { 
	display: inline; /*IMPORTANT*/
	padding: 2px; /*spacing around thumbnails*/
}
#gallery ul img {
	border: 1px solid #666666; /*border color/size for thumbnails*/
}
#gallery ul a:hover img {
	border: 1px solid #66CC00; /*hover border color/size for thumbnails*/
	color: #fff;
}
#gallery ul a:hover { 
	color: #fff; 
}
div#gallery {
	padding: 6;
	}