@import "events.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color: black;
	font-size: 12pt;
	font-family: times, palatino, serif;
	
	text-align: left;
}

h2 {
	color: black;
}

a, a:link {
	color: black;
	text-decoration: underline;
	border-bottom-width: 0;
}

#container {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	margin-top: 15px;
	width: 725px;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 111px;
	background: transparent !important;
}

#header h1 {
	margin: 0;
}

#navigation {
	display: none;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	background: white !important;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 725px;
	background: white !important;
	color: black;
	padding: 15px 10px 10px 25px;
	height: 100%;
}

#sidebar {
	display: none;
}

#footer {
	background-color: white;
	color: black;
	border-top: 1px solid black;
}