

body {
	background-image: url(siteimages/background.jpg);
	background-color: #cc6600;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 12px 0;
	min-width: 748px;
	padding: 0;
}
#contentwrapper {
	background-color: #F8F9F1;
	background-image: url(siteimages/shadow.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 748px;
}
#masthead {
	background-image: url(siteimages/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
}
#masthead a, #masthead a:visited, #masthead a:active {
	display: block;
	height: 170px;
	margin-left: -20000px;
}
h1 {
	margin: 0;
}
#maincontent {
	float: right;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0 40px 0 10px;
	width: 480px; /*528*/
	text-align: justify;
}
#maincontent td{
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 0 24px;
	text-align: justify;
}

#maincontent p {
	margin: 6px 0 12px 0;
	padding: 0 0 0 16px;
}
#maincontent h2 {
	color: #6a6c61;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 24px 0 0 0;
	text-align: left;
}

#maincontent h3 {
	color: #6a6c61;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 24px 0 0 0;
	text-align: left;
}

#maincontent h5 {
	color: #6a6c61;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 16px 0 10px 0;
	text-align: left;
}

#maincontent a:link {
	font-size: 1em;
	color: #9c753e;
		text-decoration:none;
		padding-left: 10px;
}
#maincontent a:visited {
	font-size: 1em;
	color: #B9A199;
	text-decoration:none;
	padding-left: 10px;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	color: #333333;
}


#tagline {
	background-image:  url("siteimages/bottom.jpg");
	background-repeat: no-repeat;
	clear: both;
	height: 28px;
}
#tagline p {
	margin:0;
	display: none;
}
.picture {
	float: right;
}
#sidebar {
	color: #5c2416;
	font-weight: bold;
	float: left;
	font-size: 0.75em;
	padding: 24px 0 0 20px;
	width: 164px; /*212*/
}
#sidebar h3 {
	color: #9C8C85;
	font-size: 1.2em;
	margin: 24px 0 0 0;
}
#sidebar p {
	margin: 6px 0 12px 0;
}
.navbar {
	margin: 6px 0 0 0.1em;
	padding-left: 0.2em;
}
.navbar li {
	list-style-type: none;
}
.navbar a {
	padding: 3px;
}
.navbar a:link, .navbar a:visited {
	color: #5c2416;
}
.navbar a:hover, .navbar a:active, .navbar a:focus {
	color: #333333;
}

#nav {
margin-top: 30px;
margin-bottom: 30px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0;
	width: 480px; /*528*/
	text-align: justify;
	border-top: #9C8C85 1px solid;
	border-bottom: #9C8C85 1px solid;
}
#footer {
	clear: both;
	color: #E3DFDD;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 12px 15px 0 15px;
	width: 700px; /*748*/
}
#footer a:link, #footer a:visited {
	color: #675954;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

fieldset {
border: # c0c0c0 1px outset;
}

legend {
	color: #333333;
	font-weight: bold;
}
