/* HOME.css */

/* ================================================= */
/* ---- HOME PAGE ---- */
#HomePage {
	padding-top:3px;
	width:860px;
}
#HomePage p.punchline {
	font-size:0.75em;
	letter-spacing:-1px;
	margin-bottom:8px;
	margin-left:8px;
	width:835px;
}

/* -- home Left -- */
#HomePage div.homeLeft {
	float:left;
	padding-left:8px;
	width:582px;
}
/* mainImage */
#HomePage div.homeLeft div.homeMainImage {
	background-image:url(../png/homeMainImage.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:439px;
	width:582px;
}
*html #HomePage div.homeLeft div.homeMainImage {
	height:439px;
}



/* home buttons */
#HomePage div.homeMainImage div.homeButtons {
	padding-top:272px;
	width:579px;
}
#HomePage div.homeButtons div.displayButton {
	padding-top:3px;
	padding-right:6px;
	text-align:right;
	width:573px;
}
	

/* -- home Right -- */
#HomePage div.homeRight {
	float:left;
	margin-left:18px;
	width:252px;
}

#HomePage div.homeRight div.whiteboxBottom {
	background-image:url(../png/whitebox-bottom.png);
	background-position:bottom left;
	background-repeat:no-repeat;	
	padding-bottom:15px;
	width:252px;
}
#HomePage div.homeRight div.whiteboxRepeat {
	background-image:url(../png/whitebox-repeat.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:252px;
}
#HomePage div.homeRight div.whiteboxTop {
	background-image:url(../png/whitebox-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:417px;
	padding:2px 14px 5px 14px;
	width:224px;
}
*html #HomePage div.homeRight div.whiteboxTop {
	height:417px;
}

#HomePage div.homeRight div.whiteboxTop p {
	letter-spacing:-1px;	
	line-height:1.35em;
	margin-bottom:6px;
	padding-top:10px;
}

























