#rightContainer{
	position: absolute;
	top: 102px;
	right: 0px;
	width: 225px;
	height: 462px;
	background-color: #FFFFFF;
}
#rightMenu{
	position: relative;
	width: 100%;
}
#winPromotion{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#mainContentArea{
	position: absolute;
	width: 571px;
	height: 417px;
	top: 146px;
	left: 0px;
	background-color: #FFFFFF;
}
#contentAreaLeft{
	float: left;
	position: relative;
	width: 27px;
	height: 100%;
}
#contentLeftImage{
	position: absolute;
	top: 377px;
	left: 0px;
}
#contentAreaRight{
	float: right;
	position: relative;
	width: 29px;
	height: 100%;
}
#contentRightImage{
	position: absolute;
	top: 377px;
	left: 0px;
}
#contentAreaContent{
	float: left;
	position: relative;
	width: 514px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size:0.70em;
	color: #333333;
}

/*****************************************
/*Box*/
#highLightedBox{
	position: absolute;
	top: 183px;
	left: 0px;
	width: 360px;
	height: 206px;
	background-color: #f0f0f0;
}
#highLightedBoxContainer{
	position: relative;
	height: 100%;
	width: 100%;
}
#topLeftCorner{
	position: absolute;top: 0px;left: 0px;
}
#topRightCorner{
	position: absolute;right: 0px;top: 0px;
}
#bottomRightCorner{
	position: absolute;right: 0px;top: 189px;
}
#bottomLeftCorner{
	position: absolute;left: 0px;top: 189px;
}
#boxContents{
	position: absolute; left: 24px; top: 22px;
}

/*FOOTER*/
#footer{position: absolute; top: 574px; left: 43px;
	font-family: Arial, sans-serif;
	color: #cc521a;
	font-size: .70em;
	text-align: center;
	padding-bottom: 103px;
}
#footer a{
	color: #cc521a;
}