@charset "UTF-8";
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #777;
}
#container  {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #AEB6B2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar/sidebarBkgnd.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #777;
	line-height: 1.5em;
} 
#header  {
	background-image: url(../images/headerBkgndFBF.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 98px;
	position: relative;
}
/* End CSS Drop Down Menu */

#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 329px;
	margin-left: 69px;
	background-color: #E3EAE8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	height: auto;
}
#sidebar p {
	padding-right: 15px;
	padding-left: 10px;
}
#sidebar h3 {
	color: #FFF;
	padding-left: 10px;
	background-color: #AEB6B2;
	display: block;
	letter-spacing: .3em;
}
#mainContent  {
	height: auto;
	margin-left: 410px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	margin-top: 20px;
} 
#thumbs {
	background-color: #FFF;
	padding-left: 10px;
}
#footer  {
	background-color: #AEB6B2;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.85em;
	color: #FFF;
	padding-right: 0;
	padding-left: 50px;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	font-weight: lighter;
}
.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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.05em;
	color: #AEB6B2;
	letter-spacing: 0.15em;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	color: #999;
}
