/*
//	Homepage specific
*/

div#Headline {
	position: absolute; 
	z-index:0;
	width: 762px; 
	height: 174px; 
	left: 190px; top: 34px; 
}

div#Content {
	position: absolute;
	width: 540px;
	left: 199px;
	top: 290px;
}

div#SideBarRight {
	position: absolute;
	width: 223px; height: 362px;
	left: 750px;
	top: 70px;
	background-image: url('../images/home_sidebar_right.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

div#SideBarRight div.Row {
	width: 115px;
	height: 80px;
	margin-top: 41px;
	margin-left: 88px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

div.HRule {
	clear: both; 
	height: 10px;
	width: 530px;
	line-height: 1em;
	margin-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
}


h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #0066CC;
}