@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding-left: 0px;
	background-image: url(../fireworks/header3.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 1022px; /* the auto margins (in conjunction with a width) center the page */
	;
	text-align: left;
	background-image: url(../fireworks/header3.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	top: 0px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url(../fireworks/header3.png);
	background-repeat: repeat-x;
	
} 


.thrColFixHdr #header2 {
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	width: 1022px;
	float:left;
	position: relative;
	height: 100%;


}

.thrColFixHdr #header3 {
	background-color: #999999;
	margin: 0px 0px 0px 0px;
	width: 1022px;


}
.thrColFixHdr #headerleft {
	background-color: #FFFFFF;
	width: 500px;
} 
.thrColFixHdr #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 */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar1 {
	width: 251px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #FFFFFF;
	padding-top: 0px;
	border: 0;
}

.thrColFixHdr #mainContent {
	height: 100%;
	background-color: #FFFFFF;
	width: 1022px;
		float:left;
	

	
} 

.thrColFixHdr #headerholder{
	width: 1022px;
	float:left;
	position: relative;
	height: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	 }

.thrColFixHdr #holder{
	width: 1022px;
	float:left;
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../fireworks/header3.png);
	background-repeat: repeat-x;
	 }
.thrColFixHdr #footer {
	background-color: #999999;

	
} 
.thrColFixHdr #footer p {
	margin: 0px  /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
	background-color: #FFFFFF;
	
}
.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;
	background-color: #ECDCBA;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-color: #ECDCBA;
}

.style1 { /* this class can be used to float an element left in your page */
	color: #4D523C;
	font-style: italic;
	font-family: "Trajan Pro";
	font-size: x-large;
}
.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;
}
a:link {
	color: #4C523C;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
a:visited {
	color: #4C523C;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
a:hover {
	color: #4C523C;
	background-color: #C6B79A;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
a:active {
	color: #4C523C;
	font-weight: bold;
	font-style: italic;
	}

