@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	margin-bottom: 17px;
}

#contentwrapper {
	width: 760px;
	background-color: #cccccc;
}

#contentholder {
	width: 757px;
	border: 1px Solid Black;
	background-color: #ffffff;
	position: relative;
	top: -3px;
	left: -3px;
}

#header {
	width: 757px;
	text-align: center;
	height: 111px;
	background-color: #c7b299;
}

#top {
	width: 757px;
	float: left;
	text-align: center;
	height: 455px;
	clear: left;
	background-color: #c7b299;
}

#main-text {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	
}

#bottom {
	width: 757px;
	float: left;
    height: 400px;
	background-color: #c7b299;
	
}

#footer {
	width: 757px;
	height: 80px;
	text-align: center;
	clear: left;
	background-color: #666666;

