﻿* {
padding: 0;
	color: #9E3A06;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
}

a {
color: #A94D10;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #FCA16C;
}

ul {
list-style-image: url('bullet.gif');
margin: 15px 40px;
}

body {
background: #3B362E url('back.jpg') repeat-y 50% 50%;
font: normal 11px/18px georgia, times, serif;
text-align: center;
}

#wrapper {
	margin: 0 auto 0 178px;
	text-align: left;
	width: 991px;
}

#head {
	border-left: 5px solid #F1DAAC;
	border-right: 5px solid #F1DAAC;
	border-top: 0 solid #F1DAAC;
	border-bottom: 5px solid #F1DAAC;
	width: 915px;
	height: 195px;
	background: #9D3A06 url('images/header.jpg') repeat-x;
	text-align: right;
}

#head img {
	position: relative;
	right: 791px;
	margin-bottom: 10px;
	top: 0px;
}
#head h1 {
	color: #fff;
	font-size: 40px;
	margin-right: 30px;
	cursor: default;
	color: #FFE5AE;
}

#left_column, #right_column {
	padding-top: 20px;
	width: 231px;
	float: left;
}


#left_column {
	margin-left: 40px;
	color: #7D3403;
	background: #F7D09B url('images/leftgrad.jpg') repeat-x;
}

* html #left_column {
position: relative;
top: -8px;
margin-left: 26px;
width: 286px;
}

* html #right_column {
	position: relative;
	top: -8px;
	margin-left: 125px;
}
#right_column {
	margin-left: 395px;
	color: #F7D09B;
	background: #9d3a06 url('rightgrad.jpg') repeat-x;
}

#left_column h1, #right_column h1{
font-size: large;
margin-left: 15px;
display: block;
padding-bottom: 3px;
width: 260px;
}

#left_column h1 {
background: url('border.gif') repeat-x right bottom;
}

#right_column h1 {
background: url('border2.gif') repeat-x right bottom;
}

#left_column img, #right_column img{
border: 3px solid #C57234;
margin: 20px 0;
	height: 251px;
	width: 200px;
}

#left_column a:hover img, #right_column a:hover img{
border-color: #D48042;
}

#left_column h1 {
color: #A94D10;
}

#right_column h1 {
color: #F7D09B;
}

p {
	width: 483px;
	margin: 0in 0 7px 0px;
	color: #9E3A06;
	text-align: left;
}

p:first-letter {
	float: none;
}

.links {
list-style: none;
list-style-image: none;
margin: 20px 15px;
}

.links li {
width: 215px;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-style: solid;
	border-right-width: 0;
	border-top-style: solid;
	border-top-width: 0;
	border-bottom-style: solid;
	border-bottom-width: 0;
	height: 24px;
}

.green {
border-color: #8A9D30;
}

.blue {
border-color: #1D304A;
}

.brown {
border-color: #9D3A06;
}

.grey {
border-color: #3A342A;
}

.links a {
display: block;
width: 215px;
height: 24px;
background-color: #A55214;
font: normal 11px/24px georgia, times, serif;
color: #F7D09B;
text-decoration: none;
margin: 5px 0;
padding-left: 10px;
border-left: 1px solid #F7D09B;
}

* html .links a {
width: 238px;
}

.links a:hover {
background-color: #9D3A06;
color: #fff;
}

#bottom {
float: left;
clear: both;
margin: 60px 0 0 70px;
width: 550px;
}

#left_footer {
color: #000;
float: left;
padding-bottom: 10px;
}

* html #left_footer {
width: 280px;
position: relative;
right: 66px;
}

#right_footer {
color: #E39C77;
float: left;
margin-left: 130px;
padding-bottom: 10px;
}

* html #right_footer {
margin-left: -35px;
}

#left_footer a {
color: #000;
}

#left_footer a:hover {
color: #333;
}

#right_footer a {
color: #F5B08B;
}

#right_footer a:hover {
color: #F9D2BE;
}

