#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	text-align: center;
	margin-top: auto;
}
#side {
	background-color: #ffe2ae;
	text-align: left;
	width: 155px;
	float: left;
	height: 1000px;
}
#maincontent {
	text-align: center;
	width: 644px;
	float: right;
	background-image: url(../pics/mainbackground.gif);
	clear: none;
	height: 1000px;
}
#sidepic {
	text-align: center;
	height: 100px;
	width: 155px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #533b27;
	border-right-color: #533b27;
	border-bottom-color: #533b27;
	border-left-color: #533b27;
	border-right-style: solid;
}
#mainpic {
	height: 300px;
	width: 645px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #533b27;
}
