body {
	background: url(images/background.jpg) repeat-x #f3e8d4;
	margin: 2px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
img {
	border: 0;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: center;
}
a:link, a:visited {
	color: #b14c1e;
}
a:hover {
	color: #eab54f;
}
h1, h1 a {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 24px;
	color: #b14c1e;
	text-decoration: none;
	margin: 33px 0 0 0;
}
h2 {
	font-size: 18px;
	margin: 3px 0;
}
h2 a {
	color: #eab54f !important;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h2.pagetitle {
	display: list-item;
	color: #b14c1e;
	padding: 10px 0;
	border-bottom: 1px solid #c3bcae;
	margin: 0 0 15px 0;
	list-style: square inside;
}
#page {
	width: 880px;
	margin: 0 auto;
}
#header {
	margin-left: 30px;
	float: left;
	margin-bottom: 40px;
}
#header-links {
	width: 60%;
	float: right;
	text-align: right;
}
.description {
	font-size: 14px;
}
#nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	background: url(images/nav_bg.jpg) repeat-x;
	border: 1px solid #ca896b;
	margin-left: 5px;
	height: 18px;
	padding: 6px 20px;
	font-size: 11px;
}
#nav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#searchBox {
	margin-top: 20px;
}
input, textarea {
	background: #f3ebdc;
	border: 1px solid #e7d2c7;
	padding: 3px 6px;
}
.inputSubmit {
	background: url(images/button_bg.jpg) repeat-x;
	border: 1px solid #834a30;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#left {
	width: 563px;
	float: left;
	padding: 0 45px 0 30px;
	line-height: 1.6em;
}
#right {
	width: 240px;
	float: left;
	background: url(images/right_bg.jpg) repeat-x #f7efe1;
	min-height: 195px;
	border: 1px solid #ebe1cd;
	padding: 10px 0;
}
#right ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	color: #b14c1e;
}
#right li {
	margin-bottom: 25px;
}
#right li div {
	margin: 10px 0;
	color: #555;	
}
#right h2 {
	font-size: 14px;
	color: #b14c1e;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebe1cd;
}
#right ul li ul {
	list-style: square;
	margin: 5px 0;
}
#right ul li ul li {
	margin: 12px 0;
	padding-left: 5px;
}
.clearAll {
	clear: both;
}
#footer {
	border-top: 1px solid #c3bcae;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 15px 0;
}

.tinyText {
	font-size: 10px;
}
.smallText {
	font-size: 11px;
}
.largeText {
	font-size: 14px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.details {
	text-transform: uppercase;
	color: #7d7d7d;
	background: url(images/minus.gif) no-repeat center left;
	padding-left: 20px;
	margin-left: 5px;
}
.details a {
	font-weight: bold;
	text-transform: none;
}
.entry {
	margin: 20px 0 35px 0;
}
.entryContent {
	margin: 10px 0 20px 0;
	padding: 15px 0;
	border-top: 1px solid #ebe1cd;
	border-bottom: 1px solid #ebe1cd;
}
.commentmsg, .entryLinks  {
	background: #F7EFE1;
	border: 1px dashed #c3bcae;
	padding: 2px 10px;
	margin: 15px 10px;
}