html {
	margin: 0px; padding: 0px;
	}
body { 
	font: .8em; color: #d4cddc; background-color: #bedf9f; margin: 0 auto; padding: 0; min-height: 100%; text-align: center; 
	}
p { 
	font: 1em; color: #ffffcc; margin-top: 0px; text-align: justify;
	}
ul { 	
	list-style-type: circle-inside; padding: 1em; 
	}
h1 {	
	font: 3em; color: #669933; padding: .75em; margin-top: 0; text-align: center;
	}
h2 {  text: 2em; color: #b0c4de; }
h3 { font: 1em; color: #b0c4de; }


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffcc;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #d4cddc;
	}
a:hover, a:active { 
	background-color: #e6e6fa;
	text-decoration: none; 
	color: #9685ba;
	}
a:img {border: none;}

.normal {font-weight: normal; color: #d4cddc; font-size: .9em; text-decoration: none; background-color: none; }

.spacer {
        width: 90%;
        height: 15px;
        padding: 2px;
        text-align: left;
          }

.hoverbox
{
	cursor: default;
	list-style: none;
        max-width: 800px;
        margin-top: 20px;
        margin-right: 80px;
        margin-left: 160px;
                 
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
} 

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #778899;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

.hoverbox li
{
	background: #778899;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview 
{
	border-color: #aaa;
	width: 200px;
	height: 130px;
        padding: 2px;
}

#container { width: 100%; margin: 0 auto; 
        }

#header {
	width: 100%; height: 100px; margin-top: 0; background-color: none; text-align: center; background-image: url(/photos/garden/images/leaves4.jpg); background-repeat: repeat;
        }
#heading { width: 100%; margin-top: 0; text-align: center; padding: .5em; 
	}
#navigation {
	width: 150px; min-height: 800px; float: left; margin-top: 0; padding: 1em; background-color: none; text-align: left; border: 1px solid; border-color: #ffffff; background-image:url('/photos/garden/images/leaves4.jpg'); background-repeat: repeat;
	}
#content {
	float: left; margin: 0; padding: 0; width: 99%; background-color: #c3e0ef; background-image:url('/photos/garden/images/brown175.jpg'); background-repeat: repeat; text-align: center; border: 6px double #99cc66; 
	}
#rightcol { 
	float: left; margin-top: 0; width: 20%; padding: 1em; background-color: none;
	} 
#footer {
	clear: both; margin-bottom: 0; padding: .5em; height: 60px; background-color: none; text-align: center; word-spacing: 1em; vertical-align: baseline;
	}
#middle {
        float: left; margin: 2em 6em; padding: 1em; width: 30%; text-align: left;
        }
#center {
        float: left; margin-left: 1em; padding: 1em; width: 55%; text-align: center;
        }