a:link, a:visited {
	color: rgb(121, 166, 140);
	text-decoration: none;
	opacity: 1;
}

a:hover {
	color: rgb(121, 166, 140);
	text-decoration: underline;
	opacity: 1;
}



body {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: rgb(131, 121, 87);
	background-color: rgb(54, 50, 36);
}

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	top: 32px;
	background-color: rgb(54, 50, 36);
	background-image: url(images/background_05.jpg);
}

#insideframe {
	position: relative;
	width: 768px;
	height: 568px;
	top: 16px;
	left: 16px;
	background-image: url(images/background_02.jpg);
}

#image {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 376px;
	width: 768px;
}

#imageleft {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 376px;
	width: 376px;
}

#imageright {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 392px;
	height: 376px;
	width: 376px;
	background: rgb(54, 50, 36);
	opacity: 1;
}

img.main {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 568;
	width: 768;
}

#contentboxmain {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 192px;
	width: 768px;
	top: 376px;
}

#contentbox {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 192px;
	width: 768px;
	top: 376px;
}

#leftcol {
	position: absolute;
	height: 142px;
	width: 376px;
	top: 25px;
}

#middlecol {
	position: absolute;
	height: 142px;
	width: 180px;
	top: 25px;
	left: 196px;
}

#rightcol {
	position: absolute;
	left: 392px;
	height: 142px;
	width: 350px;
	top: 25px;
}

#rightcol_long {
	position: absolute;
	left: 392px;
	height: 142px;
	width: 370px;
	top: 25px;
}

#footer {
	position: absolute;
	top: 181px;
	width: 376px;
	height: 12px;
	opacity: 1;
}

#address {
	position: absolute;
	width: 376px;
	height: 12px;
	top: 181px;
	left: 392px;
	text-align: right;
	opacity: 1;
}

#address_index {
	position: absolute;
	width: 768px;
	height: 12px;
	top: 181px;
	left: 0px;
	text-align: right;
	opacity: .8;
}

/* -------------------------------------------------- */
/* these are the styles for the garden elements pages */

#rightcontentbox {
	position: absolute;
	left: 392px;
	padding: 0px;
	margin: 0px;
	height: 568px;
	width: 376px;
}

#leftimagevertical {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 568px;
	width: 376px;
}

#verticalimagelinks {
	position: absolute;
	height: 39px;
	width: 300px;
	top: 193px;
}

#righttext {
	position: absolute;
	height: 142px;
	width: 300px;
	top: 245px;
}

#rightlinksleft {
	position: absolute;
	height: 142px;
	width: 300px;
	top: 401px;
}

#rightlinksright {
	position: absolute;
	height: 142px;
	width: 300px;
	top: 401px;
	left: 196px;
}

#verticalfooter {
	position: absolute;
	top: 557px;
	width: 376px;
	height: 12px;
}

#title {
	position: relative;
	top: 182px;
	text-align: center;
	font-family: andale mono, lucida sans typewriter, monospace;
	font-size: 24px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	font-style: normal;
	font-weight: normal;
}

/* -------------------------------------------------- */

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
}

h1 {
	font-family: andale mono, lucida sans typewriter, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
	color: rgb(54, 50, 36);
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	opacity: 1;
}

h2 {
	color: rgb(54, 50, 36);
	font-family: courier, monospace;
	font-size: 24px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
	font-style: normal;
	font-weight: normal;
}