/* 
All your wildest dreams have come true.
*/

* {
	padding: 0;
	margin: 0;
}
html {
	background: transparent url('images/bg_green.gif')
}
body {
	font-family: "Verdana,Arial,Helvetica,Sans-Serif", Verdana;
	font-size: 100%;
}
img {
	border: none;
}

/* Meat (the actual framework)
---------------------------------------------------------- */

#container {
	position: relative;
	width: 800px;
	padding: 0 0 0 0;
	top: 30px;
	margin: 0 auto 0 auto;
}

#header-container {
	position: relative;
	width: 800px;
	height: 130px;
	padding: 0 0 0 0;
}

#header1 {
	position: relative;
	width: 103px;
	height: 130px;
	overflow: visible;
	margin-left: 0px;
	padding: 0 0 0 0;
	float: left;
}

#header2 {
	position: relative;
	width: 566px;
	float: left;
	margin-left: 0px;
	background-color: #fff;
}

#header3 {
	position: relative;
	top: 0;
	right: 0;
	width: 131px;
	height: 130px;
	overflow: visible;
	margin-left: 0px;
	padding: 0 0 0 0;
	float: left;
}

#headermain {
	position:relative;
	height: 67px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: right;
	}
	
#nav1 {
	position:relative;
	float: left;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#nav2 {
	position:relative;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 0px;
	padding: 0 0 0 0;
	}
	
#nav3 {
	position:relative;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 0px;
	padding: 0 0 0 0;
	}
	
#nav4 {
	position:relative;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 0px;
	padding: 0 0 0 0;
	}
	
#nav5 {
	position:relative;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 0px;
	padding: 0 0 0 0;
	}
	
#nav6 {
	position:relative;
	float: left;
	height: 30px;
	overflow: hidden;
	margin-left: 0px;
	padding: 0 0 0 0;
	}
	
#navspacer {
	position:relative;
	height: 33px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}


#content {
	position: relative;
	float: left;
	background-color: #fff;
}

#content-left {
 float:left;
 width:570px;
 height: auto;
 padding:15px;
 background-color: #fff;
}


ul {
  float: left;
  width: 555px;
  margin: 20px;
  padding: 20px;
  list-style: none;
}
 
li {
  float: left;
  width: 185px;
  margin: 0px;
  padding: 0px;
} 

#content-right {
 float:left;
 width:180px;
 padding: 10px;
 background-color: #fff;
}

#footer {
 clear:both;
 padding: 0 0 0 0;
 height: 75px;
 background-color: #000;
}

p.photo {
	padding: 10px;
	margin: 10px;
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	float: left;
	}
	
p.giftshop {
	padding: 5px;
	margin: 5px;
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	float: left;
	}
	
p.landscaping {
	padding: 5px;
	margin: 2px;
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	float: left;
	}
	
p.invis {
	padding: 0px;
	margin: 10px;
	float: left;
	}
	
.bodytext {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	}
	
.smallbodytext {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #666;
	line-height: 13px;
	font-weight: normal;
	}

.sidetext {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	font-weight: normal;
	}
	
.bigtext {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	}

.caltext {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #d23800;
	}
	
	
a:link {text-decoration: none; color: #ce3500; }
a:visited {text-decoration: none; color: #ff5302; }
a:active {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #9dbb03;}