#Container {
	background-image: url(../images/layout/background_repeat_small.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#BesmartLogo {
	position: absolute;
	z-index: 2;
	left: .7em;
	top: 20px;
}
#BesmartLogo img {
	border: none;
}
#Honeycomb {
	position: absolute;
	z-index: 2;
	left: 79.7em;
	top: 13px;
	width: 162px;
	height: 47px;
	background-image: url(../images/layout/honeycomb_small.gif);
	background-repeat: no-repeat;
}
#OutterContentArea {
	margin-top: 94px;
}
a.blueBlockLink {
	display: block;
	width: 550px;
	background-image:url(../images/layout/blueButtonBlockBackground.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 1em;
	background-color: #0F172E;
	cursor: hand;
}
a.blueBlockLink:hover {
	background-image:url(../images/layout/blueButtonBlockBackgroundOver.gif);
}
a.blueBlockLink:visited {
	color: #FFFFFF;
}
a.blueBlockLink .blueBlockLinkLeft {
	width: 135px;
	float: left;
	padding: 15px;
	font-size: 200%;
}
a.blueBlockLink .blueBlockLinkRight {
	float: left;
	width: 348px;
	padding: 15px;
	font-size: 130%;
}