body {
	color: #9e6ba0;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* BACKGROUND ITEMS */

.top-left {
	float: left;
	height: 488px;
	width: 343px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

.top-right {
	float: left;
	height: 488px;
	width: 343px;
	z-index: 1;
	position: absolute;
	right: 19px;
	top: 0px;
}

.bottom-left {
	float: left;
	height: 258px;
	width: 343px;
	z-index: 1;
	position: absolute;
	left: -20px;
	bottom: 0px;
}


/* CONTAINERS */


.maincontainer {
	position:relative;
	width:787px;
	height:auto;
	z-index: 100;
	margin: 20px auto 0px auto;
	padding-top:10px;
	text-align: center;
}


/* MENU */

.menutable {
	width: 787px;
	height: 68px;
	position: relative;
	background-image: url(images/menu-background.gif);
	background-repeat: no-repeat;
	z-index: 10000;
}


/* CONTENT */

.butterfly {
	height: 100px;
	width: 125px;
	position: absolute;
	left: 667px;
	top: 1px;
	z-index: 10;
}

.flower {
	height: 207px;
	width: 258px;
	position: absolute;
	left: 610px;
	top: 701px;
	z-index: 100;
}

.flower2 {
	height: 207px;
	width: 258px;
	position: absolute;
	left: 608px;
	top: 544px;
	z-index: 100000;
}

.flower3 {
	height: 207px;
	width: 258px;
	position: absolute;
	left: 610px;
	top: 747px;
	z-index: 100000;
}

.flower4 {
	height: 207px;
	width: 258px;
	position: absolute;
	left: 613px;
	top: 1817px;
	z-index: 100000;
}

.table {
	width: 757px;
	height: 509px;
	margin: 20px auto 0px auto;

}

.header {
	height: 0px;
	width: auto;
	position: absolute;
	top: 253px;
	left: 17px;
	z-index: 100;
}

#textarea {
	width: 787px;
	height: 480px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	padding: 85px 250px 15px 85px;
	border: 1px solid #CCADC7;
	background-image: url(images/text-background.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px auto 0px auto;
}

#textarea2 {
	width: 787px;
	height: 480px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	padding: 85px 85px 15px 85px;
	border: 1px solid #CCADC7;
	background-image: url(images/text-background.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px auto 0px auto;
}

#searcharea {
	width: 787px;
	height: 640px;
	padding: 15px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993399;
	border: 1px solid #CCADC7;
	background-image: url(images/text-background.gif);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#searcharea P{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	padding: 85px 66px 15px 65px;
}

.flashbox {
	position: absolute;
	height: 311px;
	width: 206px;
	left: -108px;
	top: 327px;
	z-index: 1000000;
}

.iframe {
	width: 625px;
	height: 525px;
	position: absolute;
	z-index: 1000;
	top: 307px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #692369;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #692369;
	margin-bottom: 8px;
}

.footer a:hover{
	color: #990099;
	margin-bottom: 8px;
}


/* CONTACT FORM ITEMS */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #530859;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #890D93;
	width: 100%;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DCF6;
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #530859;
	text-align: center;
}
