/* CSS Document */
DIV#news
{
	position: absolute;
	width: 800px;
	top: 10px;
	left: 20px;
	height: 305px;
	overflow: hidden;
}
DIV#poster_left
{
	float: left;
	margin-left: 10px;
	width: 350px;
	text-align: center;
	margin-top: 10px;
	font-size: x-small;
}
DIV#poster_right
{
	float: right;
	margin-right: 10px;
	width: 350px;
	text-align: center;
	margin-top: 10px;
	font-size: x-small;
}
DIV#sidebar_events
{
	position: absolute;
	width: 404px;
	top: 10px;
	left: 440px;	
	background-color: #256360;
	padding: 5px 5px 5px 5px;
}
DIV#sidebar_explore
{
	position: absolute;
	width: 800px;
	height: 120px;
	top: 330px;
	left: 20px;
	text-align: center;
	background-color: #256360;
	padding: 5px 5px 5px 5px;
}
IMG#sidebar_events_img
{
	float: left;
	margin: 5px 5px 5px 5px;
}
IMG#cd_collage
{
	margin: 0px 5px 5px 5px;
}
DIV H1
{
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: medium;
}
