body {
	background: url(images/bg.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
	position: relative;
	width:100%;
}
.header {
	background: url(images/header_left.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 323px;
}
h1 {
	background: url(images/header_right.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
	height: 323px;
	text-align: center;
}
h2 {
	background: none;
	height:20px;
	margin: -209px 0 0;
	padding: 0px;
	text-align: center;
}
.container {
	position: relative;
	z-index: 1;
	top: -19px;
	width:auto;
}
.leftnav {
	font: italic 16px/17px Trebuchet, "Trebuchet MS", sans-serif;
	color: #003567;
	padding: 0px;
	position: relative;
	z-index: 2;
	top: -17px;
	left: 15px;
	float:left;
}
* html .leftnav {height:500px;}
.leftnav a {
	display: block;
	color: #003567;
	text-decoration: none;
	margin-top: 9px;
	margin-bottom: 9px;
}
.leftnav a:hover {color: #29483D; text-decoration: underline;}

.middlecontent {
	width: 580px;
	margin: -125px auto 0;
	padding: 0px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.middlecontent p {
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	padding: 15px 0px 15px 20px;
}
.name {
	color: #5A4A0F;
	text-align: right;
	display: block;
	font-style: italic;
}
.middlecontent a {
	color: #443351;
}
.middlecontent h3 {
	margin: 0px;
	color: #28473C;
	font:italic normal 80px/80px "Palatino Linotype", Palatino, "Times New Roman", Times, Serif;
}

.bottomflowers {
	margin: 0;
	padding: 0;
	clear: both;
	}
* html .container {height:1px;}

.bottomflowers * {margin:0;padding:0;}

.leftcorner, .rightcorner {
	background: url(images/leftflower-new.png) no-repeat left bottom;
	float:left;
	height: 300px;
	width: 300px;
	}
.rightcorner {
	background: url(images/rightflower-new.png) no-repeat right bottom;
	float:right;
	}

