* {
	margin: 0;
	padding: 0;
}

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

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

#left_column a {
	color: #9d6417;
}

#right_column a {
	color: #ff914a;
}

#left_column a:hover {
	color: #ba781e;
}

#right_column a:hover {
	color: #ffca87;
}

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

dl {
	margin-bottom: 16px;
}

dt {
	margin-left: 40px;
	font-style: italic;
}

dd {
	margin-left: 15px;
}

#head {
	width: 695px;
	height: 200px;
	background: #F1DAAC url("images/header.jpg") repeat-x;
	text-align: right;
}

#head h1 {
	position: relative;
	left: -2000px;
}

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

#left_column {
	margin-left: 48px;
	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: 25px;
}

#right_column {
	margin-left: 26px;
	color: #F7D09B;
	background: #9d3a06 url("images/rightgrad.jpg") repeat-x;
}

h2, h3, h4, h5, h6 {
	margin-left: 15px;
	display: block;
	padding-bottom: 3px;
	width: 260px;
}

#left_column h2, #right_column h2 {
	font-size: 18px;
}

#left_column h2 {
	background: transparent url("images/border.gif") repeat-x;
	background-position: bottom right;
}

#right_column h2 {
	background: transparent url("images/border2.gif") repeat-x;
	background-position: bottom right;
}

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

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

#left_column h2, #left_column h3, #left_column h4, #left_column h5, #left_column h6 {
	color: #A94D10;
}

#right_column h2, #right_column h3, #right_column h4, #right_column h5, #right_column h6 {
	color: #F7D09B;
}

p {
	width: 250px;
	margin: 0 0 20px 20px;
}

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

.links li {
	border-style: solid;
	border-width: 0 0 0 5px;
}

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

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

.violet {
	border-color: #6e1ba5;
}

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

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

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

.links a:visited {
	border: 0;
	text-decoration: none;
}

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

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

.links #current {
	cursor: default;
}

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

#left_footer {
	color: #000;
	float: left;
	padding-bottom: 10px;
	width: 240px;
	margin-right: 70px;
}

#right_footer {
	color: #E39C77;
	float: left;
	width: 240px;
	padding-bottom: 10px;
}

#left_footer a {
	color: #000;
}

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

#right_footer a {
	color: #F5B08B;
}

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