a
{
	text-decoration: none;
	color: #c53e28;
	font-weight: bold;
}

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

body
{
	background: #fff;
	margin: 0px;
	border-top: 2px solid #c53e28;
}

#content
{
	margin-left: 160px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content h2
{
	text-align: left;
}

#content p
{
	text-align: left;
	color: #444;
	font-size: 14px;
}

#content img
{
	float: right;
	margin: 0px 0px 5px 10px;
	background: #ccc;
	padding: 5px;
}

#content blockquote
{
	text-align: left;
	font-size: 14px;
	padding-left:0px;
}

#footer
{
	margin-left: 160px;
	border-top: 1px solid #ccc;
	padding: 20px;
	float: left;
	text-align: center;
}

#header
{
	margin-left: 140px;
	height: 131px;
}

#header h1
{
	margin-top: 0px;
	display:block;
	background: transparent url('images/header.jpg') no-repeat left top;
	text-indent: -99999px;
	width: 827px;
	height: 131px;
}

#more
{
	float: left;
	background: #222;
	width: 100%;
}

#header ul li, #footer ul li
{
	display: inline;
}

#nav
{
	margin-top: -100px;
	margin-left: 220px;
}