﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: White;
}
#header
{
	height: 10px;
}
.leftcol
{
	float: left;
	width: 322px;
	height: 100%;
}
.rightcol
{
	float: left;
	width: 678px;
	height: 100%;
}
#content
{
	float: left;
	height: 600px;
	background-position: left top;
	background-image: url(../Images/Death.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}
#footer
{
	clear: left;
	height: 100px;
}
.textArea
{
	padding: 150px 10px 10px 10px;
}
h2
{
	text-decoration: none;
	font-size:20px;
	margin-bottom: 0px;
}
a
{
	font-weight:bold;
	color: Black;
}
a:hover
{
	font-weight:bold;
	color:Maroon;
}
.excerpt
{
	font-weight:normal;
	text-decoration: none;
	color:Gray
}
.excerpt:hover
{
	font-weight:normal;
	text-decoration: none;
	color:Gray
}
.logolink
{
	height:160px;
	left:140px;
	position:absolute;
	top:20px;
	width:350px;
}