body {
	font-size: 12px;
	background-color: #FCFAE6;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#header {
	background-repeat: no-repeat;
	background-image: url(images/banner.png);
	z-index: 2;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	top: 0px;
	position: fixed;
	background-color: #D3D4AA;
}

#header a {
	display: none;
}

#sidebar {
	background-repeat: no-repeat;
	z-index: 1;
	left: 0px;
	top: 80px;
	width: 200px;
	position: fixed;
	background-color: #E7E9D1;
	height: 100%;
}

#sidebar a {
	font-weight: bold;
	color: #444444;
}

#sidebar li {
	padding: 5px;
	display: block;
	list-style-type: none;
}

#sidebar h2 {
	border-bottom-color: #901808;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin: 2px;
	font-family: Calibri, Arial;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
}

#content {
	color: #444444;
	line-height: 1.4em;
	width: 600px;
	margin-top: 80px;
	margin-left: 210px;
}

#content h3 a {
	font-size: 1.1em;
	color: #901808;
}

#content a {
	color: #444444;
}

#footer {
	padding-top: 5px;
	height: 20px;
	text-align: center;
	left: 0px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	background-color: #D3D4AA;
	z-index: 2;
}

