body { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black; 
	background: #EDDEC0;
	margin: 0px;
    height:100%;
       /*    background-image: url("/images/sunflowers.png") */
    text-align:center;
	}
	
img {border-width: 0px; }

a img {border:0px;}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em auto; /* the bottom margin is the negative value of the footer's height */
width: 800px;
background-color: #FFFFF4;
color: #000;
border-left :1px solid black;
border-right :1px solid black;
text-align:left;
}

.footer, .push {
    width: 780px;
    margin-right:auto;
    margin-left:auto;
    background-color: #FFFFF4;
	height: 4em; /* .push must be the same height as .footer */
}

#copyright {
    background-color: #FFFFF4;
    font-size:8pt;
    text-align:center;
 }


img.weather {
    margin-top: 8px;
}

td.weather {
    font-size: 11px;
    width: 120px;
}

table.topLinks td {
    font-size: 8pt;
}

#header { 
padding-top:4px;
background: #FFFFF4;
}
