﻿#container {
	width: 766px;
	margin: 0px auto 0px auto;
	background-color: #322318;
}
body {
	margin: 0;
	background-color: #B29D76;
}
#content_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFCC;
	float: left;
	width: 308px;
	padding: 15px 10px 10px 10px;
	text-align: left;
	background-color: #322318;
}
#content_right {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #322318;
	float: right;
	width: 415px;
	padding: 15px 10px 25px 10px;
	background-image: url('../images/right_bg.jpg');
	text-align: left;
	background-color: #b29d76;
	background-repeat: repeat-x;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #322318;
	background-image: url('../images/footer_bg.jpg');
	padding: 10px;
	height: 69px;
	text-align: left;
	vertical-align: middle;
	clear: both;
}
#body {
}
.style1 {
	height: 295px;
}

.style2 {
	font-family: Arial;
}

.style3 {
	width: 100%;
}
.style4 {
	width: 466px;
}
.style5 {
	text-align: right;
	font-size: x-small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: bold;
}

a {
	color: #8D5229;
	text-decoration: none;
}
a:visited {
	color: #6a4a33;
	text-decoration:none;
}
a:hover {
	color: #6a4a33;
	text-decoration:none;
}

#content_left a {
	text-decoration: none;
	color: #b36734;
}
#content_left a:visited {
	color: #b29d76;
}
#content_left a:hover {
	color: #FFCC66;
}
