@charset "utf-8";
/* CSS Document */
body {
	font-family: tahoma, verdana, arial, helvetica;
	background:#8fc1e8 url("../images/top.png") right top no-repeat;
	text-align:center;
	width: auto;
	height: auto;
	min-width: 936px;
}
* {
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding {
	padding: 5px;
}
.spacing {
	margin-top: 20px;
}
.sidebar_left {
	margin-left: 100px;
}
.red {
	color: #890909;
}
.first {
	margin-top: -3px;
}
.gold {
	color: #FF6;
}
h3 {
	font-size: 14px;
}
p, ol li, * {
	color: #730505;
	line-height:22px;
	padding-top:3px;
	font-size: 13px;
}
ol li {
	margin-left: 30px;
}
#holder {
	width: 100%;
	height: 100%;
	background: url(../images/bg-fence.png) bottom repeat-x;
}
#container {
	width: 936px;
	margin: 0 auto;
	height: auto;
}
#header {
	width: 100%;
	height: 306px;
	background: url("../images/top-barn.png") top no-repeat;
	margin-bottom: -3px;
	padding-top:260px;
}
#header #menu {
	position:relative;
	width: 800px;
	/*margin:265px 0px 0px 0px;*/
	margin:0 auto;
	list-style: none;
	text-align: center;
	background: #FFF;
}
#header #menu li {
	display: inline;
	margin: 0 5px;
}
#header #menu li a, a {
	text-decoration: none;
	color: #890909;
}
#header #menu li a:hover, #header #menu li a.current, a:hover, a.current {
	text-decoration: underline;
}
#typography {
	background: url(../images/middle-barn.png) top repeat-y;
	width: 100%;
	height: auto;
	min-height: 565px;
	text-align: left;
	padding-bottom: 20px;
	margin-top: -260px;
}
#typography p {
	padding: 10px;
}
#typography #center {
	position: absolute;
	margin: 0 0 0 260px;
}
#typography #center h2 {
	width: 433px;
	text-align: center;
	font-size: 21px;
}
#typography #center a img, #typography #gallery a img {
	border: 0;
}
#sidenav {
	width: 200px;
}
#sideholder {
	background: #FFF;
}
#sidenav h2 {
	font-size: 16px;
}
#sidenav ul {
	list-style: none;
	margin-left: 20px;
}
#content {
	width: 500px;
	margin-left: 320px;
	background: #FFF;
	min-height: 553px;
}
#content_full {
	width: 710px;
	margin-left: 110px;
	background: #FFF;
	min-height: 500px;
}
#footer {
	width: 802px;
	background: #FFF;
	margin: 0 0 0 66px;
	text-align: center;
	font-size: 12px;
}
#gallery {
}
#gallery p {
	width: 110px;
	display: inline;
}
