body {
	border-top: 6px #000 solid;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: small;
	line-height: 170%;
	margin: 0 auto;
}
a {
	color: #78021e;
}
a:hover {
	color: #000;
}
img {
	border: 0;
}
br.clear {
	clear: both;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header {
	padding: 24px 0;
	float: left;
}
#header img {
	float: left;
}
#header div.nav {
	float: right;
	font-family: georgia, times new roman, serif;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 15px;
	text-transform: uppercase;
}
#header div.nav a {
	color: #000;
	margin-left: 20px;
	text-decoration: none;
}
#header div.nav a:hover {
	color: #b91724;
}
#head-callout {
	color: #fff;
	background: #b91724;
	font-family: georgia, times new roman, serif;
	font-size: 140%;
	line-height: 160%;
	padding: 20px;
}
#head-callout p {
	margin: 0;
	padding: 0;
}
#head-callout h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#content {
	float: left;
	padding: 20px;
	width: 760px;
}
div.content-main {
	float: left;
	margin-right: 50px;
	width: 460px;
}


div.content-col {
	float: left;
	border-top: 1px #ccc solid;
	padding: 0 10px;
	margin-top: 15px;
	width: 230px;
}
div.content-col-contact {
	float: left;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 0 10px;
	margin-top: 15px;
	width: 230px;
}
div.content-col ul {
	border-bottom: 1px #ccc solid;
	list-style: none;
	font-size: 85%;
	margin: 0;
	padding: 0 0 5px 0;
}
div.content-col li {
	background: url('../images/tick.gif') no-repeat 0 50%;
	padding-left: 20px;
	margin: 7px 0;
}
p.contact {
	color: #fff;
	background: #000;
	font-family: georgia, times new roman, serif;
	font-size: 140%;
	text-align: center;
}
p.contact a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
p.contact a:hover {
	background: #b91724;
}

#footer {
	color: #666;
	border-top: 1px #666 solid;
	font-size: 80%;
	margin-top: 30px;
}

div.post {
	padding-bottom: 20px;
}
div.post h2 {
	font-family: georgia, times new roman, serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.post h2 a {
	text-decoration: none;
}
div.post h2 a:hover {
	text-decoration: underline;
}
div.content-col h2 {
	font-size: 95%;
	font-family: georgia, times new roman, serif;
}
p.postmetadata {
	font-size: 85%;
}
.date {
	font-weight: bold;
	font-size: 80%;
}
textarea {
	width: 450px;
}
#submitForm select {
	font-size: 90%;
	width: 280px;
}
#submitForm input {
	width: 300px;
}
#submitForm textarea {
	height: 200px;
	width: 300px;
}
p.error {
	color: #b91724;
}