@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #141733;
	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: #EEEEFF;
}

#wrapper {
padding-top: 25px;
background-image:url(images/bgTrainers.jpg);
}

.quotes {
padding: 10px 5px;
font-style:italic;
color:#DDDDFF;

}

.oneColFixCtrHdr #container {
	width: 957px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 115%;
	background-color: #111326;
	text-align: center;
}

.oneColFixCtrHdr #header {
	padding-top:20px;
	background-color:#010000;
	height: 30px;
}

.oneColFixCtrHdr h1 {
padding:3px 0;
font-size: 20px;
font-weight:normal;
margin:0px;
}


.oneColFixCtrHdr h3 {
padding:5px 0;
font-size: 16px;
font-weight:normal;
margin:0px;
}


.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px; /* padding keeps the content of the div away from the edges */
}
.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.oneColFixCtrHdr #mainContent {
	margin: 0 180px 0 215px;
	padding: 15px 15px;
	text-align:left;
	background-repeat:repeat-x;
} 

.oneColFixCtrHdr #footer {
text-align:center;
padding:5px;
background:#000000;
line-height:155%;
}

.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;
}

a.link {
color: #ffffff
}

