h1#visitor 
{
	margin: 0;
   padding: 30px 0 0 0;
   overflow: hidden;
   background-image: url(images/visitor.gif);
   background-repeat: no-repeat;
    
   height: 0px !important; /* for most browsers */
   height /**/:30px; /* for IE5.5's bad box model */
}

#greenfees_holder
{
	float: left;
	width: 457px;
	margin: 0;
	padding: 0;
}

#greenfees
{
	float: right;
	width: 445px;
	background: #FFF;
	border: 1px solid black;
	font-size: 12px;
	margin-top: 5px;
}

#greenfees div.top_left_box
{
	float: left; width: 320px; height: 20px; text-align: left; padding: 2px 0 0 5px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#greenfees div.top_middle_box
{
	float: left; width: 55px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#greenfees div.top_right_box
{
	float: left; width: 54px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#greenfees div.left_box
{
	float: left; width: 320px; height: 20px; text-align: left;	padding: 2px 0 0 5px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#greenfees div.middle_box
{
	float: left; width: 55px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#greenfees div.right_box
{
	float: left; width: 54px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#greenfees div.bottom_left_box
{
	float: left; width: 320px; height: 20px; text-align: left; padding: 2px 0 0 5px;
	border-right: 1px solid Black;
}

#greenfees div.bottom_middle_box
{
	float: left; width: 55px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
}

#greenfees div.bottom_right_box
{
	float: left; width: 54px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
}

#special_offer
{
	border: 2px solid #005000;
	padding: 5px;
	margin: 7px;
}

#special_offer div.header
{
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #005000;
	text-align: center;
}

#special_offer div.body
{
	font-size: 12px;
	color: black;
	text-align: center;
}

#special_offer div.body h2
{
	font-size: 16px;
	color: black;
	text-align: center;
}

#special_offer div.footer
{
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

#special_offer div.footer b
{
	font-size: 16px;
	font-weight: bold;
	color: Red;
	text-align: center;
}

#special_offer_ul
{
	color: black;
	text-align: left;
}

#special_offer_ul ul
{
	list-style: square;
}

#special_offer_ul ul li
{
	margin-bottom: 1em;
}

