<style type="text/css">

* {
	margin-top: 0px;
}
html, body {
	height: 100%;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#3b1b02;
}
#wrapper {
	width:975px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px;
	background-image:url(images/wrapper-background.png);
	background-repeat:repeat-y;
}
#intro { 
	width:975px;
	height:24px;
	background-color:#000;
	text-align: center;
}
#rightIntro {
	float:right;
	margin-right:25px;
}
#header { 
	width:975px;
	height:235px;
	background-image:url(images/header-background.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	text-align: center;
}
#navColumn {
	float:left;
	width:934px;
	height:50px;
	margin-top:185px;
	text-align:center;
	vertical-align:middle;
	/*background-color:#C36;*/
	
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right:35px;
}
#hSpacer { 
	width:933px;
	height:67px;
	margin-left:21px;
	background-image:url(images/hSpacer-background.png);
	background-repeat:repeat-x;
}
#push {
	height: 115px;
}
#twoColumnHolder {
	width:975px;
	height:100%;
	overflow:auto;
}
#leftColumn {
	float:left;
	width:437px;
	margin-left:48px;
	overflow:hidden;
}
#leftOne {
	width:437px;
}
#leftTwo {
	width:437px;
	height:212px;
	background-image:url(images/homeTee.png);
	margin-top:25px;
}
#leftTwoTxtBox {
	width:280px;
	margin-left:145px;
}
#rightColumn {
	float:right;
	width:400px;
	margin-right:48px;
	overflow:hidden;
}
#rightOne {
	width:400px;
	height:356px;
}
#rightTwo {
	width:400px;
	height:212px;
	margin-top:98px;
	padding-bottom:30px;
}
#footer {
	width:934px;
	height: 115px;
	text-align: center;
	margin:auto;
	background-image:url(images/footer-background.png);
	background-repeat:no-repeat;
}
#copyright {
	float:left;
	width:440px;
	margin-left:35px;
	margin-top:35px;
	text-align:left;
}
#links {
	float:left;
	width:145px;
	margin-left:100px;
	background-color:#F60;
	}


/*Textual Elements*/
.text13White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.nav:hover {
	text-decoration: underline;
	color: #FF0;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fd9201;
	text-decoration: none;
	font-weight: bold;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fd9201;
	text-decoration: none;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dabc93;
	text-decoration: none;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #d69f53;
	text-decoration: none;
	font-style: italic;
}
.text12Light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dabc93;
	text-decoration: none;
	line-height:15px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
}
.text12LightLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dabc93;
	text-decoration: underline;
}
.copyright10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #985f09;
	text-decoration: none;
	
}
.copyright10:hover {
	text-decoration: underline;
	
}
.links10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c29c0a;
	text-decoration: none;

}

.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dabc93;
	text-decoration: none;
	background-color: #642500;
	border: 1px solid #642500;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	background-color: #dabc93;
	border: 1px solid #000;
	font-weight: bold;
}
