body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #C1B27B;
	margin: 0px;
	background-image: url(Images/crop_background1.jpg);
	background-repeat: repeat;
}
#wrapper {
	background-color: #C1B27B;
	height: 100%;
	width: 800px;
	margin: 0px 0px 0px 100px;
}

#banner {
	background-color: #D9CB9A;
	height: 100px;
	width: 800px;
}
#left_column {
	background-color: #c1b27b;
	height: 560px;
	width: 150px;
	float: left;
	padding: 20px;
}
#right_column {
	background-color: #FFFFD1;
	padding: 20px;
	height: auto;
	width: 567px;
	float: right;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer {
	padding: 10px;
	height: 15px;
	width: 780px;
	background-color: #615032;
	clear: both;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
#left_column ul {
	text-decoration: none;
}
#left_column li {
	display: inline;
	text-decoration: none;
}
#left_column a:link {
	text-decoration: none;
	color: #660000;
}
#left_column a:hover {
	color: #1F3F3F;
	text-decoration: none;
}
#left_column a:visited {
	color: #990066;
	text-decoration: none;
}

.picleft1 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

