﻿body{
margin: 0;
padding: 0;
text-align:center;
background: url(images/background.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper{
margin: 0 auto;
width: 760px;
}

#header{
}

#content{
}

#footer{
background: #7e5619 url(images/footer.jpg);
   height: 40px;
   padding-bottom: 30px;
   text-transform: lowercase;
   margin: 0 auto;
   text-align:center;
   font-size: 11px;
 }

.clear{
clear:both;
height: 0;
}
	H1{ font-family: Arial, Helvetica; color: #000000; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: #000000; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: #000000; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: #000000; font-size : 12pt; }
	p { font-family: Verdana; 
color: #000000; font-size : xx-small;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 26px;
}
	table { font-family: Arial, Helvetica; color: black; font-size : 10pt; }
	li { font-family: Arial, Helvetica; color: black; font-size : 10pt; }

    a:link { color : #000000; text-decoration : none;}
    a:visited { color : #000000; text-decoration : none;}
    a:hover { color : #91C04E; text-decoration : none;}
    a:active { color : #000000; text-decoration : none;}