html, body {

 height:100%; width:100%; min-height:600px; background-color:#000000; font-size:12px;
 
 
}
div, img {
behavior: url(iepngfix.htc);
}

/* ***************
	CONTENT STRUCTURE
**************** */

.contentHolder{

	width:100%;
	height:100%;
	border-spacing:0; /* required by Opera 6 */
	/* ie only */ height: expression('100%');
	background-color:#000000;
	
	
}

#upperHalf {

	width:100%;
	background-color:#000000;
	
	
}

#upperHalf .content {

	height:60%;
	margin:auto;
	width:800px;
	
	
}

#lowerHalf {
	float:right;
	height:150px;
	margin-top:30px;
	width:100%;
	background-color:#000000;
	background-image:url(../images/lowerBg.jpg);
	background-repeat:repeat-x;
	
	
}

#lowerHalf .content {

	margin:auto;
	width:780px;
	font-family:bimini, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:20px 0px 0px 20px;
	
	
}

#lowerHalf .content ul li {
	list-style:url(../images/bullet.jpg);
	color:#FFFFFF;
	margin-left:17px;
	
	
}

#lowerHalf .content h1 {

	color:#FFFFFF;
	font-size:36px;
	margin-bottom:10px;
	
	
}

#lowerHalf .content .address {

	position:absolute;
	right:0px;
	top:0px;
	
	
}

/* ************
	EXTRAS
************ */

.logo {
	float:left;
	margin-left:20px;
	margin-top:50px;
	width:800px;
	height:60px;
	background:url(../images/logo.jpg);
	background-repeat:no-repeat;
	
	
}

.slideshow {

	float:left;
	margin:20px 0px 0px 15px;
	background-color:#000000;
	width:737px;
	height:300px;
	overflow:hidden;
	border:5px solid #ffffff;
	
	
}

.flowers {

	bottom:0px;
	margin:-630px 0px 0px 50px;
	_margin:-400px 0px 0px -150px;
	/*background-image:url(../images/flowersMain.png);
	background-repeat:no-repeat;
	background-position:right;*/
	height:685px;
	width:397px;
	behavior: url(iepngfix.htc);
	overflow:visible;
	position:absolute;
	z-index:999;
}

#bullets {


	float:left;
	width:250px;
	margin-top:20px;
}

#address {
	
	
	z-index:9999999;
	position:absolute;
	margin:200px 0px 0px 550px;
	_margin:200px 0px 0px 300px;
	float:left;
	width:150px;
	text-align:right;
	overflow:visible;
	
}

.addressText {


	position:absolute;
	z-index:9999;
	margin:-170px 0px 0px -40px;
	_margin:-170px 0px 0px -230px;
	width:200px;
	
}

a {

	color:#666666;
	text-decoration:none;
	
}

a:hover {


	color:#666666;
	text-decoration:underline;
	
}
.mapText {


	font-family:bimini, Arial, sans-serif;
	color:#000000;
	font-size:11px;
}
.foot { margin-top:170px; }
