
body 
{
  color: white;
  background-color: darkgreen;
  background-image:url('images/greenbg.gif');
  text-align: center;
 }
 
ul {
    list-style-image: url('images/pointer.jpg');
}

#front
{
font-size: 48;	
color: white;	
font-family: Cooper Black, Arial, Helvetica, sans-serif; 
}

#other
{
font-size: 25;	
color: white;		
}
.spacerrow 
{
   clear: all;
   width: 100%;
   height: 15px;
}

#main 
{
   color: white;		
   background-color:green;	
   font-family: Arial, Helvetica, sans-serif;
   font-size:36px;
   margin-right: 2%;
   margin-left: 2%;
   margin-top: 2%;
   margin-bottom: 2%;
   width: 96%;
   height: 75%
}

#right
{
text-align:left;"
}
.content
{
  padding: 5px 5px 5px 5px;
}

#menu
{
text-align:center;
font-size:14px;
color:white;
font-family: Arial, Helvetica, sans-serif;
}

#footer
{
	background-color: white;
	font-size: 28;
	font-family: "Times New Roman", Times, serif;
	font: "Times New Roman", Times, serif;
	font-style: italic;
	color: black;
	width: auto;
	height:150px;
	margin-bottom: 5px;
}

