HTML {min-height:101%;}

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #56221F;
	background-color: #943934;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #56221F;
	font-variant: small-caps;
}

h2 {
	color: #943934;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
}

h3 {
	color: #A83935;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a {
	color: #7d322d;
	text-decoration: none;
}

a:hover {
	color: #EEE1D5;
	text-decoration: underline;
}

#container {
	position:relative;
	width:970px;
	margin: 0 auto;
	background: url(images/bg_container.jpg) repeat-y;
}

#header {
	height: 166px;
	width: 970px;
	background-image: url(images/header_bg.jpg);
	background-position: top;
	margin: 0;
	padding: 0;
}


#nav_container {
	height: 60px;
	width: 970px;
	background: url(images/bg_nav.jpg) no-repeat;
	padding-left: 0.5em;
	font-weight: bold;
}

#nav_container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav_container li {
	float: left;
	padding-top: 15px;
	height: 10px;
}

#nav_container a {
	font-size: 1em;
	color: #EEE1D5;
	text-decoration: none;
	border-right: 1px solid #732D28;
	padding: 5px 10px;
}

#nav_container a:hover {
	color: #3D1816;
	background: url(images/hover.png);
	padding: 5px 10px;
}

#side-menu {
	width: 240px;
	float: left;
	background: url(images/bg_sidemenu.jpg) repeat-y;
	margin: 15px 0 20px 0;
	padding: 0 10px 20px 30px;
}

#side-menu ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}

#side-menu li {
	font-size: 0.9em;
	margin: 0 0 15px 0;
}

#body-text {
	border-left: 3px solid #56221F;
	width: 610px;
	float: left;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 20px 20px;
	line-height: 1.3em;
}

#body-text p {
	margin-top: 0px;
	padding: 0px;
}

#body-text ol {
	margin: 0;
	padding: 0px;
}

#body-text li {
	margin: 0 0 5px 25px;
}


#left-column {
	width: 300px;
	float: left;
}

#right-column {
	width: 250px;
	float: left;
	padding-left: 40px;
}

#body-text ul {
	margin: 0px;
	padding: 0px;
}

#body-text li {
	margin: 0 0 10px 20px;
}

#footer {
	clear: both;
	color: #3D1816;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 20px;
}

.margin {margin-left: 340px;}
.border-left {border-left: 1px solid #732D28;}
.top-border {border-top: 3px solid #3D1816;}
.border-btm {border-bottom: 3px solid #56221F;}
.current-nav {
	font-size: 1em;
	color: #56221F;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
.current-side {
	font-weight: bold;
	color: #56221F;
}
.footer {
	background-color: #943934;
	background-image: url(images/bg_footer.png);
	margin-left: -20px;
	margin-top: 0px;
}
.faces {
	position: absolute;
	left: 650px;
	top: 10px;
}

.logo {
	position: absolute;
	top: 20px;
}


.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	margin-right: 20px;
}
.logo-text-small {
	position: absolute;
	top: 120px;
	left: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.info {
	float: left;
	width: 590px;
	font-size: .8em;
	color: #A83935;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

