/* 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;
}

#researchlog{
float:right;
margin-top:80px;
margin-right:30px;
height:300px;
width:210px;
text-align:left;
}

#bottom
{
margin-top:2px;
height:65px;
width:480px;
text-align:left;
}

