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: 622px;
	position: absolute;
	top: 70px;
	left: 89px;
	z-index: 100;
	font: small Arial, Helvetica, sans-serif;
	color: #4E2614;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	height: 300px;
	width: 622px;
	position: absolute;
	top: 99px;
	left: 93px;
	z-index: 100;
	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: auto;
	padding: 5px;
}	
#contentbottom {
	height: 20px;
	width: 622px;
	position: absolute;
	left: 90px;
	top: 410px;
}

a:link {
	color: #4E2614;
}
a:visited {
	color: #4E2614;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #4E2614;
}



.text {
	text-indent: 50px;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}


.initialcap {
	font-size: 150%;
	font-weight: bold;
}

	
.text p:first-letter {
	font-size: 150%;
	font-weight: bold;	
}	

#topbar {
}
#mainwindow {
	background: #FFBFC4;
	height: 418px;
	width: 800px;
}
#bluestrip {
	background: #C1DDE4;
	height: 58px;
	width: 800px;
}
#brownstrip {
	background: url(images/brownstrip.gif);
}
#base {
	background: #4E2614;
	height: 97px;
	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: 453px;
	top: 490px;
}
#topmenu {
	position: absolute;
	left: 206px;
	top: 30px;
	height: 20px;
	width: 372px;
}
#botmenu {
	height: 20px;
	width: 741px;
	position: absolute;
	left: 30px;
	top: 436px;
	z-index: 200;
}
#botmenu2 {
	height: 20px;
	width: 741px;
	position: absolute;
	left: 35px;
	top: 456px;
	z-index: 200;
}

#contactbar {
	position: absolute;
	height: 28px;
	width: 329px;
	left: 351px;
	top: 512px;
	z-index: 200;
}
.signature {
	font-style: normal;
	text-align: center;
}

.inputbox {
	background-color: #FFDCDF;
	border: 1px solid #4E2641;
}

.warning {
	color: #FF0000;
}
.imageleft {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.imageright {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.cimage {
	float: right;
	position: relative;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	position: absolute;
	width: 200px;
	bottom: 3px;
	color: #AA99AA;
	right: -47px;
}

.textlinks {
	color: #AA99AA;
	position: absolute;
	margin-top: 75px;
	top: 490px;
	right: 10px;
	font-size: x-small;
}

.textlinks a:link {
	color: #AA99AA;
}
.textlinks a:visited {
	color: #AA99AA;
}
.textlinks a:hover {
	color: #FFFFFF;
}
.textlinks a:active {
	color: #AA99AA;
}

