body {background:black;}
	
.main_wrapper{
width:1200px;
height:auto;
margin:auto;
background:black;
background-image:url("logo.GIF");
background-repeat:no-repeat;
}	
	
.header_wrapper{
width:1200px;
height:175px;
margin:auto;
}
	
.menubar {
width:1200px;
height:50px;
background:gray;
color:white;
background-image:url("tl_gray.gif"),url("tr_gray.gif"),url("bl_gray.gif"),url("br_gray.gif");
background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
background-position:top left,top right,bottom left,bottom right;
}

#menu {
padding:0;
margin:0;
line-height:45px;
float:left;
}

#menu li {
list-style:none;
display:inline;
}

#menu a {
text-decoration:none;
color:white;
padding:8px;
margin:5px;
font-size:25px;
font-family:FANTASY;
padding-left:110px;
}

#menu a:hover {
color:black; 
text-decoration:underline;
}

#content_area {
width:1175;
float:left;
background-color:white;
background-image:url("tl_smblk.gif"),url("tr_smblk.gif"),url("bl_smblk.gif"),url("br_smblk.gif");
background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
background-position:top left,top right,bottom left,bottom right;
padding:15px;
height:AUTO;
}

#footer {
width:1200px;
height:100px;
background:gray;
clear:both;
background-image:url("tl_gray.gif"),url("tr_gray.gif"),url("bl_gray.gif"),url("br_gray.gif");
background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
background-position:top left,top right,bottom left,bottom right;
}