@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -120px;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e0000;
	border-right-color: #1e0000;
	border-bottom-color: #1e0000;
	border-left-color: #1e0000;
} 
.thrColFixHdr #header {
	padding: 0;  /* 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. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 119px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(images/events_background.jpg);
	background-repeat: no-repeat;
	background-position: left 135px;
}
.thrColFixHdr #sidebar2Gallery {
	width: 475px;
	position: absolute;
	float: right;
}
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 119px;
	background-image: url(images/welcome_text.jpg);
	background-position: 0px 434px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #mainContentGallery {
	width: 206px;
	margin-left: 119px;
	position: relative;
	margin-right: 475px;
}
.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	position: relative;
	height: 55px;
	width: 800px;
} 
.thrColFixHdr #footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1e0000;
	text-align: center;
	position: absolute;
	width: 800px;
	bottom: 15px;
	padding: 0px;
}
.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;
}
.thrColFixHdr #mainContentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 111px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
.thrColFixHdr #sidebar2Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	height: 176px;
	color: #6f8526;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
	clip: rect(auto,auto,auto,auto);
	margin-bottom: -10px;
	margin-top: 5px;
}
