/* HOMEPAGE RULES */

/* HEADER */

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
}


/* BODY TEXT */

div#body_text {
	position: absolute;
	top: 100px;
	right: 25px;
	width: 300px;
	height: 305px;
	text-align: right;
	z-index: 200;
}

	#body_text h2 {
		margin: 10px 0px 20px 0px;
		font-size: 20px;
		text-align: left;
	}
	
	#body_text h2 span {
		font-size: 11px;
		position: relative;
		bottom: 10px;
	}

	#body_text h4 {
		margin: 15px 40px;
		text-align: left;
		background-repeat: no-repeat;
		background-position: top right;
		height: 10px;
		font-size: 16px;
		line-height: 18px;
	}

	*html #body_text h4 {
		margin: 0px 40px;
	}

	
	#body_text p {
		margin: 30px 0px 0px 0px;
		text-align: left;
		font-size: 13px;
		line-height: 18px;
	}
	
	
a#blog_button {
	position: absolute;
	top: 295px;
	right: 0px;
	width: 301px;
	height: 84px;
	background: transparent url("/images/misc_elements/blog_button_alt.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

	a#blog_button:hover {
		background-position: 0px -84px;
	}
	
		#blog_button span {
			display: none;
		}

#footer {
	position: relative;
	z-index: 300;
	background: transparent url("/images/backgrounds/alt_footer.png");
	background-repeat: no-repeat;
	background-position: center top;
}