body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F4FFE4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-image: url(images/garden.gif);
}
#header {
	background: 669900;
}
a:link { 
	color: #669900;
	text-decoration: underline;
}

a:visited { 
	color: #669900;
	text-decoration: underline;
}

a:hover, #nav a:active, #nav a:focus {  
	color: #993300;
	text-decoration:none
}
#nav {
	width: 145px;
	float: left;
	padding: 15px 10px;
	font-weight: bold;
}
#content {
	margin: 0 200px 0 200px;
	padding: 20px;
	border-left: 0px solid #333300;
	border-right: 0px solid #33300;
}
#wide {
	margin: 0 165px 0 165px;
	padding: 20px;
	border-left: 0px solid #333300;
	background-color: #FFF;
}
#right {
	width: 145px;
	float: right;
	padding: 15px 10px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
}
.callout {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
p {
	font-size: 80%;
}
#content p {
	line-height: 120%;
}
#right p {
line-height: 120%;
font-size: 80%;
	color: #333333;

}
#nav a:link { 
	color: #669900;
	text-decoration: none;
}

#nav a:visited { 
	color: #669900;
	text-decoration: none;

}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #993300;
}
