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

#navigation {
	width:170px;
	text-align:center;
}

#navlist {
	background-image:url(images/whtbg.png);
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 20px 20px 20px 20px;
	}
	
#navigation li {
	margin: 0;
	padding: 0px 0px 10px 0px;
	}
	
#navigation a {
	color: #000;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#navigation a:hover {
	color: #333;
	}
	
#navigation #currentpage a {
	color: #333;
	}
	
#navigation #title {
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;
}

#navigation #contact {
	color: #fff;
}

#navigation #contact a {
	color: #fff;
	font-size:11px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#thumbs {
	width:auto;
	text-align:center;
}

#thumbs img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#thumbs a {
	padding:5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}