#container {
	background:url("/img/bg-content.gif") bottom left repeat-x;
	border:0px solid black;
	margin:20 0 0 0px;
}

#container_inner {
	width:850px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border:0px solid black;
}

#content_top{
	float:left;
	width:530px;
	border:0px solid #8b4c2a;
}

#content_top_inner {
	margin:-5 20 50 10px;
	border:0px solid blue;
}

#breadcrumb {
	text-align:right;
	margin:0 14 0 0px;
	border:0px solid #FFF;
}

#clear {
	clear:both;
	height:1px;
	border:0px solid #FFF;
}

#content_bottom {
	border:0px solid black;
}

#content_bottom_inner {
	width:850px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding:0 0 0 0px;
}

#content_left_home{
	float:left;
	position:relative;
	top:-30px;
	left:0px;
	width:300px;
	border:0px solid #8b4c2a;
}

#content_left_inner_home {
	margin:0 20 10 -4px;
	border:0px solid blue;
}

#content_right_home {
	float:left;
	position:relative;
	top:-40px;
	left:0px;
	width:550px;
	border:0px solid blue;
}

#content_right_inner_home {
	margin:10 0 0 14px;
	border:0px solid blue;
}

#footer {
	border:0px solid black;
}

#footer_inner {
	width:800px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	padding:20 0 100 0px;
}

/* BEGIN GENERAL SELECTORS */

.thumb {
	float:left;
	width:81px;
	height:81px;
	background:url("/img/bg-events.gif") no-repeat bottom right; 
	margin:0 6 0 0px;
	border:0px solid #fff;
}

.thumb img{
	margin: 4px 0px 0px 4px;
	background:#9b9999;
	border:0px solid #000;
}

.event {
	margin:0 0 20 14px;
}

.event_text {
	float:left;
	width:180px;
	border:0px solid #fff;
}

.event h3 {
	margin:0px 0px 0px 0px;
	font:bold 14px "trebuchet ms",arial, san-serif;
}

.event h3 > a {
	font:bold 14px "trebuchet ms",arial, san-serif;
}

.event p {
	font:12px "trebuchet ms",arial, san-serif;
	color:#fff;
	margin:0px 0px 0px 0px;
}

.event h3 + p{
	margin:0px 0px 8px 0px;
}

