@charset "utf-8";
/* CSS Document */

body 
{ 
 margin: 0; 
 padding: 0; 
 padding-top: 10px;
 text-align: center; 
} 
#centered
{ 
 width: 975px; /* set to desired width in px or percent */
 text-align: left; /* optionally you could use "justified" */
 border: 0px; /* Changing this value will add lines around the centered area */
 padding: 0;  
 margin: 0 auto; 
} 

#footer {font-family: Arial, Helvetica, sans-serif; text-align:center; color:#000; font-size:12px; }

h1 {font-family:"Arial Black", Gadget, sans-serif; color:#009; font-size:36px;}

#contentBox
{ margin-top: 10px;
margin-left: 8px;
width: 970px;
height:auto;
background-color:#FFF;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

h2 {font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#060; text-align:center;}