body {
	background: black;
	color: white;
}

.side_column {
	position: absolute;
	left: 0px;
	top: 0px;
	background: black url(../images/left_column_slice.gif) repeat-y;
	width: 146px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: solid 1px white;
	height: 500px;
	
	font-size: 14px;
	font-family: serif;
	color: white;
	line-height: 22px;
	text-align: center;
}

.side_column a {
	font-family: serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
}

.side_column a:hover {
	color: #C81311;
}

.link_divider {
	margin: 2px 0px 0px 0px;
	float: left;
}

.link_divider img {
	float: left;
}

.content {
	position: absolute;
	left: 147px;
	top: 0px;
	background: black;
	width: 610px;
	height: 500px;
	padding: 0px 8px;
	
	color: white;
	
	overflow: auto;
}

.content_header {
	font: 34px;
	text-align: center;
}

.content_text {
	font: 16px;
}

.first_letter {
	font: 28px;
}

.content_text a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #C81311;
}

.content_text a:hover {
	color: #C81311;
}