body {font-size: 11px; font-family: verdana;
width:750px;
margin:0 auto;
margin-top:30px;
}

h1 {color: #9e1a23; font-size: 18px; margin-top:6px; margin-bottom:3px; font-weight:bold;}


/* ----- HEADER ----- */



#header {
width:750px;
height:150px;
background-color:#ffffff;
background-image: url(/images/hupaf-red.gif);
background-repeat: no-repeat;
}



/* ----- MAIN CONTENT ----- */



#content { 
width:750px;
background-color:#ffffff;
margin-top:10px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
}



/* ----- FOOTER ----- */



#footer { 
width:750px;
height:100px;
background-color:#ffffff;
margin-top:10px;
}