@charset "UTF-8";
body {
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-color: #332115;
	margin: 30px 0px 0px;
	color: #500702;
}
#wrapper {
	width: 800px;
	margin: 0px auto;
}
#header {
	background: url(../images/header-bg.png) no-repeat;
	height: 92px;
	width: 800px;
	text-align: center;
	padding-top: 25px;
}
#container {background: url(../images/container-bg.jpg) repeat-y;}
#flash-header {
	background: url(../images/temp-flash.jpg) no-repeat;
	height: 300px;
	width: 800px;
}
#leftcol {
	float: left;
	width: 235px;
}
#mainnav-container {
	width: 213px;
	margin-left: 22px;
}
#mainnav {
	background: url(../images/mainnav-bg.jpg) repeat-y right bottom;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 11px;
}
#mainnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainnav li {width: 191px; text-align: center;}
#mainnav a {color: #FFFFFF; text-decoration: none; font-size: 19px; line-height: 38px;}
#mainnav a:hover, #mainnav a:active {color: #EDDBB3;}
#mainnav-bottom {
	background: url(../images/mainnav-bottom.png) no-repeat right top;
	height: 31px;
}
#left-address {
	width: 213px;
	margin-left: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#left-address p {font-size: 16px;}
#left-address h1 {font-size: 21px; font-weight:normal;}
#rightcol {
	float: right;
	width: 536px;
	padding-right: 23px;
}
#content-container {
	width: 536px;
	float: right;
}
#contentbox-top {
	background: url(../images/contentbox-top.png) no-repeat;
	height: 14px;
}
#content {
	background: url(../images/contentbox-bg.jpg) repeat-y;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 10px;
	background: url(../images/rose-header.gif) no-repeat right top;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p {
	line-height: 21px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#content a {
	color: #000000;
}
#content a:link, #content a:visited {text-decoration: none;}
#content a:hover, #content a:active {text-decoration: underline;}
#contentbox-bottom {
	background: url(../images/contentbox-bottom.png) no-repeat;
	height: 14px;
}
form div {clear: both; margin-bottom: 10px;}
form div.clear {margin-bottom: 0px;}
form label {
	width: 150px;
	margin-right: 10px;
	text-align: right;
	float: left;
}
form input, form textarea {
	width: 300px;
	float: left;
	border: 1px solid #500702;
	padding: 2px;
}
form button {
	margin-left: 160px;
	border: 1px solid #500702;
	padding: 2px;
}
#footer {
	background: url(../images/footer-bg.png) no-repeat;
	width: 800px;
	padding-top: 64px;
}
.clear {clear: both;}
#content h2 {
	font-weight: normal;
	margin: 0px;
	font-size: 21px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	margin: 0px;
	font-size: 16px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

