html, body {
	height: 100%;
	margin: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #af9a7b;
	font-size: 11px;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-size: 11px;
	color: #a28f57;
	font-family: "Trebuchet MS", Verdana;
}

a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #a28f57;
	font-family: "Trebuchet MS", Verdana;
}

table.main, td.main {
	width: 100% !important;
	height: 100% !important;
}

div.wrapper {
	margin:0 auto;
	background-image: url(images/right_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	height: 577px;
}
div#left_panel {
	background-image: url(images/left_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 577px;
	width: 315px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
div#right_panel {
	height: 577px;
	width: auto;
	position: absolute;
	top: 0px;
	left: 325px;
	overflow: hidden;
	background-color: white;

	background-position: top left;
	background-repeat: no-repeat;
}
div#accordion {
	width: 183px;
	text-align: left;
}
div#accordion h3 {
	color: #a28f57;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
	font-weight: bold;
	width: 183px;
	text-transform: uppercase;
}
div#accordion h3 a {
	color: #a28f57;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	width: 183px;
	text-transform: uppercase;
	text-decoration: none;
}
div.subelement {
	color: #a28f57;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
a.subelement {
	color: #a28f57;
	font-size: 11px;
	font-family: Verdana;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
td.content {
	font-size: 11px;
	color: #a28f57;
	font-family: "Trebuchet MS", Verdana;
	text-align: left;
}
td.content h1 {
	font-size: 16px;
	color: #a28f57;
	font-family: Verdana;
	text-align: left;
	margin-bottom: 8px;
	text-transform: uppercase;
}
td.content a:link, td.content a:visited, td.content a:active {
	text-decoration: underline;
}
td.content a:hover {
	text-decoration: none;
}
input, textarea {
	border: 0px;
	background-color: #502a10;
	color: #a28f57;
	font-size: 11px;
	font-family: "Trebuchet MS";
	width: 100%;
}

textarea {
	overflow: auto;
	border: none;
}

.button {
	border: none;
	background-color: #a28f57;
	color: white;
	margin-top: 10px;
	width: 35px;
}

form {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	border: 1px;
}

div#mail {
	width: 256px;
	border-top: 1px solid #5e5033;
	border-bottom: 1px solid #5e5033;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	color: #867748;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

div#mail h2 {
	color: #867748;
	font-size: 13px;
	font-family: Verdana;
	margin-bottom: 4px;
	margin-top: 4px;
}

div#mail td {
	color: #a28f57;
}

div#right_img {
	width: 310px;
	height: 541px;
	padding-top: 10px;
}

td.content {
	padding: 25px;
}

div#footer {
	height: 55px;
	background-image: url(images/footer_bg3.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
}

div#footer span, div#footer a {
	color: #a28f57;
	text-align: center;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-decoration: none;
}

div#footer div {
	color: #6b5c30;
	text-align: center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	padding-top: 5px;
}