/* CSS Document */
body { background-image:url(../images/sitebackground.jpg); background-repeat:repeat-x background-color: #000000;}

#outside_area { width:990px; margin-left:auto; margin-right:auto; border:#ffffff solid 2px; padding:2px;}
/*border is white, body is grey*/

#header { background-color:#000000; height:175px; }
#header h1 { margin:0px; color:#FFFFFF;}


#main_area { background-color: #000000; padding: 10px 10px 10px 10px; text-align:justify; border-top: 2px #ffffff solid; }
#main_area h2 { text-align:left; color:#ffffff; margin:5px 0px 5px 0px;}

#main_area h1 { text-align:left; color:#ffffff; }


#footer { background-color: #000000; border-top: 2px #ffffff solid; }




