@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #582700;
	line-height: 1.4em;
}
body {
	background-color: #FFFFFF;
	background-image: url(images_site/bkgd.jpg);
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	color: #582700;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #f1645d;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 27px;
	color: #f1645d;
	margin-bottom: 30px;
}
h2 {
	font-size: 12px;
	color: #f1645d;
	margin-bottom: -1px;
}

#outerwrapper {
	margin: 0px auto;
	width: 850px;
}
#header {
	width: 100%;
	height: 140px;
	position: relative;
}
#nav {
	width: 830px;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background-color: #582700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 13px;
	background-image: url(images_site/nav.gif);
	background-repeat: no-repeat;
}
#nav a:link, #nav a:visited, #nav a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	text-decoration: none;
	color: #f1645d;
}
#content {
	width: 828px;
	position: relative;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #582700;
	border-left-color: #582700;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#content hr {   
	border-top: 1.5px dashed #f1645d;
    color: #fff;
    background-color: #fff;
	width: 550px;
}
#content p {
	margin-top: -2px;
}
#footer {
	width: 100%;
	height: 27px;
	position: relative;
	text-align: center;
	font-size: 9.5px;
	color: #fff;
	background-image: url(images_site/footer.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
}
#applause hr {   
	border-top: 1.5px dashed #f1645d;
    color: #fff;
    background-color: #fff;
	width: 100%;
}