body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bgnd.gif);
	background-repeat: repeat-x;
	background-color: #cfac9f;
	text-align: center;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #57343a;
}

p {
	line-height: 1.5em;
	word-spacing: 1.2pt;
}

.content .legal ul {
	margin: 0;
	padding-left: 1.2em;
}

.content .legal li p {
	font-size: 14px;
}

p.contact {
	line-height: .9em;
	font-size: 18px;
	word-spacing: 2pt;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: .7em;
}

.subhead {
	font-size: 16px;
}

#header {
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 900px;
	height: 316px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

ul.headercontent {
	padding: 226px 0 0 0;
	margin: 0;
	text-align: left;
	list-style-type: none;
}

ul.headercontent li {
	padding: 0;
	margin: 0;
	display: inline;
}

ul.headercontent li a, ul.headercontent li a:link, ul.headercontent li a:visited {
	padding-bottom: 2px;
	margin-right: 30px;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	color: #f48c9b;
}

ul.headercontent li a:hover {
	color: #ffffff;
	border-bottom: 3px solid #b8505f;
}

ul.headercontent li.active {
	color: #ffffff;
	padding: 0px 0px 2px 0px;
	margin: 0px 30px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 21px;
	border-bottom: 3px solid #b8505f;
}

#container {
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

.sidebar {
	float: right;
	padding: 0px;
	margin: 0 0 30px 0;
	width: 260px;
	text-align: left;
}

.content {
	padding: 0px;
	margin: 0px 40px 0px 0px;
	width: 598px;
	min-height: 350px;
	text-align: left;
}

.content ul {
	margin-bottom: 2em;
	padding-left: 1.2em;
}

.content ul li {
	margin-top: 1em;
	font-size: 14px;
}

.content ul li p {
	margin: 0;
}

.content ul li a {
	margin-top: .2em;
}

#footer {
	padding: 30px 0 30px 0;
	margin: 60px 0 0 0;
	background: url(images/footerbgnd.gif) repeat-x;
	background-color: #46000d;
	border-top: 1px solid #f7d4c7;
	border-bottom: 1px solid #1f0006;
	color: #ffffff;
	clear: both;
}

#footer h3 {
	margin: 0;
	padding-bottom: .5em;
}

#footercontent {
	width: 900px;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	text-align: left;
}

#footercontent p {
	margin: 0;
	padding-bottom: .3em;
}

.detailsleft {
	margin: 0 18px 0 0;
	padding: 0;
	width: 598px;
	clear: none;
}

#copyright {
	padding: 30px 0 30px 0;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#copyright p {
	padding-top: 15px;
	font-size: 12px;
}

.legal {
	padding: 0px;
	margin-top: 40px;
}

.legal p {
	color: #6b484e;
}

/* Link styles */

a, a:link, a:visited {
	color: #930e22;
	text-decoration: none;
}

a:hover {
	color: #930e22;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #f48c9b;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: 0;
}

p.facebookbtn {
	padding: 0;
	margin: 30px 0 0 0;
}

a#facebookbtn img {
  height: 32px;
  width: 202px;
  background: url(images/facebookbtn.gif) 0 0 no-repeat;
}

a#facebookbtn:hover img {
  background-position: -202px;
}

/* Form styles */

form {
	padding: 10px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	font-size: 14px;
	border-top: 1px solid #bb988b;
}

label {
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
}

input, textarea {
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	border: 1px solid #a78477;
	border-bottom-color: #a78477;
	background: #e6cfc7;
	color: #7f5c59;
}

textarea {
	height: 90px;
}

textarea:focus, input:focus {
	border: 1px solid #a78477;
	border-bottom-color: #a78477;
	background: #ffffff;
	color: #7f5c59;
}

input.submit-button {
	margin-top: 20px;
	width: 70px;
	height: 32px;
	padding: 0;
	border: 0;
	display: block;
}

select {
	padding-top: 2px;
	margin-bottom: 10px;
}
