@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Futura, "Trebuchet MS";
	font-size: 100%;
	background-color: #8a1e04;
	background-image: url(../border.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8A1E04;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #55684A;
	height: 215px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContent {
	background-color: #ffdf6b;
	height: 430px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
	padding: 0;
} 
#mainContent h1 {
	font-family: Futura, "Trebuchet MS";
	font-size: 18px;
	color: #8a1e04;
	letter-spacing: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8A1E04;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 285px;
}
.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;
}
.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #6600CC;
	height: 200px;
	padding: 0px;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	font-family: Futura, "Trebuchet MS";
	font-size: 75%;
	color: #FFDF6B;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#index {
	font-family: Futura, "Trebuchet MS";
	font-size: 75%;
	padding-left: 30px;
	color: #8A1E04;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixLt #footerstrip {
	background-color: #55684A;
	height: 15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}

