body {
    background-color: #fff;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
	margin: 0px auto;
}

#header {
    background: transparent url("../img/header.jpg") 0 0 no-repeat;
    height: 208px;
	border-bottom: solid 5px #9f0424;
	position: relative;
}

#header h1 a {
	display: block;
	top: 37px;
	left: 0px;
	height: 172px;
	width: 178px;
	position: absolute;
	text-indent: -9999px;
}

#sidebar {
	width: 178px;
	float: left;	
}

#content {
	width: 772px;
	float: left;	
}

h2 {
	font-size: 1.5em;
	color: #9f0424;
}

a {
	color: #9f0424;
}

fieldset {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	border: none;
}

input.text {
	width: 300px;
}

.errors {
	color: #9f0424;
}

img.justifyright {
	float: right;
	padding: 0px 0px 10px 10px;
}

img.justifyleft {
	float: left;
	padding: 0px 10px 10px 0px;
}

/* Navigation */
#breadcrumb {
	display: block;
    background-color: #DC0005;
	border-top: solid 1px #fff;
    color: #fff;
    font-size: 0.9em;
    height: 26px;
	line-height: 26px;
    padding-left: 178px;
}

#breadcrumb a {
    color: #fff;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 2em 0px;
    padding-top: 5em;
    width: 178px;
}

#sidebar ul ul {
    padding-top: 0em;
	margin: 0px 0px 0px 2em;
}

#sidebar ul li {
	margin: 0px;
}

#sidebar ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2em;
	display: block;
	color: #9f0424;
}

#footer {
    border-top: solid 1px #DC0005;
	font-size: 0.9em;
	margin-top: 0.5em;
}

#footer p {
	padding-left: 178px;
}

.hide {
	display: none;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
