@charset "utf-8";
body  {
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center;
	background-color: #074437;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.thrColFix #container {
	width: 948px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */	border: 0px groove #074437;
	text-align: left; /* this overrides the text-align: center on the body element. */
	;
	background-color: #FAD9B0;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/left-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #90462D;
	height: 1200px;
	margin: 0;
}
.thrColFix #sidebar1-2200 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/left-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #90462D;
	height: 2200px;
	margin: 0;
}
.thrColFix #sidebar1-3200 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/left-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #90462D;
	height: 3200px;
	margin: 0;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/right-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #90462D;
	height: 1200px;
}
.thrColFix #sidebar2-2200 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/right-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #90462D;
	height: 2200px;
}
.thrColFix #sidebar2-3200 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/graphics/right-sidebar-360-03b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 360px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #90462D;
	height: 3200px;
	margin: 0;
}
.thrColFix #mainContent {
	margin: 0 200px;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0 10px;
	background-color: #FAD9B0;
	color: #381B12;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftMargin198 {
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 554px;
	float: left;
}
.thrColFix #container2 {
	width: 950px;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */	border: medium groove #074437;
	text-align: left; /* this overrides the text-align: center on the body element. */
	;
	background-color: #FAD9B0;
}
