body {
	background: #e0e0ff;
	margin: 0; 
	font-family: Verdana, Tahoma, Arial, Serif; 
	color: #333; 
	text-align: center;
}

a {
  color: #008888;
	text-decoration: none;
}

a:hover {
  color: #0000ff;
	text-decoration: underline;
}

#main {
	border: #aaa 1px solid; 
	background: #f8f8f8; 
	margin: 0 auto; 
	width: 780px; 	
	position: relative; 
}

#content {
  margin-left: 30px;
  margin-right: 30px;
	text-align: left;
}

.event {
  margin-left: 30px;
  margin-right: 30px;
	padding: 10px;
	text-align: left;
	border: #aaa 1px solid; 
	background: #f0f0f0; 
}

#header {
  background-image:  url("images/masthead.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 780px;
	height: 210px;
	text-align: left;
	font-size: 35px;
	color: #aff; 
	font-variant:small-caps;
	font-weight: bold;
}

#footer, #top_nav {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}


.title {
  font-size: 1.1em;
	font-weight: bold;
  color: #0000BB;
}

.title2 {
  font-size: 1.1em;
	font-weight: bold;
  color: #0000BB;
}

.clear {
  clear: both;
}
