body {
	background : #333333;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 25px;
}

.hdr {
	position: absolute;
	top: 1px;
	margin: 0px;
	font-variant: small-caps;
	text-decoration: none;
	margin-bottom: 5px;
}

.hdr a {
	color: #ffffff;
	text-decoration: none;
}

.class {
	
}

a {
	color : #c2ff00;
	text-decoration : underline;
}

a:visited {
	color: #b6dbf1;
	text-decoration: underline;
}

.thumbnail {
	padding-bottom: 5px;
}

#album_info {
	margin-top: 10px;
	width: 881px;
	padding: 20px;
	border-bottom: 1px solid #666666;
	background: #1b2400;
	margin-bottom: 10px;
	border-right: 1px solid #666666;
	border-left-width: 1px;
	border-left-style: hidden;
}

.showdesc {
	font-size: small;
}

#album_name {
	font-size: large;
	font-weight: bold;
}

#thumb_sidebar {
	width: 195px;
	height: 685px;
	overflow: auto;
	text-align: center;
	border: 1px solid #666666;
	left: 25px;
	position: absolute;
}

#picture_main {
	height: 645px;
	width: 680px;
	text-align: center;
	border: 1px solid #666666;
	position: absolute;
	left: 225px;
	overflow: auto;
	padding: 20px;
}

.photo_name {
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}

.photo_description {
	font-size: 10pt;
}

#sub_album_main {
	height: 645px;
	width: 880px;
	text-align: left;
	border: 1px solid #666666;
	position: absolute;
	left: 25px;
	overflow: auto;
	padding: 20px;
}

.sub_album {
	width: 200px;
	height: 200px;
	text-align: center;
	float: left;
}

.sub_album a {
	color: #eaffae;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	width: 881px;
	text-align: center;
	font-size: 9pt;
	position: absolute;
	top: 790px;
}