﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #663333;
}
#masthead {
	text-align: left;
	width: 650px;
	overflow: auto;
	background-color: #fee6ad;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #ffcc66;
	height:100%;
	position: relative;
	clear: both;
	display: inline;
	z-index: 100;
}
#content {
	float: left;
	width: 570px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	font-weight: bold;
	z-index: 0;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #fee6ad;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	margin: 5px;
	float: left;
}
#masthead p {
	text-align: left;
	padding: 0;
	font-size: x-large;
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	color: #7e2b3c;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #fbf0d6;
}
.masterhead_w {
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7e2b3c;
	text-align: center;
}

