/* CSS Document */

#leftpanel{
	position: absolute;
	left: 174px;
	top: 76px;
	width: 159px;
	z-index: 100;
	background-color: #ffffff;
	z-index:50;
}
#rightpanel{
	position: absolute;
	left: 335px;
	top: 76px;
	width: 474px;
	height: 364px;
	padding: 0 20px 0 20px;
	overflow: auto;
	padding-bottom: 30px;
	background-color: #ffffff;
	z-index:100;
}
h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	margin: 22px 0 0 0;
}
a{
	color: #4e4e50;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p{
	color: #4e4e50;
	font-size: 11px;
	line-height: 16px;

}
