﻿/* CSS layout */
#masthead {
	position: relative;
	width: 900px;
}
#container {
	position: absolute;
	width: 700%;
	height: 435px;
	top: 10px;
	left: 50px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#left_col {
	padding: 4px;
	margin: 4px;
	width: 218px;
	position: absolute;
	left: 6px;
	top: 360px;
	height: 435px;
	float: none;
}
#page_content {
	margin-left: auto;
	left: 230px;
}
#footer {
	bottom: -350px;
	width: 500px;
	height: 30px;
	position: absolute;
}
.event box {
}
.buttons {
}
button {
	background-color: #FF0000;
}
