html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8C775A;
}
#flash_shell {
	height: 573px;
	width: 900px;
	margin: auto;
	border: 1px solid #54422A;
}
#footer {
	width: 900px;
	margin: auto;
}
a:link {
	color: #54422a;
	text-decoration: none;
}
a:visited {
	color: #54422a;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#html_shell {
	background-image: url(images/htmlPage_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 902px;
	height: 575px;
	text-align: left;
}
#content {
	background-color: #000;
	height: 477px;
	width: 716px;
	overflow: auto;
	margin: 0px;
	float: left;
}
#nav {
	float: left;
	width: 164px;
	padding: 20px 0 0 20px;
	font-size: 14px;
}
