body,
	html {
		margin:0;
		padding:0;
		background-image: url('images/background.gif');
		color:#000;
		font-family:Papyrus;
	}



#container { /* this is the holder for the page content */
    width: 820px;
   
  
    padding: 3px; /* pad the content a little */
    margin: 0px auto; /* this centers the container */
	

}
#header { /* this affects the whole header */
   
    font-style: italic;
  


}
#header h1 { /* this only affects any h1 tags within the header */
    margin: 0; /* remove extra margin from h1 */
    padding: 0; /* remove extra padding from h1 */
   text-align: center; /* center the text */
    font-weight: normal; /* remove bold from h1 tag */
    text-align: center; /* center the text */
}

#header h2 { /* this only affects any h2 tags within the header */
    margin: 0; /* remove extra margin from h1 */
   border-bottom: 1px dotted #ffcc66; /* bottom border of header */
    text-align: center; /* center the text */
	font-size:14pt;
}


#footer {
    border-top: 1px dotted #ffcc66; /* top border of footer */
    font-size: 70%; /* make the text smaller than body */
    text-align: right; /* right justify the text */
}
#footer a {
    text-decoration: none;
    border-bottom: 1px dotted #999; /* shorthand for #999999 */
}
#footer a:hover { border-bottom-style: solid; }
-->
</style>
<style type="text/css" media="print">
<!--
    footer { display: none; }
-->


.right{
float:right;
padding:5px 5px 5px 5px;
margin:5px 5px 5px 5px;
}
.left{
float:left;
padding:5px 5px 5px 5px;
margin:5px 5px 5px 5px;
}
img {border: none}
