/* Boeing Seal Beach Fitness Center */

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #666666;
	background-repeat: repeat;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	background-image: url(../Pages/graphics/background.jpg);
}
.twoColFixLtHdr #container {
	width: 758px;
	text-align: left;
	background-repeat: repeat-y;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	float: none;
	background-image: url(../Pages/graphics/wrapper_bg.png);
	padding: 0px;
	border: thin solid #E6E6E6;
} 
.twoColFixLtHdr #container #header #address {
	float: right;
	width: 150px;
	margin-top: -70px;
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #005DBB;
	border-bottom-color: #005DBB;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0;
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	margin-top: 19px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 0px;
	padding-right: 0px;
	width: 150px;
	padding-bottom: 5px;
	border: 0.5px none #F9F49C;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar3 {
	background-color: #E6E6E6;
}
.twoColFixLtHdr #sidebar4 {
	border: 1px none #F9F49C;
	background-color: #FEFEE0;
}
.twoColFixLtHdr #sidebar5 {
	background-color: #FEFEC7;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../Pages/graphics/button.gif);
}


.twoColFixLtHdr #container #sidebar1 #sidebar2 {
	width: 147px;
	border: 1px solid #F9F49C;
	background-color: #F9F49C;
	background-image: url(../Pages/graphics/sidenote.jpg);
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-color: #006699;
	background-repeat: repeat-y;
	margin-left: 175px;
	float: none;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 25px;
} 
.twoColFixLtHdr #footer {
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(../Pages/graphics/button.gif);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.twoColFixLtHdr #picture {
	width: 78px;
	position: static;
}

.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;
}
.twoColFixLtHdr #sidebar3 {
	margin: 0px;
	padding: 0px;
}

