/* CSS Document */
body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 14px;
	color: #fff;
	/*background-color: #f2ed46;*/
	background-color: #8cc63f;
	text-align: center;
	margin: 0;
}
a:link {
	color: #f5ec47;
	text-decoration: underline;
}
a:visited {
	color: #f5ec47;
	text-decoration: underline;
}
a:hover {
	color: #f5ec47;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	/*background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;*/
	background-image: url(images/bkgd_grad.gif);
	background-repeat: repeat-x;
	width: 608px;
	/*height: 990px;*/
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#flowers {
	width: 608px;
	/*height: 990px;*/
	height: 1300px;
	/*background-image: url(images/bkgd_flowers.gif);
	background-repeat: repeat-y;*/
	/*background-image: url(images/bkgd_mixed.gif);*/
	background-image: url(images/bkgd_mixed_1300.gif);
	background-repeat: no-repeat;
}
#mainContent {
	background-color: #1b75bc;
	position: absolute;
	top: 230px;
	margin: 0 50px 50px 50px;
	width: 506px;
	/* height: 690px; */
	/*height: 710px;*/
	height: 980px;
	/* CSS3 standard */
	opacity: 0.50;
	/* For IE */
	filter:alpha(opacity=50);
	left: 0;
}
#mainContentText {
	position: absolute;
	top: 230px;
	width: 506px;
	height: 550px;
	margin: 0 50px 50px 50px;
	text-align: center;
	left: 0;
}
#footer {
	color: #ffe400;
	text-align: center;
	width: 506px;
	position: absolute;
	/*top: 930px;*/
	/*top: 1020px;*/
	bottom: -40px;
	font-size: 10px;
	margin: 0 50px 50px 50px;
	line-height: 10px;
	/*left: 300px;*/
	left: 0;
}
.textBold {
	font-weight: bold;
}
.textItal {
	font-style: italic;
}
.phone {
	color: #f5ec47;
	font-size: 20px;
	font-weight: bold;
}
.tag {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.recycle {
	font-size: 10px;
	line-height: 14px;
}
