body { 
	padding: 0; 
	margin: 0; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 

}


  #content { 
  width: 800px;
  border-style: none solid solid;
    border-width: 1px;
    font: 0.7em Tahoma; 
    padding-left: 10px;
    padding-right: 10px;
	  padding-bottom: 5px;
    text-align: justify;
    background-color: #fff;
    }
h1{
font-family: Times;
font-size:22px;
}

a{
color:#2A9AF9;
font-size:medium;
}
a:hover{
text-decoration:none;
}
#header{
background:url(images/header.jpg);
height:171px;
}


  #footer { border-style: none;
padding-top:10px;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    position: static;
    color: #666;
    }



