body {
	background : #333333;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 25px;
}#site_hdr {
	font-variant: small-caps;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

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

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

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

#sub_album_main {
	height: 400px;
	width: 880px;
	text-align: left;
	border: 1px solid #666666;
	left: 25px;
	overflow: auto;
	padding: 20px;
	margin-top: 0px;
}

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

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

#main {
	width: 880px;
	text-align: left;
	border: 1px solid #666666;
	left: 25px;
	padding: 20px;
	margin-top: 0px;
}

#main a {
	color: #c2ff00;
}

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

.greybox {
	background: #444444;
	font-variant: small-caps;
	text-align: center;
	margin: 3px;
}

.greybox:hover {
	background: #666666;
}

.bolder {
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}