
<!--
html, body {
margin:0; padding:0; 
font-family: Ariel,Verdana,sans-serif; 
font-weight:bold; 
color: #000; 
text-align:center;
background-color: #D9D9D9;
}

#container   {
width: 1000px;
height: 100%; 
Margin-left: auto;
Margin-right: auto;
background-color: #D9D9D9; 
}

#header {
background-color: #D9D9D9; 
background-image: url('../images/banner2.gif'); 
background-repeat: no-repeat; 
background-position:  center 50%;
height: 110px;  
border: 2px outset #6A1220; 
text-align: center
}

#center    { 
background-image: url('../images/bg.jpg'); 
border: 4px outset #6A1220; 
text-align:justify; line-height: 130%; 
height: 80%;
padding:5px;
font-size:12px;
}

#footer    {
background-color: #D9D9D9;   
height: 50px; 
font-size: 13px; 
border: 3px outset  #6A1220; 

}











