﻿#contentwrapper {
	width: inherit;
	height: 250px;
}
#content_left, #content_right {
	width: 300px;
}
#content_left {
	float: left;
}
#content_right {
	float: right;
}
#pageimage_wrapper {
	float: left;
	width: 250px;
}
#pageimage img {
	width: 200px;
	height: 200px;
	padding-top: 10px;
	padding-left: 10px;
}
#content {
	width: 640px;
	float: right;
}
#pageimage_wrapper {
	width: 200px;
	height: 250px;
	float: left;
}
#events h1{
	margin-top: 20px;
}
#home #contentwrapper {
	height:400px;
}
#home #content {
	width:600px;
	margin-right:42px;
}
