/* Define the main style characteristics */
body {
	background-color: #FFF;
	color: #000;
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {color:#333333; text-decoration:underline;}		/* The Colour of New links */
a:active {color:red; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#333333; text-decoration:underline;}	/* The colour of Visited Links */

/* This is used for the Main Menu */
h1 {	
	color: #333333;
	font: 8pt verdana;
	text-align: center;
	vertical-align: bottom;
	}

/* This is Main Paragraph text */
p {	
	color: #333333;
	vertical-align: top;
	}
.style1 {font-size: 8pt;}
.style2 {text-align: right; font: 8pt Verdana}

#container {
width:706px;
height:160px;
background-image:url(Images/steveswoffer.png);
background-repeat:no-repeat;
text-align:left;
padding-top:60px;
padding-left:20px;
}

#footer {
	border-top: 3px dotted #999;
	border-bottom: 3px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}
