@charset "utf-8";
.home-body {
	font: 90% Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(images/home-background.jpg); background-position:center; background-position:top; background-repeat:no-repeat;
	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;
}


.in-body {
	font: 90% Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(images/inside-back-clean.jpg); background-position:center; background-position:top; background-repeat:repeat-x; background-attachment:fixed;
	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;
}


#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.footer {
	background-image:url(images/background.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:40px;
	height:32px;
	width: 100%;
	color: #ffffff;
	font-size: 80%;
}
.insideText { background-image:url(images/inside-narrow-background.jpg); background-position:top; border: 1px solid #e1eef5; width: 732px; text-align:center; border-left:0px; position:relative; left: 1px; }
/*.insideText { background:#FFFFFF; background-position:top; border: 1px solid #e1eef5; width: 732px; text-align:center; border-left:0px; position:relative; left: 1px; }*/

 div.ad{
  position:fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
  left:0;
  margin:0;
  padding:0;
  z-index:1;
 }
 
