body {
	background: #53301a url(/bcbkgnd.jpg) repeat-y top center;
	font: normal  11px Verdana, sans-serif;
}

#container {
	background: #eee1c5 url(/bclogo.jpg) no-repeat 35px 20px;
	width: 720px;
	min-width: 720px;
	margin: 0px auto ;
}

#header {
	padding: 0 64px;
	height: 80px;
}

h1, h2, h1 a {
	display: none;
	text-decoration: none;
}

h3 a {
	font: normal normal 26px Georgia, serif;
	color: #7d3620;
	text-decoration: none;
}

h3 a:hover {
	color: #53301a;
}

#content {
	padding: 0 100px 0 130px;
}

#nav {
	color: #be854c;
	text-align: right;
	position: relative;
	top: 44px;
}

#nav a {
	color: #be854c;
	text-decoration: none;
}

#nav a:hover {
	color: #7d3620;
	text-decoration: underline;
}

#nav a.active {
	color: #53301a;
}

#nav li {
	display: inline;
}

p {
	color: #53301a;
	line-height: 260%;
	padding-bottom: 12px;
}

p a {
	color: #7d3620;
	text-decoration: none;
}

p a:hover {
	color: #53301a;
	text-decoration: underline;
}

#footer {
	color: #be854c;
}

#footer a {
	color: #be854c;
	text-decoration: none;
}

#footer a:hover {
	color: #7d3620;
	text-decoration: underline;
}

#footer a.active {
	color: #53301a;
}

#footer form {
	padding: 20px 0px;
	text-align: center;
}

#footer form input {
	background: #f4eedf;
	width: 120px;
	color: #53301a;
}

form label
{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding: 0 6px 0 0;
}

textarea {
	width: 160px;
	height:120px;
}

form fieldset {
	border: 0px #000 solid;
	margin:0;
	padding:0;
}

.tight {
	line-height: 140%;
	padding-top: 0px;
}
