@charset "utf-8";

div#main { 
	width:950px;
	position:relative;
	margin-top:36px;
	margin-bottom:20px;
	clear:both;
} 

div#main div.leftcol {
	position:relative;
	float:left;
	width:700px;
	/*position:absolute;*/
	margin-left:8px;
}

div#rotator { margin-bottom:8px; }

div#main div.rightcol {
	position:relative;
	float:left;
	width:232px;
	height:inherit !important;
	/*margin-left:5px;*/
	background:#eeeeee;
	padding-bottom:18px;
}

div#main div.rightcol div.news_block {
	width:240px;
	min-height:140px;
	border-bottom:5px solid #ffffff;
}

div#main div.rightcol div.news_block h1 {
	margin:0 0 5px 0;
	padding:0;
	width:240px;
	height:40px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../images/home_header_news.jpg) no-repeat;
}

div#main div.rightcol div.goingon_block {
	width:240px;
	min-height:140px;
	border-bottom:5px solid #ffffff;
}

div#main div.rightcol div.goingon_block h1 {
	margin:0 0 5px 0;
	padding:0;
	width:240px;
	height:40px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../images/home_header_going_on.jpg) no-repeat;
}

div#main div.rightcol div.downloads_block {
	width:240px;
	min-height:140px;
}

div#main div.rightcol div.downloads_block h1 {
	margin:0 0 5px 0;
	padding:0;
	width:240px;
	height:40px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../images/home_header_downloads.jpg) no-repeat;
}

div.home_block p {
	width:200px;
	margin-left:10px;
}

div.graybg {
	width:220px;
	padding:6px;
	background:#eeeeee;
}

div.divider {
	width:200px;
	height:2px;
	background:url(../images/readmore_separator.gif) no-repeat;
	margin-left:10px;
}

div.contenttext {
	width:674px;
	min-height:100px;
	padding:8px 8px 16px 8px;
	background:#eeeeee;
	border-top:8px solid #ffffff;
}

div.contenttext font {
	margin:0;
	padding:0;
}

div.contenttext p {
	margin:0;
	padding:0 0 10px 0;
}

div.block_content {
	padding-bottom:10px;
}
