@charset "utf-8";

html {
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/seamlessfloral.gif');
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	height: 100%;
}

a img {
	margin-top: 30px;
	margin-left: 90px;
	border: 0;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 46em;  
	background-image:url('images/tuscan_tile.jpg');
	margin: 0 auto;
	border: 1px solid #f2ae03;
	text-align: left;
}

#audiobtn {
	height: 30px;
	width: 30px;
	margin: 10px;

}

#mainContent {
	margin-top: 0px;
	width: 736px;
}

#maintitle {
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	width: 399px;
	background-image:url('images/indextitle.jpg');
}

.hidden {
	font-family: georgia,garamond,serif;
	font-size: 1px;
	font-weight: normal;
	color: #c3541d;
}

table img {
margin-left: 0px;
margin-right: 40px;
}

table marquee {
color: #ffffff;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}