/* HOMEPAGE RULES */

/* SITE CONTAINERS */
div#entire_whole_site_container {
	background: transparent url("/images/backgrounds/home/bg_burlap_repeat.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/home/bg_footer_transparent.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#site_container {
	background: transparent url("/images/backgrounds/home/bg_header_region.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}


/* HEADER */


div#eye_candy_container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 119px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	text-align: left;
}

	ul#eye_candy {
		position: relative;
		top: 0px;
		left: 50%;
		margin: 0px 0px 0px -600px;
		padding: 0px;
		list-style: none;
		width: 1200px;
		height: 390px;
		overflow: hidden;
		z-index: 4;
	}
	
		ul#eye_candy li {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 4;
		}

ul#home_buttons {
	display: block;
	position: absolute;
	top: 375px;
	list-style: none;
	z-index: 1000;
	width: 1000px;
}

	#home_buttons li {
		float: left;
	}
	
		#educators_button {
			background: transparent url("/images/misc_elements/educators_ad.png");
			width: 338px;
		}		
		
		#students_button {
			background: transparent url("/images/misc_elements/students_ad.png");
			width: 325px;
		}
		
		#booksellers_button {
			background: transparent url("/images/misc_elements/booksellers_ad.png");
			width: 337px;
		}
		
		#home_buttons li a {
			display: block;
			height: 233px;
			background-repeat: no-repeat;
		}
	
		#home_buttons li a:hover {
			background-position: 0px -233px;
		}
		
			#home_buttons li a strong {
				display: none;
			} 
	
/* MAIN SITE CONTENT BODY */

div#whole_site_container {
}

div#site_container {
}

div#main_body {
	height: 550px;
}


/* MAIN TEXT REGION */

	div#body_text {
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#body_text h2 {
		}
		