
/* 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;
		}
	
		#body_text p {
			margin: 0px 15px 20px 20px;
		}
	
		#body_text ul, #body_text ol {
			margin: 0px 0px 20px 40px;
		}
		
		a#discount_button {
			position: absolute;
			top: 240px;
			left: 80px;
			width: 248px;
			height: 35px;
			background: transparent url("../images/misc_elements/discount_button.gif");
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
		
			#discount_button span {
				display: none;
			}


/* EYE CANDY */

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

	
/* HOMEPAGE ADS */

a#view_our_schedule_ad {
	float: left;
	display: inline;
	margin: 40px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 150px;
	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;
	margin: 40px 0px 0px 50px;
	width: 220px;
	height: 150px;
	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;
	margin: 40px 0px 0px 0px;
	width: 150px;
	height: 150px;
	cursor: pointer;
}

	#get_tickets_ad h2 {}

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

	#get_tickets_ad p {}


