body {
	background-color: #999999;
	background-image: url(../images/barn_board_background.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 700px;
	background-color: #FFFFCC;
	border: 30px solid #996633;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	font-family: Sylfaen;
	font-size: 12px;
	font-style: normal;
	height: auto;
}
#header   {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#leftcolumn {
	float: left;
	height: auto;
	width: 150px;
	background-color: #FFFFCC;
	padding-left: 10px;
}
#rightcolumn {
	float: none;
	height: auto;
	background-color: #FFFFCC;
}
#textarea {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 40px;
	margin-top: 0px;
}

#wrapper #footermenu {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
}
#wrapper #footer {
	margin-right: auto;
	margin-left: auto;
	clear: none;
}
ki
