#blog_container{
	background-color:#fff;
	overflow: hidden;
	width:940px;
	position: relative;
	top: 358px;
	height: 1%;
	padding: 0 0 100px 0;
}
#blog_content{
	background-color:#fff;
	width:662px;
	border-right:535px solid #fff; /* The width and color of the rail */
	margin-right:-535px; /* Hat tip to Ryan Brill */
	float:right;
}
#blog_rail{
	background: url(../images/bg_archives.jpg) repeat-y;
	width:278px;
	float:left;
}
div#blog-header {
	position: absolute;
	top: 10px;
	left: 305px;
	width: 602px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	border-bottom: 1px solid #E43A2C;
	height: 36px;
	color: #E43A2C;
}
div.news_story {
	position: relative;
	top: 50px;
	left: 27px;
	width: 602px;
	border-top: 1px solid gray;
	border-bottom: 1px solid #f52500;
	margin: 0 0 3px 0;
	padding: 10px 0 15px 0;
	font-family: "Verdana", sans-serif;
}
h2.news_title{
	color: #000;
}
.date {
	color: #E43A2C;
}
.news_entry {
	margin: 7px 0 0 0;
}
.news_footer {
	color: #f52500;
	margin: 9px 0 0 0;
}
p#search {
	margin: 5px 0 0 39px;
	text-transform: uppercase;
	color: #232323;
	font-weight: bold;
}
p#search input#submit {
	position: relative;
	top: 4px;
	left: 4px;
	color: #232323;
}
h3.sidebar_categories{
	margin: 14px 0 0 0;
	color: #232323;
}
.latest_news_link a, .archives_link a{
	margin: 5px 0 0 0;
	color: #fff;
}
p.latest_news_link {
	margin: 10px 0;
}
