#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #FFFFFF;
}

#header {
	background-color: #E7EDEB;
	height: 124px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAC9A3;
}
#content {
	width: 950px;
	background-color: #F4F4F4;
}
#contentleft {
	width: 557px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAC9A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	float: left;
	padding-top: 18px;
}
.copyleft {
	width: 500px;
	float: left;
	margin-top: 18px;
}

h2 {
	font-size: 14px;
	color: #D99C59;
}

#contentright {
	width: 300px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-top: 18px;
}
#footer {
	height: 25px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAC9A3;
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: left;
	padding-top: 5px;
}
.spacer63 {
	float: left;
	height: 150px;
	width: 63px;
}
.spacer63_25 {
	float: left;
	height: 25px;
	width: 63px;
}
