body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
div.left_box {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	padding: 20px;
	position: absolute;
	top: 0px;
	right: 300px;
	background-image: url('../img/ha_big.gif');
	background-repeat: repeat-y;
	background-position: center;
}
div.right_box {
	background-color: #999999;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}
h1 {
	font-size: medium;
	color: #666666;
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
h2 {
	color: #666666;
	font-size: medium;
	background-image: url('../img/ha.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 35px;
	height: 35px;
	vertical-align: text-botom;
	padding-top: 10px;
	margin: 15px 0px 0px;
}
.f1 {
	font-size: small;
	line-height: 150%;
	padding: 0px 10px 10px 20px;
}
.f2 {
	color: #666666;
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.f3 {
	font-size: small;
	line-height: 150%;
	padding: 7px;
	border: 1px dotted #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
.listings {
	color: #666666;
	font-size: small;
	padding: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFE1B5;
}
a:link {
	font-weight: bold;
	color: #666699;
}
a:visited {
	font-weight: bold;
	color: #666699;
}
a:hover {
	font-weight: bold;
	color: #9999CC;
}
a.menu:link {
	font-size: small;
	color: #666699;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:visited {
	font-size: small;
	color: #666699;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
a.menu:hover {
	font-size: small;
	color: #9999CC;
	text-decoration: none;
	background-color: #FFEFD7;
	display: block;
	padding: 5px 3px 3px 15px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	height: 20px;
}
.right_box1 {
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 3px dotted #999999;
	line-height: 150%;
}
h3 {
	font-size: small;
	color: #666666;
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.right_com1 {
	padding: 3px 8px;
}.right_box2 {

	font-size: small;
	color: #FFFFFF;
	margin: 20px 10px 10px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	line-height: 150%;
}
a.c:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.c:hover {

	color: #FFCC99;
	text-decoration: none;
}

/****** CATEGORIES START *****/
div.categories
{
	color: #666666;
	font-size: 1.0em;
	list-style-type: none;
	border: 1px dotted #999999;
}
div.categories a
{
	font-weight: bold;
	color: #666699;
	text-decoration: none;
	background: url('../img/hover-bg.gif') bottom left repeat-x;
}
div.categories a:hover
{
	background: none;
}
div.categories div.col
{
	float: left;
	text-align: left;
	width: 170px;
	padding-left: 25px;
	background: url('../img/ico-dir.gif') top left no-repeat;
	margin: 10px 0;
}
div.categories div.last
{
	float: left;
	text-align: left;
	width: 170px;
	padding-left: 25px;
	background: url('../img/ico-dir.gif') top left no-repeat;
	margin: 10px 0;
}
div.subcategories a
{
	font-size: 12px;
	font-weight: normal;
}
div.categories div.divider
{
	clear: both;
	height: 1px;
}
div.categories div.categ
{
	padding-bottom: 5px;
}
/****** CATEGORIES END *****/