.content {
  margin: 0 auto;
  width:980px;
  background:url(/img/content.jpg) repeat scroll;
  min-height:148px;
  padding:10px 22px 0 22px;
 }

.home_left {
	float:left;
	width:480px;
}

	.event_click_here {
		display:block;
		width:480px;
		height:31px;
		margin:35px auto auto auto;
		background:url(/img/event_click_here.png) no-repeat;
	}

.home_right {
	float:right;
	width:468px;
	overflow:hidden;
}

	.home_about {
		margin-bottom:15px;
	}

		.home_about_text {
			font-size:0.7em;
			line-height:2.2em;
			margin-bottom:15px;
		}

		.home_about_image {
			background:url(/img/home_image.png) no-repeat;
			width:468px;
			height:148px;
		}

	.home_events {

	}
		.home_events_title {
			background:url(/img/home_events_title.png) no-repeat;
			width:438px;
			height:20px;
		}

		.home_events_entry {
			font-weight:bold;
		}

			.home_events_entry_title {

			}

			.home_events_entry_excerpt {
				font-size:0.75em;
			}