@charset "utf-8";
body  {
	background: #666666;
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 955px;
	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;
	background-color: #000000;
	overflow: hidden;
} 
.thrColFixHdr #header {
	background-image: url(../images/fap/fap_header_bg.jpg);
	height: 150px;
	width: 955px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #000000;
	padding: 0px;
	top: 150px;
	height: 425px;
}
#fap_side_nav_bar {
	height: 150px;
	width: 100px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#fap_left_ad_space_one {
	height: 120px;
	width: 100px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 40px;
	text-align: center;
}
#fap_left_ad_spacr_pic {
	height: 75px;
	width: 75px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
	background-color: #CCCCCC;
}


.thrColFixHdr #sidebar2 {
	width: 173px; /* 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 */
	background-color: #000000;
	top: 150px;
	float: right;
	height: 425px;
}
#searchbar {
	height: 20px;
	width: 110px;
	margin-top: 5px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#sidebar_text {
	height: 20px;
	width: 110px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#fap_ad_space_one {
	height: 60px;
	width: 110px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#fap_ad_space_two {
	background-color: #000000;
	height: 63px;
	width: 118px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#fap_ad_space_three {
	height: 125px;
	width: 125px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#fap_ad_space_four {
	background-color: #000000;
	height: 50px;
	width: 110px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #mainContent {
	background-color: #000000;
	margin: 0;
	top: 150px;
	height: 425px;
	padding-top: 0;
	padding-bottom: 0px;
} 

#fap_main_nav_bar {
	height: 26px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main_content_upper {
	height: 180px;
}

#main_text_one {
	float: left;
	height: 150px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 10px;
	padding-top: 10px;
}

#main_pic_top {
	height: 160px;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
	margin-right: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#main_content_lower {
	height: 194px;
}
#main_pic_lower {
	height: 150px;
	width: 250px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

#main_context_text_lower {
	padding: 10px;
	float: right;
	height: 150px;
	width: 225px;
	margin-right: 30px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}



.thrColFixHdr #footer {
	padding: 0;
	height: 75px;
	width: 955px;
	background-color: #000000;
	overflow: hidden;
} 
#fap_footer_nav_bar {
	height: 75px;
	width: 955px;
	overflow: visible;
}

.thrColFixHdr #footer p {

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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: 0px;
}
.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;
}
