@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:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	margin-right: -7px;
	border-width: 0;
}

#audiobtn {
	height: 30px;
	width: 30px;
	float: left;
	margin-top: -25px;
	margin-left: 10px;

}

#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;
}

#mainContent {
	margin: 0;
	height: 630px;
	width: 736px;
}

#topbar {
	margin: 0;
	height: 55px;
}

#topbarimg {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 54px;
	width: 399px;
	background-image:url('images/maintitle.jpg');
}

#navbar {
	margin-top: 30px;
	margin-left: 44px;
	height: 28px;

}

p {
	font-family: georgia,garamond,serif;
	font-size: .75em;
	font-weight: bold;
	text-align: center; 
	color: #ffffff;
}

h1 {
	position: relative;
	top: -90px;
	margin-right: 20px;
	font-family: georgia,garamond,serif;
	font-size: 1.5em;
	text-align: right; 
	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;
}