body {
	color: #ccc;
	margin-top: 25px;
	background-color:#333;
	font: 10px Arial, "MS Sans Serif";
}

A:link      {
	color: #cccccc;
	font: 10px Arial, "MS Sans Serif";
	text-decoration: none;
}
A:visited   {
	color: #cccccc;
	font: 10px Arial, "MS Sans Serif";
	text-decoration: none;
}
A:active    {
	text-decoration: none;
	font-family: Arial, "MS Sans Serif";
	color: #cccccc;
	font-size: 10px;
}

A:hover     {
	text-decoration: underline;
	font-family: Arial, "MS Sans Serif";
	color: #cccccc;
	font-size: 10px;
}

ul.navlist
{
	padding: 0 1px 1px;
	margin-left: 0;
	font: 10px Arial, "MS Sans Serif";
	background: #262626;
}

ul.navlist li
{
list-style: none;
margin: 0;
text-align: left;
width:173px
}

ul.navlist li a
{
display: block;
padding: 0.25em 0.25em 0.25em 0.25em;
background: #262626;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

ul.navlist li a:link { 
color: #ccc;
text-decoration: none;
 }
ul.navlist li a:visited { 
color: #ccc;
text-decoration: none;
 }

ul.navlist li a:hover
{
color: #ccc;
text-decoration: none;
background: #666;

}
.green {
	color: #669900;
	font: bold 13px Arial, "MS Sans Serif";
	padding: 10px;
}
.content {
	color: #ccc;
	font: 10px/16px Arial, "MS Sans Serif";
	padding: 15px;
			}
		
.thumbs {
		position: relative;
		margin-top: -7px;
		margin-bottom: -7px;
		margin-right: -7px;
		width: 287px;
		height: 287px;
		}
.enlarged {
		position: relative;
		top: 0px;
		left: 0px;
		width: 273px;
		height: 273px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: #262626;
		}
		
.thumbs A, .nothumb {
		position: absolute;
		padding: 7px;
		border: 0;
		margin: 0;
		}
.thumbs A:HOVER, .thumbs .highlight {background-color: #fff;}

.thumbs #img1, .thumbs #img2, .thumbs #img3, .thumbs #img4,
.thumbs #img5, .thumbs #img6, .thumbs #img7, .thumbs #img8,
.thumbs #img9, .thumbs #img10, .thumbs #img11, .thumbs #img12,
.thumbs #img13, .thumbs #img14, .thumbs #img15, .thumbs #img16 {
		position: absolute;
		width: 77px;
		height: 77px;
		}
		/* Set row top */
.thumbs #img1, .thumbs #img2, .thumbs #img3, .thumbs #img4 {top: 0px;}
.thumbs #img5, .thumbs #img6, .thumbs #img7, .thumbs #img8 {top: 70px;}
.thumbs #img9, .thumbs #img10, .thumbs #img11, .thumbs #img12 {top: 140px;}
.thumbs #img13, .thumbs #img14, .thumbs #img15, .thumbs #img16 {top: 210px;}

		/* Set column left */
.thumbs #img1, .thumbs #img5, .thumbs #img9, .thumbs #img13 {left: 0px;}
.thumbs #img2, .thumbs #img6, .thumbs #img10, .thumbs #img14 {left: 70px;}
.thumbs #img3, .thumbs #img7, .thumbs #img11, .thumbs #img15 {left: 140px;}
.thumbs #img4, .thumbs #img8, .thumbs #img12, .thumbs #img16 {left: 210px;}
		
	
