/* CSS Document */

#leftpanel{
	position: absolute;
	left: 159px;
	top: 76px;
	width: 345px;
	height: 394px;
	overflow: hidden;
	z-index: 50;
}
#rightpanel{
	position: absolute;
	left: 504px;
	top: 76px;
	width: 315px;
	height: 341px;
	overflow: hidden;
	padding: 53px 0 0 30px;
	background-color: #e37222;
	background-image:url(../_images/find_the_balance.gif);
	background-position: 0 300px;
	background-repeat: no-repeat;
	z-index:50;
}
#rightpanel #subnav{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 345px;
	height: 86px;
	overflow: hidden;
}
#rightpanel #subnav img{
	display: block;
	float: left;
}
#rightpanel h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	margin: 22px 0 12px 0;
}
#rightpanel p{
	margin: 0 0 10px 0;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	width: 285px;
}
