body {
	font-family: Trebuchet MS;
	text-align: left;
	color: black;
	margin: 20px 20px 0px 20px;
	background-color: white;
	background-image: url('/images/tile1.jpg');
	background-attachment: fixed;
}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;
}

img {border: none;}

a:link{text-decoration: none; color: #666666;}
a:visited{text-decoration: none; color: #666666;}
a:hover{text-decoration: none; color: black; background-color: #ffcc99;}
a:active{text-decoration: none; color: black;}


#nav_container {
	width: auto;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
	position: fixed;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	padding: 8px 15px 15px 8px;
	z-index:9000;
}

#gallery_container {
	width: 3000px;
	height: auto;
	margin: 0px 0 0 130px;
	position:relative
}

#info_containter {
	width: auto;
	height: auto;
	float: left;
	margin: 81px 0 0 130px;
}

#description_container {
	width: 145px;
	height: auto;
	float: left;
	margin: 0px 0 0 20px;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

.biscuit {
	width: 80px;
	height: auto;
}

.headline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}

.list {
	font-size: 11px;
	line-height: 13px;
}

.info {
	font-size: 11px;
	line-height: 13px;
}

.secret {

	color: #f3f3f3;
	font-size: 9px;
	border: 0;
}
