@charset "UTF-8";
body {
	margin: 0px;
	background-color: #D1CEAA;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
#wrapper {
	width: 812px;
	margin: 0px auto;
}
#header {
	height: 150px;
	float: left;
}
#flashplace {
	height: 291px;
	float: left;
}
#inside-head {
	height: 141px;
	float: left;
}
#container {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 782px;
	float: left;
	padding: 0px 15px;
}
#nav {
	height: 33px;
}
#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#content-container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content-container a {
	color: #434146;
}
#content-container a.active {
	font-weight: bold;
	color: #8A041E;
}
#content-container h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px;
}
#content-container h2 {
	font-size: 14px;
	color: #8E001C;
	margin: 15px 0px 2px;
}
#content-container p {
	margin: 0px 0px 15px;
}
#contactBox {
	float: right;
	width: 220px;
	text-align: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #434146;
	border-left-color: #434146;
}
#contactBottomBox {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #434146;
	clear: left;
	margin-top: 15px;
	padding-top: 15px;
}
#homeBottom {
	clear: both;
	height: 142px;
	vertical-align: bottom;
}
.disclaimer {
	font-size: 12px;
}
.itemLeft {
	float: left;
}
.itemRight {
	float: right;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	float: left;
	width: 812px;
	color: #424242;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #8E001C;
}
#footer a.credit {
	font-size: 10px;
}
#form-container {
	width: 700px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
