html{ font-size:16px; } /* Make sure the default is always 16px */
html { min-height: 100%; margin-bottom: 1px; }
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	background-color: #9e6f25;
	background-image: url(../images/bg_body.png);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 950px;
	margin: 0;
	padding-top: 1em;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
dt {font-weight: bold;}
dd {padding-bottom: .6em;}
th {
	border-top: #000000 solid .1em;
}
td {vertical-align:top;}
h1, h2, h3, h4, h5 {text-align:center; font-variant:small-caps; font-style:italic; color:#000;}
h1 {color: #000000;}
a:link, a:visited {
	font-size: 1.1em;
	color: #073204;
	text-decoration:none;
	font-style:italic;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}
#wrapper {
	min-height:600px;
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.head {
}
.head h1 {font-size: 2.5em; font-style: italic; font-variant: small-caps; color: #000000;}
#slideshow1 {
	background-image:url(../images/bg_slideshow.png);
	background-repeat:no-repeat;
	height: 265px;
}
.slideshow {
}
#content_index {
	font-size: 1.3em;
	padding: 0 1.1em;
	border: #000 solid 5px;
}
#leftnav {
	vertical-align:top;
	height: 100%;
}
#rightcontent {
	padding: 1em;
}
#list td {
	padding: .3em 0;
}
.odd {
	background-color: #fffcd6;
}
.floatleft {
	float: left;
	padding-right: .5em;
}
.floatright {
	float: right;
	padding-left: .5em;
}

