/* template.css - abm, 2007-01-09 */

body { background-color: white; }

/* header area */
div#header { top: 0; left: 0; width: 950px; height: 72px }

/* main navigation area */

#mainnav  { top: 72px; left: 0; background-color: #f0f0f0; width: 950px; height: 40px }
#menu1  { top: 0; width: 140px; height: 40px; padding-top: 10px; float: left; }
#menu2  { top: 0; width: 200px; height: 40px; padding-top: 10px; float: left; }
#menu3  { top: 0; width: 140px; height: 40px; padding-top: 10px; float: left; }
#menu4  { top: 0; width: 120px; height: 40px; padding-top: 10px; float: left; }
#menu5  { top: 0; width: 210px; height: 40px; padding-top: 10px; float: left; }
#menu6  { top: 0; width: 120px; height: 40px; padding-top: 10px; float: left; }

/* main content area */

div#main-strut-vertical { width: 0;  height: 750px; float: left }

div#maincontent { top: 192px; left: 0; width: 950px; }

div#clear-main-area { clear: both; margin: 0; width: 100% } /* width for IE 6 */

/* footer area */

div#footer { top: 1em; left: 0; width: 950px; height: 105px; }

/* pop-up page */

div#popupcontent { top: 0; left: 0; width: 500px; }

div#rightimage {
	float: right;
	right: 0px;

}

div#quote { clear: both;
	width: 800px;
}