﻿#body_copy {
	background-position: bottom;
	background-color: #322318;
	height: 100%;
	clear: both;
}
#container {
	width: 766px;
	margin: 0px auto 0px auto;
}
body {
	margin: 0;
	background-color: #B29D76;
}
#content_left {
	background-image: url('../images/left_bg_green.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFCC;
	float: left;
	width: 308px;
	height: 308px;
	padding: 15px 10px 10px 10px;
	text-align: left;
}
#content_right {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #322318;
	float: right;
	width: 418px;
	padding: 15px 10px 10px 10px;
	background-image: url('../images/right_bg.jpg');
	text-align: left;
	background-repeat: repeat-x;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #322318;
	background-image: url('../images/footer_bg_1.jpg');
	padding: 10px;
	height: 69px;
	text-align: left;
	vertical-align: middle;
}
#body {
	padding: 10px;
	background-image: url('../images/body_inside_bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	clear: none;
	background-color: #322318;
}
.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: #800000;
	text-decoration:none;
}
a:visited {
	color: #6a4a33;
	text-decoration:none;
}
a:hover {
	color: #6a4a33;
	text-decoration:none;
}

#content_left a {
	text-decoration: none;
	color: #FFFFE6;
}
#content_left a:visited {
	color: #F4EAB0;
}
#content_left a:hover {
	color: #FFCC66;
}
.clear {
	clear: both;
}
.no_border {
	border-width: 0px;
}
