@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	height: 1232px;
} 
.twoColFixLtHdr #container #sidebar1 #video {
	position: absolute;
	left: 13px;
	top: 311px;
	height: 207px;
	width: 240px;
}


.twoColFixLtHdr #container #mainContent #mike {
	position: absolute;
	left: 567px;
	top: 428px;
	height: 197px;
	width: 149px;
	background-image: url(../images/mickaels-pic.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent #text {
	position: absolute;
	left: 28px;
	top: 98px;
	width: 460px;
	height: 219px;
	font-size: small;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #mike-txt {
	position: absolute;
	left: 585px;
	top: 629px;
	width: 102px;
	height: 61px;
	font-size: x-small;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}




.twoColFixLtHdr #header {
	position: absolute;
	width: 800px;
	height: 498px;
	background-color: #FFF;
} 
.twoColFixLtHdr #container #mainContent #text3 {
	position: absolute;
	left: 29px;
	top: 301px;
	width: 460px;
	height: 171px;
	font-size: small;
}
.twoColFixLtHdr #container #mainContent #text4 {
	position: absolute;
	left: 30px;
	top: 476px;
	width: 462px;
	height: 79px;
	text-align: center;
	font-size: small;
}
.twoColFixLtHdr #container #mainContent #logo2 {
	position: absolute;
	left: 439px;
	top: 289px;
	width: 60px;
	height: 49px;
}
.twoColFixLtHdr #container #mainContent #logo2 #logo3 {
	position: absolute;
	left: -73px;
	top: 3px;
	width: 65px;
	height: 43px;
}
.twoColFixLtHdr #container #footer #footer-nav {
	position: absolute;
	left: 18px;
	top: -125px;
	width: 745px;
	height: 54px;
}






.twoColFixLtHdr #container #header #pics-frame {
	position: absolute;
	left: 396px;
	top: 135px;
	height: 177px;
	width: 404px;
}
.twoColFixLtHdr #container #footer #footer-nav table {
	position: absolute;
	height: 55px;
	left: -22px;
	top: 68px;
	width: 806px;
}



.twoColFixLtHdr #container #header #top {
	position: absolute;
	width: 802px;
	height: 132px;
	left: 0px;
	background-image: url(../images/intone-fitness-training-upper-header_r1_c1.jpg);
	background-repeat: no-repeat;
	top: -2px;
}
.twoColFixLtHdr #container #header #pics-frame table {
	position: absolute;
	height: 178px;
	width: 405px;
	top: 0px;
	left: 2px;
}
.twoColFixLtHdr #container #header #lower {
	position: absolute;
	left: 0px;
	top: 317px;
	width: 802px;
	height: 181px;
	background-image: url(../images/intone-fitness-training-lower-header_r2_c1.jpg);
	background-repeat: no-repeat;
}


.twoColFixLtHdr #container #header #large-pic {
	position: absolute;
	left: 0px;
	top: 135px;
	width: 394px;
	height: 179px;
	background-image: url(../images/intone-fitness-training-images_r2_c1.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
.twoColFixLtHdr #container #header #top #logo {
	position: absolute;
	height: 93px;
	left: -2px;
	width: 92px;
	top: 14px;
}
.twoColFixLtHdr #container #header #top #top-txt {
	position: absolute;
	left: 108px;
	top: 29px;
	width: 466px;
	height: 62px;
	font-size: 40px;
	color: #FFF;
}




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 249px;
	position: absolute;
	left: 0px;
	top: 500px;
	height: 558px;
	background-color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 #nav {
	position: absolute;
	width: 231px;
	top: -20px;
	height: 309px;
	background-repeat: no-repeat;
	left: 15px;
}
.twoColFixLtHdr #container #sidebar1 #nav table {
	position: absolute;
	left: 0px;
	width: 233px;
	height: 242px;
	font-size: small;
	top: -14px;
}
.twoColFixLtHdr #container #mainContent #buttons {
	position: absolute;
	width: 518px;
	height: 126px;
	left: 28px;
	top: -32px;
}
.twoColFixLtHdr #container #mainContent table {
	position: absolute;
	height: 130px;
	left: 31px;
	top: -39px;
	width: 483px;
	font-family: Arial, Helvetica, sans-serif;
}




.twoColFixLtHdr #mainContent {
	position: absolute;
	left: 251px;
	top: 499px;
	width: 551px;
	height: 557px;
} 
.twoColFixLtHdr #footer {
	position: absolute;
	width: 823px;
	height: 110px;
	left: -1px;
	top: 1124px;
	background-color: #DDDDDD;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
} 
.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 */
}
.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;
}
.centerbox {
	text-align: center;
	font-weight: bold;
	color: #1EA3B2;
}
.twoColFixLtHdr #container #footer #addthis {
	position: absolute;
	width: 240px;
	top: -766px;
	height: 24px;
	left: 534px;
}
.twoColFixLtHdr #container #footer #links {
	position: absolute;
	width: 823px;
	top: 25px;
	height: 39px;
	font-size: small;
	text-align: center;
	color: #FFF;
	left: 0px;
}
.twoColFixLtHdr #container #footer #pirate {
	position: absolute;
	left: 602px;
	top: -167px;
	width: 64px;
	height: 41px;
}
.twoColFixLtHdr #container #footer #witn {
	position: absolute;
	left: 679px;
	top: -166px;
	width: 70px;
	height: 35px;
}
.twoColFixLtHdr #container #footer #logo4 {
	position: absolute;
	top: -323px;
	height: 41px;
	width: 65px;
	left: 351px;
}
.twoColFixLtHdr #container #footer #logo5 {
	position: absolute;
	top: -322px;
	height: 41px;
	left: 273px;
	width: 66px;
}
.twoColFixLtHdr #container #header #top #chat {
	position: absolute;
	left: 512px;
	top: 69px;
	width: 296px;
	height: 94px;
	text-align: center;
	color: #FFF;
}
.twoColFixLtHdr #container #header #lower #sign-up {
	position: absolute;
	left: 17px;
	top: 29px;
	width: 217px;
	height: 55px;
	color: #FFF;
	text-align: center;
}
.twoColFixLtHdr #container #header #lower #holiday {
	position: absolute;
	left: 592px;
	top: -301px;
	width: 195px;
	height: 78px;
	text-align: center;
	font-size: medium;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent #new-circle {
	position: absolute;
	left: 388px;
	top: -23px;
	height: 105px;
	width: 103px;
}

