html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 75% arial, sans-serif; 
	color: #fff;
	background: #225289 url(images/bg.jpg) repeat-x 0 0;
}

a {
	color: #fff;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/**
 * Page container
 */	
div#wrapper {
	width: 1003px; 
	margin: 0 auto;
	background: url(images/butterfly.gif) no-repeat 29px 14px;
}

div#container {
	padding: 0 ;
	text-align: center;
	background: url(images/bright1.gif) no-repeat 0px 82px;
}


/**
 * Page header
 */
div#header {
	height: 84px;
	padding: 0;
	margin: 0;
}

div#header h1 {
	font-size: 175%;
	top: 21px;
	top: 17px;
	margin: 0 auto; 
	padding: 0;
	position: relative;
	width: 341px;
	height: 22px;
	overflow: hidden;
	z-index: 1;
}
div#header h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 341px;
	height: 22px;
	background: url(images/h1.gif) top left no-repeat;
}

div#header h2 {
	font-size: 135%;
	top: 32px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 155px;
	height: 16px;
	overflow: hidden;
	z-index: 2;
}
div#header h2 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 155px;
	height: 16px;
	background: url(images/h2.gif) top left no-repeat;
}


/**
 * Main content
 */
div#content {
	padding: 0 0 0 22px;
	margin: 0 22px 0 0;
	background: url(images/bright2.gif) no-repeat right 15px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	z-index: 0;
}

div#fTL {
	background: url(images/fTL.jpg) no-repeat top left;
}
div#fTR {
	background: url(images/fTR.jpg) no-repeat top right;
}
div#fBR {
	background: url(images/fBR.jpg) no-repeat bottom right;
}
div#fBL {
	background: url(images/fBL.jpg) no-repeat bottom left;
}


div#fTBg {
	margin: 0 auto 16px auto; 
	_margin: 0 auto;
	background: #597D96 url(images/fTBg.jpg) repeat-x left top;
}

div#fRBg {
	background: url(images/fRBg.jpg) repeat-y right top;
}
div#fBBg {
	background: url(images/fBBg.jpg) repeat-x bottom left;
}
div#fLBg {
	background: url(images/fLBg.jpg) repeat-y left top;
}

div#content img {
	padding: 27px 33px 31px 34px;
	margin: 0;
}


/**
 * Image scroll
 */
div#scroll {
	clear: left;
	height: 152px;
	margin: 0;
	padding: 0;
	background: #50707F url(images/scrollbg.gif) repeat-x;
}
#scrollLeft {
	float: left;
	width: 4%;
	height: 125px;
	background: url(images/scrollLeft.gif) no-repeat right bottom;
	overflow: hidden; 
	display: inline-block;
}
#scrollImages {
	float: left;
	height: 152px;
	width: 91.9%;
	width: 92%;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
#scrollRight {
	float: left;
	width: 4%;
	height: 125px;
	background: url(images/scrollRight.gif) no-repeat left bottom;
	overflow: hidden;
	display: inline-block;
}
#scrollImages a{
	border: 0px;
} 

img.th {
	margin: 0;
	padding: 0;
	margin: 9px 10px 5px 10px;
	border: 3px solid #376A9F;
}

#pointer {
	margin: 0;
	padding: 0;
	padding: 137px 0 0 0;
	_padding: 9px 0 10px 0;
	margin: 0px;
	background: url(images/pointer.gif) no-repeat center top;
	display: inline;
}

/*

div.imageLeftContainer {
	overflow: hidden;
	display: inline-block;
	
	height: 135px;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 3px;
	background: #376A9F url(images/scroollImageBg.gif) no-repeat left top;
	
	margin-right: auto;
	float:left;
	
}
div.imageRightContainer {
	overflow: hidden;
	display: inline-block;
	height: 135px;
	margin: 0;
	padding:  0 3px 0 0;
	background: #376A9F url(images/scroollImageBg.gif) no-repeat right top;
}

img.th {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 3px solid #376A9F;
	border-bottom: 3px solid #376A9F;
}

*/


/**
 * Footer 
 */
div#footer {
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
	height: 22px;
}


/**
 * Flowers
 */
div#topFlower {
	background: url(images/topFlower.gif) no-repeat right top;
	width: 253px;
	height: 80px;	
	margin: -38px auto 0 auto; 
	padding: 0;
	position: relative;
	z-index: 0;
}
