html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-color: #333;
	color: #999;
}
#body_shell {
	margin: 0px;
	padding: 0px;
}
#flash_back {
	margin: 30px auto 0px auto;
	padding: 16px 0 0 16px;
	width: 934px;
	height: 634px;
	background: #333333 url('../images/site_back.jpg') no-repeat;
}
#flash_content {
	width: 900px;
	height: 600px;
	margin: auto;
	padding: 0px;
}
#footer {
	margin: 10px auto 0 auto;
	padding: 0px;
	width: 868px;
	text-align: right;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
.shell {
	border: 1px solid #999;
	padding: 7px;
	;
	height: 700px;
	width: 886px;
	background-color: #DCD6C7;
}
.left_column {
	background-color: #DCD6C7;
	width: 170px;
	float: left;
	clear: right;
	height: 100%;
}
.right_column {
	margin: 0 0 0 40px;
	float: left;
	width: 700px;
	height: 100%;
}
.reg_copy {
	margin: 0px;
	line-height: 14pt;
	width: 500px;
}
.reg_shell {
	border: 1px solid #999;
	padding: 7px;
	;
	height: 700px;
	width: 619px;
	background-color: #DCD6C7;
}
.reg_column {
	margin: 0 0 0 20px;
	float: left;
	width: 550px;
	height: 100%;
}
