/*------------------------------------------------------------------
Default Elements
------------------------------------------------------------------*/
body {
	background: #3a88b4;
	margin: 0;
	padding: 0;
}

img, div, a { behavior: url(iepngfix.htc) }

/*------------------------------------------------------------------
Basic Structure
------------------------------------------------------------------*/
#container {
	background: #3a88b4 url('/images/bg_sides.jpg') repeat-y top center;
	width: 990px;
	margin: 0 auto;
}

#homeBG {
	background: #3a88b4 url('/images/bg_home.jpg') no-repeat top center;
	width: 960px;
	min-height: 512px;
	margin-left: 15px;
}

#secBG {
	background: #3a88b4 url('/images/bg_sec.jpg') no-repeat top center;
	width: 960px;
	min-height: 512px;
	margin-left: 15px;
}

#mainNav {
	float: left;
	margin: 42px 0px 0px 34px;
	width: 77px;
}

#homeIntro {
	float: left;
	margin: 185px 0px 0px 78px;
	padding-bottom: 10px;
	width: 392px;
}

#secIntro {
	float: left;
	margin: 185px 0px 0px 78px;
	padding-bottom: 10px;
	width: 508px;
}

#homeBottom {
	float: left;
	margin: 0px 0px 12px 190px;
	width: 700px;
}

#footer {
	padding: 26px 0px 20px 204px;
	background: #3a88b4 url('/images/bg_footer.jpg') no-repeat top center;
	position: relative;
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
