body { color: black; font-size: 0.8em; font-family: "Courier New", Courier, Monaco, monospace; background-color: #d9d9d9; background-image: url(../images/pageBG.gif); background-repeat: repeat-x; background-position: 0 top; margin: 0; padding: 0; }
#container { text-align: center; width: 100%; }
#wrapper { text-align: left; width: 750px; margin: 0 auto; }
#mast { background-image: url(../images/topAd.gif); background-repeat: no-repeat; text-align: center; width: 750px; height: 97px; padding-top: 3px; }
#header { background-image: url(../images/header.jpg); background-repeat: no-repeat; width: 750px; height: 200px; }
#left { width: 460px; float: left; padding-right: 10px; padding-left: 10px; }
#right { text-align: center; width: 250px; float: left; padding-right: 10px; padding-left: 10px; }
#content { background-image: url(../images/contentBG.gif); background-repeat: repeat-y; width: 750px; margin: 0; padding: 0; }
#footer { color: #969696; font-weight: bold; text-align: center; width: 730px; clear: both; margin: 0; padding: 0 10px 10px; }

h1 { color: #25419d; font-size: 1.5em; font-weight: bold; }
h2 { color: #c22f2f; font-size: 1.3em; font-weight: bold; text-align: center; }
h3 { color: #fff; font-size: 1em; font-weight: bold; background-color: #25419d; padding: 1px 5px 2px; }
a:link, a:visited { color: #25419d; text-decoration: underline; }
a:hover, a:active { color: #c22f2f; text-decoration: overline; }
/*<agl.folder "Browser Fixes">*/
	/* layout classes */
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	.clear {
	clear: both;
}
/*</agl.folder>*/
