/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {font-size: 13px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; color:#48482C;}

.style2 {font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#48482C;}

.style3 {font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#CC6666;}

.style4 {font-size: 11px; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

.style5 {font-size: 18px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

.list1 {font-size: 14px;  font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 2px 0px 2px 0px; list-style-type: square;}

.feature1 {margin: 0px; padding: 10px 10px 10px 10px;}

.feature2 {margin: 0px; padding: 20px 20px 20px 20px;}

.feature3 {margin: 0px; padding: 5px 5px 5px 5px;}

html, body, #entire {
     width: 100%;
     height: 100%;
     }

html>body, html>body #entire {
   height: auto;
   }

#entire {
     position: absolute;
     top: 0;
     left: 0;
     } 

#footer {
	width:100%;
	background-image:url(images/footerbackground.jpg);
    position:absolute;
	bottom:0px;
	left:0px;
}
