/* CSS Document */


body
{
margin:0px;
padding:0px;
background-color: #EEEEE3;
behavior:url(csshover.htc);
}

#top
{
height: 100px;
width: 100%;
background-color: #EEEEE3;
border-bottom:1px solid #B2B09F;
}

#middle
{
height: 300px;
width: 100%;
background-color: #ffffff;
}

#bottom
{
height: 100px;
width: 100%;
background-color: #EEEEE3;
border-top:1px solid #B2B09F;
}

#logo
{
position: absolute;
width: 150px;
height: 30px;
margin-left: 30px;
margin-top: 69px;
background-image: url(images/LOGO.JPG);
background-color: #ffffff;
}

#about
{
position: absolute;
margin-left: 30px;
margin-top: 20px;
width: 113px;
height: 30px;
background-image: url(images/about1.gif);
}

#about:hover
{
position: absolute;
margin-left: 30px;
margin-top: 20px;
width: 113px;
height: 30px;
background-image: url(images/about2.gif);
}

#work
{
position: absolute;
margin-top: 20px;
margin-left: 150px;
width: 200px;
height: 30px;
background-image: url(images/work1.gif);
}

#work:hover
{
position: absolute;
margin-top: 20px;
margin-left: 150px;
width: 200px;
height: 30px;
background-image: url(images/work2.gif);
}

#main
{
margin-left: 30px;
}
