@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-image: url(images/bg_1.jpg);
	background-color: #434343;
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #890255;
	text-decoration: none;
}
a:visited {
	color: #890255;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #890255;
	text-decoration: none;
}

.oneColElsCtr #container {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#home {
	width: 98%;
	text-align: right;
	font-weight: bold;
	height: 20px;
}
#home a{
	color: #CCC;
	font-size: 16px;
}

/*************************** MAIN CONTENT *****************************/
.oneColElsCtr #mainContent {
	padding: 0 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtr #gallery {
	width: 554px;
	float: right;
	height: 400px;
	padding: 2px;
}
#mainContent h1 {
	margin: 0px;
}
#mainContent h2 {
	font-variant:small-caps;
	background-color: #F3E5F3;
	border-bottom: 2px solid #C01E7C;
	margin: 0px;
	padding: 0px;
}
#section {
	background-color: #F3E5F3;
	min-height: 20px;
}
#section_flowers {
	background-image: url(images/h_flowers.gif);
	background-repeat: no-repeat;
	background-color: #F3E5F3;
	height: 30px;
	padding-top: 25px;
}
#section_gardens {
	background-image: url(images/h_gardens.gif);
	background-repeat: no-repeat;
	background-color: #F3E5F3;
	height: 30px;
	padding-top: 25px;
}
#section_events {
	background-image: url(images/h_events.gif);
	background-repeat: no-repeat;
	background-color: #F3E5F3;
	height: 30px;
	padding-top: 25px;
}
#section em, #section_flowers em, #section_gardens em, #section_events em{
	font-weight: bold;
	font-size: 20px;
	padding: 0 4px 0 0;
	font-variant:small-caps;
	float: right;
	font-style:normal;
}
.fixFF {
	clear:both;
	height: 0px;
}
.float_right {
	padding: 5px;
	border: 1px solid #999;
	margin: 5px;
	float: right;
	background-color: #FFF;
}
.float_left {
	padding: 5px;
	border: 1px solid #999;
	margin: 5px;
	float: left;
	background-color: #FFF;
}
blockquote {
	padding: 10px;
	font-style: italic;
	margin-left: 10px;
	color: #666;
	background-color: #CCC;
	font-weight: bold;
}
blockquote em{
	width: auto;
	text-align: right;
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
blockquote strong{
	font-style: italic;
	font-weight: normal;
	color: #333;
	font-size: 10px;
}
#contact {
	float: left;
	padding: 10px;
	border: 1px solid #999;
	margin: 5px;
	background-color: #E0BCE0;
	margin-right: 0px;
	width: 510px;
}

#leftColumn #content .float_left{
	width: 520px;
}

/*************************** FOOTER / NAVIGATION *****************************/
.oneColElsCtr #footer {
	width: 100%;
	height: 280px;
	padding-top: 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 0 0 0;
	background-image:url(images/footer_4.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: center;
}
#footer ul {
	width: 110px;
	height: 140px;
	float: left;
	margin: 0;
	padding-left: 0;
	border-left: 3px solid #999;
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	list-style-type:none;
}
#footer li {
	padding-left: 6px;
}
#footer li.head {
	padding-left: 5px;
	color: #000;
	font-size: 18px;
}
#footer li.selected a, #footer li.selected a:hover{
	color: #F9ABDA;
	padding: 4px;
	background-image: none;
}
#footer li a{
	color: #CCC;
}
#footer li a:hover{
	color: #FFF;
	padding-left: 1px;
	text-decoration: none;
	background-image: url(images/arrow.gif);
	background-position: center right;
	padding-right: 15px;
	background-repeat:no-repeat;
}

#footer {
	color: #FFF;
}

#footer a:link, #footer a:visited{
	color: #FFF;
	font-variant: small-caps;
	border-top: 5px solid #EC89E9;
}

#footer a:hover {
	border-top: 5px solid #FFF;
	text-decoration: none;
}


/*************************** FINAL *****************************/
.oneColElsCtr #final {
	width: 98%;
	height: 20px;
	padding-right: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
	color: #FFF;
	font-size:10px;
}
.oneColElsCtr #final a {
	color: #CCC;
}

.homeText {
	padding: 100px 20px 0px 20px;
	font-size: 14px;
	text-align: center;
}
#topBar {
	width: 840px;
	height: 60px;
	margin: 0 auto 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	color: #FFF;
}