body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #c4c9b1;
 text-align:center;
}
#wrapper { 
 margin: 0 auto;
 width: 830px;

}
#header {
 color: #333;
 width: 830px;
 height: 27px;
 background: #842a37;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	height: auto;
	width: 234px;
	float: left;
	background-color: #838454;
	background-image: url(../images/leftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	height: auto;
	width: 596px;
	display: inline;
	background-color: #ebe9d0;
	background-image: url(../images/treesTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#rightcolumn p{
    font-size: 12px;
}
.content {
	margin-top: 170px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
}
html>body .content{
    margin-right: 30px;
}

#footer {
	width: 830px;
	clear: both;
	color: #C4C9B1;
	background: #842a37;
	height: 36px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
} 
#footer a{
	color: #C4C9B1;
	font-size: 11px;
	text-decoration: none;
	word-spacing: 1px;
}

#footer a:hover{
	color: #C4C9B1;
	font-size: 11px;
	text-decoration: underline;
	word-spacing: 1px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #842a37;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}



.splitLeft {
	float: left;
	width: 260px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccc99;
	padding-right: 8px;
}
.splitRight {
	float: right;
	width: 260px;
	display: inline;
	
}
.splitLeft2 {
	float: left;
	width: 240px;
	margin-bottom:10px;
}
.splitRight2 {
	float: right;
	width: 240px;
	display: inline;
	
}
a:link {
	color: #842A37;
	text-decoration: underline;
}
a:visited {
    color: #842A37;
	text-decoration: underline;
}
a:hover {
    color: #842A37;
	text-decoration: none;
}
a:active {
    color: #842A37;
	text-decoration: underline;
}
