@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	background:url(images/bloomBack.jpg) 20px 0px;
}
#header {
	background:url(images/headerBack.png) center repeat-x;
	min-width:1024px;
}
#header img {
	display:block;
	margin:0 auto;
}
#header h4 {
	position:absolute;
	text-align:center;
}
#header h4#hleft {
	left:25px;
}
#header h4#hright {
	right:25px;
}
#wrapper {
	position:relative;
	top:-100px;
	width:1024px;
	margin:0 auto;
}
#wrapper div  ul.nav {
	list-style-type: none;
	float: left;
	display: block;
}
#wrapper div ul.nav li {
	background:url(images/navBack.png) no-repeat top center;
	
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	text-align: center;
}
#wrapper div ul.nav li a {
	text-decoration:none;
	color:#360;
	font-weight:bold;
	padding-top:5px;
	display:block;
	
}
#wrapper div ul.nav li:hover {
	background:url(images/navHoverBack.png) no-repeat top center;
}
#wrapper #navRight {
	float: right;
	width:350px;
}
#wrapper #navLeft {
	float:left;
	width:350px;
}
#wrapper #mainTop {
	background:url(images/contentTop2.png) no-repeat;
	width:467px;
	height:70px;
	margin:0 auto;
	position:relative;
	top:100px;
	padding:0;
}
#wrapper #main {
	background:url(images/contentBack.png) 1px repeat-y;
	min-height:300px;
	position:relative;
	padding:0;
	top:70px;
	width:467px;
	margin:0 auto;
}

#wrapper #main p#first {
	clear:both;
	position:relative;
	top:-150px;
}
#wrapper #main>* {
	padding:5px 18px;
	position:relative;
	top:-150px;
}
#wrapper #mainBot {
	background:url(images/contentBot.png) bottom center no-repeat;
	width:467px;
	position:relative;
	top:54px;
	height:50px;
	margin:0 auto;
}
#wrapper #main ul {
	padding-left:75px;
}
#wrapper #main h2, #wrapper #main h3 {
	text-align:center;
}
a#currentPage {
	font-style:normal;
}
#leftPics {
	position:fixed;
	width:217px;
	top:200px;
	left:40px;
}
#rightPics {
	position:fixed;
	width:217px;
	top:200px;
}
.frameOne {
	background:url(images/frameOne.png) no-repeat top left;
	width:217px;
	height:230px;
}
.frameOne ul, .frameTwo ul {
	list-style:none;
}
.frameOne ul li {
	position:absolute;
	left:0px;
	z-index:12;
}
.frameOne ul li.show {
	display:block;
	position:absolute;
	z-index:1000;
}
.frameTwo ul li {
	position:absolute;
	left:0px;
	z-index:13;
}
.frameTwo ul li.show {
	display:block;
	position:absolute;
	z-index:10001;
}
.frameOne ul li a img, frameTwo ul li a img {
	border:none;
	text-decoration:none;
}
.frameTwo {
	background:url(images/frameTwo.png) no-repeat top left;
	width:217px;
	height:230px;
}
.frameOne img, .frameTwo img {
	padding-left:25px;
	padding-top:25px;
	height:170px;
	width:160px;
}
.frameTwo li.show a img
{border:none;}