@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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: none;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
} 

.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
} 



.twoColFixLtHdr #footer {
	margin-top: 20px;
	background-color: #121212;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #163633;
	border-right-color: #163633;
	border-bottom-color: #163633;
	border-left-color: #163633;
	padding: 0;
} 

.twoColFixLtHdr #footer p {
	color: #FFF;
	font-family: "Century Gothic";
	margin: 0;
	border-top-width: 7px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 7px;
	border-top-style: solid;
	border-top-color: #643263;
	border-right-color: #643263;
	border-bottom-color: #643263;
	border-left-color: #643263;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-style: solid;
}
.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;
}
.text_bg {
	font-size: 120%;
	color: #FFF;
	background-color: #163633;
	padding-right: 7px;
	width: 978px;
}
.adobe_text {
	width: 300px;
}
.page_title {
	font-size: 300%;
	color: #fff;
}
.white_text {
	color: #FFF;
}

