html, body {
    height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #EFDCBF;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 18px;
	color: #7C351F;
	border-bottom: 1px solid #7C351F;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 10px;
	line-height: 1.4em;
	margin-bottom: 1.5em;
	font-style: italic;
	font-weight: normal;
}

hr {
	width: 100%;
	color: #7C351F;
	background-color: #7C351F;
	height: 1px;
	border: 0;
	margin-bottom: 1.5em;
}

ul {
	font-size: 13px;
	line-height: 1.5em;
	color: #7C351F;
	margin: 0 0 1em 20px;
}

ol {
	font-size: 13px;
	line-height: 1.5em;
	color: #7C351F;
	margin: 0 0 1em 20px;
}

* {
	margin: 0;
	padding: 0;
}

div#frame {
	width: 760px;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 100%;
}

div.masthead {
	width: 760px;
	line-height: 0;
}

div#sidebar {
	width: 210px;
	float: left;
	padding-left: 20px;
}

div#sidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7C351F;
	text-align: center;
	line-height: 1.4em;
}

div#content {
	width: 470px;
	float: left;
	padding: 30px 20px 40px 20px;
	/*margin: 30px 20px 40px 20px;*/
}

div#content-footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #7C351F;
	line-height: 12px;
}

div#footer {
	clear: both;
	width: 310px;
	padding: 0 0 40px 250px;
}

a {
	color: #7C351F;
}
