body {
	margin: 0px;
	padding: 0px;
	background: #fff url(/img/page_bgnd.png) repeat-y center bottom fixed;
	color: #615a4b;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1	{ font-size: 160% }
h2  { font-size: 140% }
h3  { font-size: 120% }

#header {
	background: #fff;
	width: 950px;
	height: 168px;
	margin: auto;
}
#halfcircle {
	position: absolute;
	margin-left: 50%;
	left: 254px;
	top: 195px;
	width: 63px;
	height: 27px;
	background: url(img/half_circle.png) no-repeat left top;
	behavior: url(/lib/iepngfix.htc);
}
#topnav {
	width: 922px;
	height: 32px;
	margin: auto;
	padding-right: 28px;
	background: #fff url(/img/topnav_bgnd.png) repeat-x;
	text-align:center;
}
#topnav a {
	padding: 0 1em;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #a19b8f;
}
#topnav a.last {
	border-right: 1px solid #a19b8f;
}
#content {
	width: 950px;
	margin: auto;
}
td#leftcol, td#rightcol, td#midcol {
	vertical-align:top;
}
td#leftcol {
	width:187px
}
td#midcol {
	padding:10px 20px; width:508px
}
#midcol a {
	color:#490;
}
#midcol a:visited {
	color:#615a4b;
}
td#rightcol {
	width: 208px;
	padding-top: 25px;
	text-align: center;
	padding-left: 7px;
}

td#leftcol, td#rightcol {
	background: url(img/gradient_green.png) no-repeat left top;
	behavior: url(/lib/iepngfix.htc);
}
a.nav, a.navactive {
	display: block;
	color: #637418;
	line-height: 24px;
	padding-left: 16px;
}
a.navactive {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/bgnd_navactive.png) repeat-y;
}
#rightcol img {
	display: block;
	margin: auto;
	padding: 3px 12px 12px 3px;
	background: url(/img/green_shadow.png) no-repeat right bottom;
}
#rightcol img[width="1"] {
	display:none
}

#rightcol a img {
	border:none;
}

#wetterbox table {
	margin:1.33em auto 0 auto;
}