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

#main{
margin-top:5px;
background-image:url(images/Davis_Historybg.jpg);
background-repeat:no-repeat;
background-color:#452300;
height:550px;
width:750px;
}

#menu{
float:right;
margin-top:20px;
height:40px;
width:360px;
text-align:left;
}

#maintext{
float:left;
margin-top:180px;
margin-left:10px;
height:300px;
width:410px;
text-align:left;
}


