/* CSS Document */

div#headertop { 
background-image:url(images/header_top_r1_c1.jpg);
height:30px;
width: 800px;
text-align:center;

}

div#headermiddle {
background-image:url(images/header_top_r2_c1.jpg);
height: 80px;
width: 800px;

}

div#headerbottom {
background-image:url(images/header_top_r3_c1.jpg);
height: 40px;
width: 800px;
}

a:hover
{
background-color: #abbbd3;
color: #ffffff;
}