@charset "UTF-8";
body {
	background: #70340A;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #EEEEEE;
	font-family: sans-serif;
	line-height: 1.4em;
	font-size: small;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #70340A url(images/mainbkgrd.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 5;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#692D0A;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div#intro {
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
 }

div#lftcol {
	float: left;
	width: 310px;
	text-align: justify;
	padding-left: 20px;
	font-size: small;
}

div#rtcol {
	float: right;
	width: 310px;
	text-align: justify;
	padding-right: 20px;
}
div#rtcolgear {
	float: right;
	width: 270px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 40px;
}

div#cntrcol {
	width: 222px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	margin-right: 0px;
	text-align: left;

}

div#footer {
	float: none;
	clear: both;
	width: 98%;
	/* [disabled]border: 1px solid #BE7638; */
}
.fullWidth {
	position: relative;
	float: left;
	margin-top: 20px;
	background-color: #4A210C;
	display: block;
	height: 244px;
	width: 98%;
	padding-left: 21px;
	background-image: url(images/CW/background.jpg);
	background-repeat: no-repeat;
	
}
.fullWidth table {
	margin-top: 60px;
	font-family:Times, "Times New Roman", serif;
	font-size:1.3em;
	line-height:1.5em;
	float:left;
	
}
.info {
	width:235px;
	float:right;
	margin:60px 275px 0 0;
	color:#fff;
	font-size:.85em;
	font-weight:400;
	}
	
