@charset "utf-8";
/* CSS Document */

#container {
	width: 1000px;
	background-color: #e7e7e7;
	margin: auto;
	margin-top: 50px;
	border: 1px solid #666;
	
}

#header {
	height: 250px;
	
}

#news_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: 600;
	color: #300;
	margin-left: 268px;
	padding-top: 40px;
	padding-bottom: 15px;
	clear:both;
	
}

#top_links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:600;
	text-align:right;
	word-spacing: 30px;
	margin-right: 150px;
	margin-bottom: 15px;
	
}

#billboard {
	height: 200px;
	text-align: center;
	
}

#blog_import {
	margin-left: 255px;
	margin-right: 35px;
	border-left: 2px solid #300;
	padding-left: 10px;
	
}

.date {
	font-size:12px;
	font-weight:600;
	color: #300;
}

.content {
	color: #3c3c3c;
	
}

.events
{
   margin: 10px 0;
}
.events p
{
    font-size: 0.9em;
    padding-top: 3px;
}

#side_bar {
	float: left;
	width: 250px;
	
}

#about_table {
	margin-left:50px;
	margin-right:50px;
	line-height: 23px;
}

.about_table{
	line-height: 18px;
	
}

.bold {
	font-weight:600;
	font-size:14px;
	color:#333;
	font-variant:small-caps;
	border-bottom: 2px solid #300;
	display:inline;
}

.border {
	border: 2px solid #3c3c3c;
}

.focus {
	border-bottom: 3px solid #300;
}

#404 {
	text-align:center;
	display:inline;
}

#footer {
	clear:both;
	width: 1000px;
	text-align: center;
	padding-top: 50px;
}