@charset "UTF-8";
#wrapper {
	background-color: #000000;
	margin: 0 auto;
	width: 901px;
}
#header {
	background-image: url(images/fencetop.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 240px;
	width: 901px;
	background-color: #2b1a0b;
	background-position: bottom;
}
#nav {
	height: 45px;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	display: inline;
	text-decoration: none;
	background-image: none;
}
#nav ul li a {
	font-family: "Bradley Hand ITC TT-Bold";
	font-size: medium;
	color: #00CCFF;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 28px;
	text-decoration: none;
	background-image: none;
	border: thin dashed #16A99D;
}
#nav ul li a:hover {
	color: #00FFCC;
	text-decoration: none;
}
#main {
	float: left;
	height: auto;
	width: 901px;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#lefcol {
	float: left;
	height: auto;
	width: 480px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
	margin-left: 20px;
	color: #2B1A0B;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(images/leftbackground.jpg);
}
.cenhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #2B1A0B;
	text-align: center;
	float: none;
	padding-right: 0px;
	margin-right: 10px;
}
#rightcol {
	float: right;
	height: 300px;
	width: 230px;
	margin-right: 20px;
	padding-right: 35px;
	background-color: #2B1A0B;
	color: #FF6600;
	margin-top: 5px;
	padding-left: 20px;
	font-family: "Bradley Hand ITC TT-Bold";
	text-align: center;
	font-size: large;
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: center 20px;
	margin-bottom: 0px;
	background-image: url(images/woodframesmall.jpg);
}
#rightcol2 {
	float: right;
	height: auto;
	width: 230px;
	margin-right: 20px;
	padding-right: 35px;
	background-color: #2B1A0B;
	color: #FF6600;
	margin-top: 0px;
	padding-left: 20px;
	font-family: "Bradley Hand ITC TT-Bold";
	text-align: center;
	font-size: large;
	font-weight: bolder;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #2B1A0B;
	float: left;
	height: 60px;
	width: 900px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: justify;
	left: 0px;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
