/* CSS Document */

#leftpanel{
	position: absolute;
	left: 179px;
	top: 141px;
	font-size: 11px;
	color: #e37222;
	width: 129px;
	line-height: 16px;
	z-index: 50;
}
#leftpanel li{
	list-style: none;
}
#leftpanel a{
	color: #e37222;
}
#rightpanel{
	position: absolute;
	left: 329px;
	top: 76px;
	width: 490px;
	height: 344px;
	color: #4e4e50;
	font-size: 11px;
	padding: 20px 20px 30px 10px;
	overflow: auto;
	z-index:100;
	line-height: 16px;
}
#rightpanel h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	margin: 22px 0 12px 0;
}
#rightpanel p{
	margin: 0 0 10px 0;

}
#rightpanel img{
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
#rightpanel ul{
	font-size: 11px;
	list-style: none;
	margin-left: 1px;
	color: #4e4e50;
	padding-top: 4px;
	padding-bottom: 5px;
}
#rightpanel li{
	display: block;
	background-image:url(../_images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}