﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-style: normal;
	font-size: 12px;
	background-color: Black;
}
a:link, a:active
{
	font-size: 10px;
	color: Black;
}
a:hover
{
	font-size: 10px;
	color: orange;
}
a:visited
{
	font-size: 10px;
	color: Black;
}
a.orange:link, a:active
{
	color: #f7b62c;
}
a.orange:hover
{
	color: White;
}
a.orange:visited
{
	color: #f7b62c;
}
div
{
	position: relative;
	height: auto;
	margin: 0px;
}
.h1
{
	color: #8c4d1f;
	font-variant:small-caps;
}
.h2
{
	color: #0a598f;
	font-variant:small-caps;
}
.white
{
	color: White;
}
.black
{
	color: Black;
}
.gray
{
	color: #635b56;
}
.orange
{
	color: #f7aa49; 
}
.red
{
	color: Red;
}
.red2
{
	color: lightpink;
}
.nine
{
	font-size: 9px;
}
.ten
{
	font-size: 10px;
}
.eleven
{
	font-size: 11px;
}
.thirteen
{
	font-size: 13px;
}
.fourteen
{
	font-size: 14px;
}
.fifteen
{
	font-size: 15px;
}
.sixteen
{
	font-size: 16px;
}
.seventeen
{
	font-size: 17px;
}
.bold
{
	font-weight: bold;
}
.vcenter
{
	vertical-align: middle;
}
.margin
{
	margin-left: 15px;
}

#wfull
{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../i/hm09/bg_hmtop.png);
	background-repeat: repeat-x;
}
#inner
{
	position: relative;
	width: 980px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#footer
{
	width: 100%;
	height: 32px;
	background-image: url(../i/hm09/bg_hmBot.png);
	background-repeat: repeat-x;
	text-align: center;
}
#footerInner
{
	width: 980px;
	height: 28px;
	text-align: left;
	text-indent: 15px;
	padding-top: 4px;
}
.blue
{
	color: #3cb5cf;
}
#right_column
{
	float: right; 
	width: 317px;
	height: 580px;
	padding: 13px 0px 0px 10px;
	background-image: url(../i/hm09/hm_searchbox.png);
	background-repeat: no-repeat;
}
#left_column
{
	width: 640px;
}