@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; /* 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-position: y30
%;
	background-image: url(../border.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8A1E04;
}
.twoColFixLt .border {
	background-image: url(../border.gif);
	background-repeat: repeat;
	height: 500px;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #55684a;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #mainContent {
	background-color: #ffdf6b;
	height: 200px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 215px;
	padding: 0;
} 
#mainContent h2 {
	color: #8A1E04;
	padding-left: 30px;
	font-size: 200%;
}
#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: 75px;
}
.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 {
	width: 350px;
	background-color: #FFDF6B;
	height: 370px;
	padding: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
	float: left;
}
#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: #6666CC;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.twoColFixLt #footerstrip {
	background-color: #FFDF6B;
	height: 15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}
.twoColFixLt #photos {
	background-color: #55684A;
	height: 400px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 395px;
}
p {
	color: #8A1E04;
	font-size: 85%;
}
#sidebar2 a {
	color: #8A1E04;
	text-decoration: none;
}
#sidebar2 a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #55684A;
}
#bottom {
	background-color: #FFDF6B;
	padding: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 85%;
	float: left;
	clear: both;
	width: 750px;
}
