body {
	margin: 0px;
	padding: 0px;
}

html {scrollbar-base-color:#cccc99;}



#background {
	background-color: #cccc99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 950px;
	z-index: 0;
}

#subbackground {
	position: absolute;
	top: 9px;
	left: 9px;
}

#body {
	position: relative;
	background-color: #e9e9d5;
	border: solid 1px #74746a;
	z-index: 0;
	font-family: arial;
	font-size: 12px;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #7b4d2c;
	}

#header {
	position: relative;
	width: 661px;
}

#menu {
	position: relative;
	top: -1px;
	*top: -4px;
	width: 136px;
}


#content {
	position: absolute;
	top: 120px;
	left: 140px;
}

#footer {
	position: relative;
	top: 5px;
	width: 663px;
	height: 69px;
	background-color: #e9e9d5;
	z-index: 1;
	border: 1px solid #74746a;
}

html>body #footer {
	width: 661px;
}

#footer1 {
	position: relative;
	top: 10px;
	left: 14px;
}

#footer2 {
	position: relative;
	top: 14px;
	left: 14px;
}

#footer3 {
	position: relative;
	top: 18px;
	left: 14px;
}



