body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk.gif);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav {
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	background-image: url(images/bk.gif);
	}
	
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 30px 0px;
	}	

#nav li {
	display: inline;
	padding: 15px;
	font-weight: bold;
	}
	
#nav a:link {color: #CCCCCC; text-decoration: none; font-weight: normal;}
#nav a:active {color: #CCCCCC; text-decoration: none; font-weight: normal;}
#nav a:visited {color: #CCCCCC; text-decoration: none; font-weight: normal;}
#nav a:hover{color: #FFFFFF; text-decoration: none; font-weight: bold;}

a:link {color: #CCCCCC; text-decoration: none; font-weight: normal;}
a:active {color: #CCCCCC; text-decoration: none; font-weight: normal;}
a:visited {color: #CCCCCC; text-decoration: none; font-weight: normal;}
a:hover{color: #FFFFFF; text-decoration: none; font-weight: normal;}

#container {
	color:#CCCCCC;
	margin: 100px auto 30px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
}

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}

.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	font-size: 0.8em;
	}

.thumbnailhover {
	background: none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.thumbnail img {
	background: #FFFFFF;
	padding: 7px;
	margin: auto;
	display: block;
}

.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #FFFFFF;
	font-weight: bold;
}

*/

a img {
border:none;
}

#contentcontainer {
	padding: 0px;
	font-size: 0.8em;
}

#description {
		margin-top: 15px;
		font-size: 0.85em;
		text-align: center;
}

#zoomify {
	text-align: center;
}

#statement {
    text-align: left;
	border: 1px solid #333333;
	padding: 3px 12px;
	margin: 0px 0px 20px 0px;
}