body  {
	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;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(FootDetoxImages/bamboobackground.jpg);
}
a {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

img {
	border:0;
	}

h1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
h2 {
	
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
h3 {
	
	font-size: 16px;
	color: #003366;
}
h4 {
	font-size: 14px;
	color: #333333;
}
#navbar {
	background-color: #FFCC66;
	margin: 0px;
	
	font-size: 13px;
	color: #336600;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#navbar a:link {
	color: #003300;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #FFFF99;
	color: #003300;
	text-decoration: none;
}
#navbar a:active {
	color: #990000;
	text-decoration: none;
}
li {
	font-size: 12px;
}
p {
	
	font-size: 12px;
	color: #000000;
}
.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;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: thin;
	border-top-color: #D7D7B1;
	border-right-color: #D7D7B1;
	border-bottom-color: #D7D7B1;
	border-left-color: #D7D7B1;
	padding: 10px;
}
.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.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;
}
.style1 {
	font-size: 12pt;
	color: #000000;
}

.style3 {
	color: #333333;
	font-size: 10px;
}
	
.style4 {
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}
.style5 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.style7 {font-size: 18px}
.style9 {
	color: #990000;
	font-size: 24px;
	font-weight: bold;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
}
.style17 {
	font-size: 12px;
	font-style: italic;
}




.style19 {
	font-size: 10px
}
.style20 {color: #993300}

#my_foot_images {
	height: 300px;
	width: 600px;
}
#googlead {
	width:470px;
	height: 72px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top: .5em;	
          }
#adcontainer_short {
	padding: 7px;
	float: right;
	height: 350px;
	width: 250px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 5px;
	border: thin ridge #006699;
}

#adcontainer_short2 {
	padding: 2px;
	float: right;
	height: 400px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



#adcontainer_hr {
	height: 200px;
	width: 700px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.oneColFixCtrHdr {
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: medium groove #666633;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header {
	background-image: url(FootDetoxImages/ionicbalanceheader1.jpg);
	height: 150px;
	width: 780px;
}


.oneColFixCtrHdr #header_h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	font-size: 24px;
	color: #003366;
	text-indent: 500px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}



.oneColFixCtrHdr #container #header h2 {
	
	font-size: 18px;
	color: #FFFFFF;
	text-indent: 475px;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	width: 740px;
	margin-left: 0px;
} 
.oneColFixCtrHdr #mainContent #testimonials {
	height: 150px;
	width: 700px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 2pt inset #6B6B58;
}

.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #adcontainer {
	height: 520px;
	width: 250px;
	text-align: left;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	float: right;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 7px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}



.oneColFixCtrHdr #footer {
	background-color: #6F9FCF;
	
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColFixCtrHdr #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 */
	
	font-size: 9px;
}
.oneColFixCtrHdr #topnav {
	height: 27px;
	width: 780px;
	background-color: #D3D3AD;
	}
.oneColFixCtrHdr #header_link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header a {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
