﻿body {
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6D5141;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#designedby {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 65%;
}
#designedby a {
	color: #FE4101;
	text-decoration: none;
	font-weight: bold;
}
#designedby a:hover {
	color: #0080FF;
	text-decoration: none;
	font-weight: bold;
}
.clear {
	clear: both;
}
#left {
	width: 250px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right {
	width: 587px;
	float: right;
	margin-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#left ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#left ul li {
}
#left ul li a {
	color: #855B44;
	text-decoration: none;
	display: block;
	padding: 4px 4px 4px 20px;
	letter-spacing: 2px;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-size: 80%;
}
#left ul li a:hover {
	color: #452E21;
	text-decoration: none;
}
#footer {
	clear: both;
	line-height: 61px;
	background-image: url('images/footerBG.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	text-align: center;
	font-size: 60%;
	letter-spacing: 3px;
}
h1 {
	color: #82614E;
	font-size: 120%;
	font-weight: normal;
}
#right a {
	color: #423220;
	text-decoration: underline;
	font-weight: bold;
}
#right a:hover {
	color: #AD272B;
	text-decoration: underline;
	font-weight: bold;
}
.floatRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	border: 1px solid #D3AB81;
	padding: 5px;
}
.flash {
	height: 59px;
}
.floatLeft {
	float: left;
	margin-bottom: 25px;
	border: 1px solid #D3AB81;
	padding: 5px;
	margin-right: 25px;
}
.style1 {
	float: left;
	margin-bottom: 71px;
	border: 1px solid #D3AB81;
	padding: 5px;
	margin-right: 25px;
}
