body {
	margin: 0px;
	background: #657D49 url(imgs/bkgrd.jpg) no-repeat fixed right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
#contact {
	font-size: 12px;
	color: black;
	font-weight: normal;
}
#main p {
	padding-left: 10px;
}
#main {
	background: url(imgs/tile.jpg) repeat;
}
#nav {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	}
#nav a:link {
	color: #FFE4C4;
	text-decoration: none;
	border-left: 14px solid #DEB887;
	padding-left: 4px;
}
#nav a:visited {
	color: #FFE4C4;
	text-decoration: none;
	border-left: 14px solid #DEB887;
	padding-left: 4px;
}
#nav a:hover {
	color: #FFEBCD;
	text-decoration: none;
	border-left: 14px solid #349933;
	padding-left: 4px;
}
#sidebar {
	font-size: 10px;
	line-height: 10px;
}
#sidebar a:link{
	color: #FFE4C4;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 10px;
	display: block;
	background: url(imgs/localnav-bullet.gif) no-repeat left;
}
#sidebar a:visited{
	color: #FFE4C4;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 10px;
	display: block;
	background: url(imgs/localnav-bullet.gif) no-repeat left;
}
#sidebar a:hover {
	color: #FFD700;
	display: block;
	text-decoration: none;
	margin-left: 8px;
	padding-left: 13px;
	background: url(imgs/localnav-bullet.gif) no-repeat left;
	}
#footer {
	font-size: 10px;
	border-top-color: Black;
	border-top-style: dashed;
	border-top-width: 1px;
}
#main a:link,a:visited {
	color: #FFE4C4;
	padding-bottom: 2px;
	text-decoration: none;
}
#main a:hover {
	color: #FFD700;
	border-bottom-color: #FFD700;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.title {
	font-size: 1em;
	font-weight: bold;
	border-bottom-color: Black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
}
.label {
	float: left;
	width: 7em;
	text-align: right;
	clear: left;
	margin-right: 15px;
}
.workshop_title {
	font-family: serif;
	font-weight: bolder;
	text-transform: uppercase;
}
.workshop_date {
	font-weight: bold;
	border-top: #339A31;
	border-top-style: dotted;
	border-top-width: 2px;
	display: block;
	text-transform: uppercase;
}
.workshop_date-norule {
	font-weight: bold;
	border-top: #339A31;
	border-top-style: none;
	display: block;
	text-transform: uppercase;
}
.classes {
	margin-left: 10px;
}
hr {
	color: #339A31;
}
.img-r {
	float: right;
	margin: 5px 0px 5px 10px;
}
.img-l {
	float: left;
	margin: 5px 10px 5px 0px;
}