@charset "UTF-8";
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	color: #000000;
}
/* CSS Document */

#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(images/bg_interior.jpg) repeat-x;
}
a:link {
	color: #a24f20; 
	text-decoration: none;
}
a:visited {
	color: #a24f20;
	text-decoration: none;
}
a:hover {
	color: #a24f20;
	text-decoration: none;
}
a:active {
	color: #6B3632;
	text-decoration: none;
}
h4 {
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
h3 {
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom:.2em;
	color: #333333;
}
.h4brown {
	color: #cc6600;
	margin-left: .5em;
}

.sidebarh3{
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 12em;
	margin-left: .5em;
}

h2 {
	font-size: 1em;
	font-style: italic;
	color: #333333;
	font-weight: normal;
}
#nav a:link {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF url(images/whitedot.jpg) repeat;
	text-decoration: none;
}
#nav  a:hover {
	color: #a24f20;
	background: #FFFFFF url(images/whitedot.jpg) repeat;
	text-decoration: none;
}
#nav a:active {
	font-weight: bold;
	background: #FFFFFF url(images/whitedot.jpg) repeat;
	text-decoration: none;
}
#nav li {
	list-style: none;
	text-decoration: none;
	display: inline;
}
.on {
	color: #a24f20;
	background: #FFFFFF;
	text-decoration: none;
}
#nav {
	background: #C3D2D5 url(images/bg_nav.jpg) repeat-x;
	height: 35px;
	position: relative;
	width: 450px;
}
