*{
	margin: 0;
	padding: 0;
}
p { margin-bottom: 20px; }
html,body {height: 100%} 
html>body #container {height: auto}
html>body #footer {bottom: 0}
body {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-ALIGN: left;
	background-image: url(bg.gif);
}
#container {
	BACKGROUND: #E7E3D6 url(sidebar.jpg) repeat-y left top;
	MARGIN: 0px auto;
	WIDTH: 780px;
	POSITION: relative;
	TEXT-ALIGN: left;
	height: 100%;
	min-height: 100%;
	bottom: 0px;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
#text {
	float: right;
	width: 550px;
	margin-right: 10px;
}
#header {
	background-color: #800000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	WIDTH: 760px;
	POSITION: relative;
	height: 60px;
	padding-top: 20px;
	color: #FFFFFF;
}
img {
	margin: 5px;
}
#footer {
	COLOR: #FFFFFF;
	TEXT-ALIGN: center;
	clear: both;
	background-color: #800000;
	position: absolute;
	bottom: -1px;
	margin: 0px;
	padding: 5px 0;
	width: 780px;
	font-size: 10px;
}
#navBox {
	LEFT: 0px;
	WIDTH: 170px;
	POSITION: relative;
	float: left;
	background-color: #EDD6A9;
	text-align: left;
	margin-right: 20px;
	padding-left: 10px;
}
#navBox a {
	width: 130px;
	display: block;
	color: #000000;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;

}
#navBox a:hover {
	background-color: #FFF0F0;
	color: #563232;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#navSubBox UL {
	LIST-STYLE-TYPE: none;
	}
#footer A {
	COLOR: #FFF; 
	TEXT-DECORATION: none
}
#footer A:hover {
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}
h1{ font-size: 30px; }
h3{ margin-bottom: 10px; }
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
