/* CSS Document */

#leftpanel{
	position: absolute;
	left: 174px;
	top: 127px;
	font-size: 10px;
	text-align: right;
	color: #999999;
	width: 129px;
	line-height: 16px;
	z-index: 50;
}
#rightpanel{
	position: absolute;
	left: 305px;
	top: 76px;
	width: 504px;
	height: 364px;
	color: #4e4e50;
	font-size: 11px;
	padding: 0 20px 0 20px;
	overflow: auto;
	z-index:100;
	line-height: 16px;
	padding-bottom: 30px;
}
#rightpanel h1{
	font-size: 10px;
	color: #998F6E;
	text-transform: uppercase;
	margin: 22px 0 0 0;
}
