/* MISS BELMAR GENERAL RULES */

/* SITE CONTAINERS */

div#site_container {
	background: transparent url("/images/backgrounds/life_saver_home_background(3).jpg");
	background-repeat: no-repeat;
	background-position: center 100px
}


/* MAIN BODY */

div#main_body {
	height: 565px;
}


/* BODY TEXT REGION */

	div#body_text {
		position: relative;
		margin: 0px 8px 0px 465px;
		width: 327px;
		height: 310px;
	}
	
		#body_text h2 {
			padding: 25px 0px 15px 5px;
			font-size: 20px;
		}
	
		#body_text p {
			margin: 0px 0px 20px 20px;
		}
	
		#body_text ul, #body_text ol {
			margin: 0px 0px 20px 40px;
		}
		
		#body_text ul#promotional_list li {
			margin: 0px !important;
			padding: 10px 0px;
			border-top: 1px solid #333333;
		}
	
			
		a#discount_button, a#view_current_specials_button, a#bellmar_club_button {
			position: absolute;
			left: 10px;
			width: 308px;
			height: 35px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}

		a#discount_button {
			top: 150px;
			background: transparent url("/images/misc_elements/discount_button.gif");
		}
	
		a#view_current_specials_button {
			top: 195px;
			background: transparent url("/images/misc_elements/view_current_specials_button.gif");
		}
	
		a#bellmar_club_button {
			top: 240px;
			background: transparent url("/images/misc_elements/bellmar_club_button.gif");
		}
		
			a#discount_button span, a#view_current_specials_button span, a#bellmar_club_button span {
				display: none;
			}


/* EYE CANDY */

ul#eye_candy {
	top: 100px;
	left: 11px;
	width: 452px;
	height: 323px;
}

	
/* HOMEPAGE ADS */

div#whats_new_ad {
	position: relative;
	float: left;
	display: inline;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	width: 199px;
	height: 140px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	overflow: hidden;
}
	div#whats_new_ad div {
		position: absolute;
		left: 335px;
		width: 199px;
		height: 140px;
	}	
	
		#whats_new_ad h2 {
			display: none;
		}

a#view_our_schedule_ad {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 28px 0px 55px;
	width: 187px;
	height: 255px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	text-align: right;	
	cursor: pointer;
}

a#view_our_schedule_ad:hover {
	color: #aed9ff;
}

	#view_our_schedule_ad h2 {
		height: 130px;
	}
	
		#view_our_schedule_ad h2 span {
			display: none;
		}

	#view_our_schedule_ad p {}

a#fishing_reports_ad {
	float: left;
	display: inline;
	padding: 0px 15px 0px 30px;
	width: 155px;
	height: 255px;
	color: #970000;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	cursor: pointer;
}

a#fishing_reports_ad:hover {
	color: #333333;
}

	#fishing_reports_ad h2 {
		height: 100px;
	}

		#fishing_reports_ad h2 span {
			display: none;
		}

	#fishing_reports_ad p {}

a#get_tickets_ad {
	float: left;
	width: 131px;
	height: 255px;
	cursor: pointer;
}

	#get_tickets_ad h2 {}

		#get_tickets_ad h2 span, #get_tickets_ad p {
			display: none;
		}

	#get_tickets_ad p {}
