/* Don't show CSS info, it can be turned on by adding DEBUG.css  */
span.CSSinfo { visibility: hidden; display: none; }

/* LAYOUT */
body { background-color: #ffffff; padding: 0px; margin: 0px; }
div#frameMain { width:100%; }
div#frameMain div#frameTopAd { height: 95px; width: 768px; background-color: #ffffff;}
div#frameMain div#frameHeader { height: 128px; width: 768px; background-color: #ffffff; }
div#frameMain div#frameArea { width: 768px; background-image: url(../img/body_bg_115_603_768.gif);
	background-repeat: repeat-y; float: left;}
div#frameMain div#frameFooter { width: 768px; background-color: #ffffff; }

div#frameArea div#frameAreaLeft { width: 115px; float: left; background-color: transparent; }
div#frameArea div#frameAreaCenter { width: 652px; float: left; }

div#frameMain div#frameRightAd { left: 773px; top: 0px; position: absolute; text-align: left; }

/* Content areas */
div#frameAreaCenter div#frameContentMain { width: 490px; float: left; margin-top:5px; }
div#frameAreaCenter div#frameContentRightExtras { width: 161px; float: left; margin-top:5px;}

div#frameAreaCenter div#frameContentWide,
	div#frameAreaCenter div.frameContentWide  { width: 652px; clear: left; background-color: #ffffff; }


div#frameMain div#frameFooter { height: 95px; width: 768px;  background-color: #ffffff; float:left; clear:both; }