html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(images/html_bg.jpg) repeat-x top;
}

#main
{
	width: 891px;
	margin: 0 auto;
	
	font-size: 13px;
	font-family: arial;
	
	color: #565656;
}

#top
{
	width: 891px;
	height: 303px;
	
	background: url(images/top_banner.jpg) no-repeat;
	
	text-align: right;
	
	padding-top: 5px;
}

#top a
{
	color: #fff;
	text-decoration: none;
	
	font-family: Lucida Sans, tahoma;
	font-size: 13px;
	font-weight: bold;
	
	padding-left: 20px;
}

#footer
{
	border-top: solid 1px #b6b6b6;
	border-bottom: solid 1px #b6b6b6;
	
	background-color: #e8e8e8;
	
	height: 172px;
}

.form_table
{
	width: 330px;
	margin: 0 auto;
}

.form_table td
{
	font-size: 12px;
	font-family: Tahoma, verdana, arial;
	
	color: #474747;
}

.form_table input[type=text]
{
	width: 100%;
}

.err
{
	color: #900;
}

.bold_box
{
	background-color: #565656;
	color: #fff;
	
	font-family: arial black, verdana, arial;
	font-size: 18px;
	
	padding: 3px 3px 3px 10px;
	
	display: block;
	
	text-decoration: none;
}