body {
	background-image: url(img/topbkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#hd {
	height: 125px;
}

#hd h1 {
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 45px;
	margin: 0px 120px;
	padding-top: 30px;
}

#hd div {
	float: left;
	display: inline;
}

#hd img {
	margin: 20px 10px 10px 10px;
	padding: 0 0;
	border: none;
}

#hd span {
	display: none;
}

#bd {
	margin: 20px 0 10px 0;
}

#bd p {
	margin: 8px 0px;
	color: #999;
	text-align: justify;
	line-height: 130%;
}

.opt {
	background-color: #F6E8E8;
	border-top: 1px dashed #753B3B;
	border-bottom: 1px dashed #753B3B;
	padding: 10px 10px 10px 10px;
	margin: 20px 0 10px 0px;
	clear: both;
}

.opt img {
	background-color: #fff;
	border: 1px solid #753B3B;
	padding: 1px 1px;
}

.opt .thumb {
	float: left;
	display: table-cell;
	width: 100px;
}

.opt h1 {
	padding: 0 0px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #753B3B;
}

.opt h1 a {
	text-decoration: none;
}

.opt p {
	color: #000 !important;
	padding-right: 10px;
}

.opt a {
	color: #753B3B;
}

.right {
	margin: 20px 0 0 30px;
}

.right h1, .right h2 {
	padding: 0 0px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #753B3B;
}

.right a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.contact {
	margin: 20px 0 0px 0;
	border: 1px dashed #ccc;
	padding: 15px 25px;
}

.contact label {
	display: block;
	margin: 5px 0 2px 0;
	color: #666666;
}

.contact input {
	border: 1px solid #ccc;
	padding: 3px 3px;
	display: block;
	width: 100%;
	color: #999;
}

.contact textarea {
	border: 1px solid #ccc;
	padding: 3px 3px;
	width: 100%;
	color: #999;
}

.anons {
	margin: 20px 0 0px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px 10px;
}

.anons h1 {
	padding: 0 0px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #753B3B;
}

.anons img {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 1px;
}

.anons .thumb {
	float: left;
	display: table-cell;
	width: 100px;
}

.anons p {
	padding-right: 10px;
}

.anons a {
	color: #753B3B;
}

.error {
	font-weight: bold;
	color: #000 !important;
	font-size: 15px;
}

.button {
	border: 1px solid #753B3A;
	background-color: #D9A6A5;
	color: #753B3A;
	margin: 10px 0 0px 0;
	padding: 3px 5px;
}

.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} /* overflow: hidden kills any autocomplete DIVs */


#ft {
	background-image: url(img/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 120px;
	color: #C08585;
}

#ft p {
	padding: 60px 0 10px 20px;
}

#ft a {
	color: #F6E8E8;
	font-weight: bold;
	text-decoration: none;
}