body {
	font-family: "Bell MT", Times New Roman, Times, serif;
	font-size: 14px;
	background-color: #000000;
	color: #FBDBA8;
}

a:link, a:visited {
	color: #FBDBA8;
	text-decoration: none;
}

a:hover {
	color: #8e9a6a;
	text-decoration: underline;
}

#container {
	width: auto;
	padding: 0px;
}

#header {
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub {
	font-size: 18px;
}

#picture {
	text-align: center;
}

.left {
	width: 50%;
	float: left;
}

.right {
	padding-top: 12px;
	text-align: right;
	width: 50%;
	float: right;
}

.close {
	vertical-align: bottom;
}

.credit {
	font-size: 11px;
	text-align: center;
}
