@charset "utf-8";
/* CSS Document */

#HomepageBooks {
	background-image: url(../images/layout/books.jpg);
	background-repeat: no-repeat;
	top: 28px;
	left: 154px;
	height: 113px;
	width: 148px;
	position: absolute;
}
#HomepageLogo {
	left: 305px;
	top: 52px;
	position: absolute;
}
#HomepageHoneycomb {
	background-image: url(../images/layout/honeycomb.gif);
	background-repeat: no-repeat;
	height: 58px;
	width: 229px;
	left: 596px;
	top: 45px;
	position: absolute;
}
#BigApplicationButton img {
	border: none;
	margin-top: -2em;
	margin-left: 1em;
}
#OutterContentArea {
	margin-top: 141px;
}
/************************
*		FLASH VIDEO		*
************************/
#IntroVideoContainer {
	width: 520px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
/************************************
*		BOTTOM BIG NAVIGATION		*
************************************/
.BevelBorder {
	border-top-width: .2em;
	border-right-width: .2em;
	border-bottom-width: .2em;
	border-left-width: .2em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B7B7B7;
	border-bottom-color: #898989;
	border-left-color: #FFFFFF;
}
.BottomBigLinks {
	width: 53.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.BottomBigLinks a {
	float: left;
	margin: 0.3em;
	text-align: center;
	width: 16.7em;
	height: 7.5em;
	background-color: #FBE49C;
}
.BottomBigLinks a:hover {
	background-color: #D0BF8F;
}
.BottomBigLinks a img {
	border: none;
}
