@import "banner.css";
@import "ads.css";

body {
	margin: 10px;
}
        
#content {
	width: 715px;
	margin: 0px;
        font-family: sans-serif;
        font-size: 10pt;
        line-height: 1.3em;                              
}

#footer {
	clear: both;
        float: left;	/* Firefox needs this, I don't know why */
	font-size: 8pt;
        font-family: sans-serif;
        color: #069;
        width: 715px;
        margin: 10px 0px 0px 0px;
        border-top: 1px dotted lightsteelblue;
}    

#footer #counter {
	float: right;
        padding-top: 2px;
}	
