body {	
	background: #F0FFF0 url(background-green2.gif) repeat-x top;
	font-family: Arial, Verdana, sans-serif;
	}

img {
	border: none;
}

h2, h3 {
	color: #093;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01em;
	}
	
h2 {
	font-size: 1.35em;
	line-height: 125%;
	}
h3 {font-size: 1.1em;}


#wrapper {
	/*border: 1px solid #f0fff0;*/
	width: 683px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	border-bottom: 4px solid #00CC33;
	}


#main {
	width: 410px;  /*55%; */
	border: 1px solid white;
	border-left: 1px solid #DDFFA0;
	border-bottom: 1px solid #DDFFA0;
	float: left;
	height: 100%;
	margin-right: 20px;
	background: white;
	padding: 19px;
	margin-bottom: 3em;
	}

#main p {
	line-height: 170%;
	}

#sidebar {
float: right;	
	width: 203px;
	}
	
#contact {
	/*background-color: #DBFFB4; /*DDFFA0  E2F4C1 */
	background: #E6FFD3 url(background-gnHZRight2.gif) top right repeat-y;
	width: 100%;
	margin-bottom: 2em;
	border: 1px solid #CCFF66;
	padding-top: 4px;
	padding-bottom: 5px;
	}
	
#contact p, #contact h3 {
	line-height: 130%;
	margin-left: 8px;
	margin-right: 5px;
	}

.cap {
	font-family: 'Arial Black', Verdana, sans-serif;
	/*font-weight: bold;*/
	color: #39c;
	letter-spacing: 0.01em;
}

.clear {
	clear: both;
	}

.schedule {
	background: url(schedule-bkd.gif) repeat;
	font-size: 1.5em;
	padding: 5px;
	font-family: 'Arial Black', Verdana, sans-serif;
	line-height: 90%;
	text-align: center;
	}
	
.schedule a {
	text-decoration: none;
	color: white;
	
	}