@charset "utf-8";

.header {
	background-image:url(../images/header_lg.jpg);
	height: 208px;
}


.left_col {
	margin-top:80px; 
}

.content {
	min-height: 569px; 
}

.content .upcoming {
	position:relative;
	float:left;
	margin: 10px 0 20px 0px;
	padding: 5px;
	border: 1px solid #000;
	background-color:#eceded;
	width: 98%;
}

.content .upcoming h3 {
	margin-top: 10px;
}

.content .upcoming img {
	margin: 0 0 0 20px;
}

.content .news {
	position:relative;
	float:right;
	margin: 10px 0 20px 0px;
	padding: 5px;
	border: 1px solid #000;
	background-color:#eceded;
	width: 33%;
	font-size: 11px;
}

.content .news h3 {
	margin-top: 5px;
}

