body {
	background-color: #D6D1C8}
#container {
	height: 600px;
	width: 955px;
	position: relative;
	margin: auto;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;*/
	background-color: white;
}
#header {
	height: 171px;
	width: 955px;
	/*background-color: blue;*/
	text-align: center;
	padding-top: 11px;
}
#left {
	float: left;
	height: 344px;
	width: 151px;
	/*background-color: red;*/
	padding: 15px;
	border-right: 3px;
	border-color: #AEA391;
	border-right-style: solid;
}
#center {
	height: 345px;
	width: 555px;
	float: left;
	/*background-color: green;*/
	padding: 15px;
	overflow: auto;
}
#centertop {
	height: 50px;
	width: 575px;
	float: left;
	padding: 5px;
	text-align: center;
	font-size: small;
}
#centertop a:link {
	color: #000000; text-decoration: underline; 
}
#centertop a:active {
	color: #000000; text-decoration: underline; 
}
#centertop a:visited {
	color: #000000; text-decoration: underline; 
}
#centertop a:hover {
	color: #D6D1C8; text-decoration: underline; 
}
#anchors {
	position: relative;
	top: -1.5em;
}
#centerbottom {
	height: 295px;
	width: 555px;
	float: left;
	padding: 15px;
	overflow: auto;
	position: relative;
	top: -.75em;
}
td {
	width: 150px
}
#right {
	float: right;
	height: 345px;
	width: 153px;
	/*background-color: #AEA391;*/
	border-left: 3px;
	border-color: #AEA391;
	border-left-style: solid;
	padding: 15px;
}
#footer {
	position: absolute;
	top: 550px;
	left: 0px;
	height: 50px;
	width: 955px;
	float: none;
	/*background-color: #FFC;*/
	text-align: center;
	font-size: x-small;
}