h1#membership
{
	margin: 0;
   padding: 30px 0 0 0;
   overflow: hidden;
   background-image: url(images/membership.gif);
   /*background-repeat: no-repeat;*/
    
   height: 0px !important; /* for most browsers */
   height /**/:30px; /* for IE5.5's bad box model */
}

#subs_holder
{
	float: left;
	width: 518px;
	margin: 0;
	padding: 0;
}

#subs
{
	float: left;
	width: 431px;
	background: #FFF;
	/*background-image: url(images/memberships.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid black;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#subs div.top_left_box
{
	float: left; width: 349px; height: 20px; text-align: left; padding: 2px 0 0 5px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#subs div.top_right_box
{
	float: left; width: 71px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#subs div.left_box
{
	float: left; width: 349px; height: 20px; text-align: left;	padding: 2px 0 0 5px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

#subs div.right_box
{
	float: left; width: 71px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
	border-bottom: 1px solid Black;
}

#subs div.bottom_left_box
{
	float: left; width: 349px; height: 20px; text-align: left; padding: 2px 0 0 5px;
	border-right: 1px solid Black;
}

#subs div.bottom_right_box
{
	float: left; width: 71px; height: 20px; text-align: right;	padding: 2px 5px 0 0;
}

#memberships
{
	position: absolute;
	top: 750px;
	left: 340px;
	height: 237px;
	width: 237px;
}

#benefits ul
{
	margin-left: -15px;
	font-style: italic;
}

#benefits li
{
	list-style-type: disc;
	line-height: 18px;
}


