body {
	background: #003300;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

td { font-size: 12px;}
img, table { border:0;}
a { color: #696; }



h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}


#content {
	width:600px;
	margin-top:15px;
	padding-left:15px;
	}
	
	
	
.subnav {
	position: absolute;
	width: 120px;
	display:none;
}
.subnav ul { list-style:none;margin:0;padding:0; }
.subnav li { border-top: 1px solid #fff; cursor: pointer;}
.subnav a { display: block; text-decoration: none; background: #030; color: #fff; }
.subnav a:hover { background: #090; }
#subnav1 {
	margin-top: -5px;
}


#gallery {
	width: 600px;
}
#gallery #search_bar #search {
	margin:0;
	padding:0;b
	border:1px solid #666;
	width:120px;
	font-size: 11px;
}
#gallery #search_bar input,
#gallery #search_bar img {
	vertical-align: middle;
}
#gallery #search_bar a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#gallery #back_next{
	width:150px;
	float:right;
	text-align:right;
}

#gallery #photo {
	margin-top: 5px;
	text-align: center;
	height: 500px;
	overflow: hidden;
}
#gallery #photo img {
	xwidth: 600px;
}
#photo_description {
	padding: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #999;
}
#photo_description span {
	margin-right: 10px;
}
#photo_pattern {
	font-size: 20px;
	font-weight:bold;
}

#photo_thumbs {
	xwidth: 600px;
	height: 140px;
	overflow: auto;
	background: #bcbcbc;
}
#photo_thumbs ul {
	list-style: none;
	width: 1200px;
	margin: 0;
	padding:0;
}
#photo_thumbs li {
	height: 100px;
	width: 100px;
	margin: 6px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: 3px solid #fff;
}
#photo_thumbs li img {
	height: 100px;	
}
#photo_thumbs li.current_photo {
	border: 3px solid #030;
}