body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	height: 600px;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#contentnoscroll {
	height: 20px;
	width: 400px;
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 40;
	font: small Arial, Helvetica, sans-serif;
	color: #4E2614;
}

#content {
	height: 536px;
	width: 750px;
	position: absolute;
	top: 34px;
	left: 25px;
	z-index: 10;
	font: small Arial, Helvetica, sans-serif;
	color: #4E2614;
	SCROLLBAR-FACE-COLOR: #FFBFC4;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFDCDF;
	SCROLLBAR-SHADOW-COLOR: #BB8179;
	SCROLLBAR-3DLIGHT-COLOR: #BB8179;
	SCROLLBAR-ARROW-COLOR: #BB8179;
	SCROLLBAR-TRACK-COLOR: #FFDCDF;
	SCROLLBAR-DARKSHADOW-COLOR: #AA7777;
	overflow: hidden;
	background-color: #FFBFC4;
}	
#contentbottom {
	height: 20px;
	width: 750px;
	position: absolute;
	left: 5px;
	top: 575px;
	z-index: 100;
}

a:link {
	color: #4E2614;
}
a:visited {
	color: #4E2614;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #4E2614;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}

#topbar {
}
#mainwindow {
	background: #FFBFC4;
	height: 586px;
	width: 800px;
}
#flowerstop {
	position: absolute;
	left: 5px;
	top: 20px;
	z-index: 50;
}
#botflowerst {
	position: absolute;
	left: 611px;
	top: 384px;
	z-index: 50;
}
#botflowersb {
	position: absolute;
	left: 452px;
	top: 490px;
	z-index: 50;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	position: absolute;
	width: 200px;
	bottom: 0px;
	color: #663300;
	right: -93px;
}
