@charset "utf-8";
/* CSS Document */

#header { z-index:1; width:900px; height:66px; margin-top:0; background-image:url(/images/header.jpg); position:relative;}
#header a { font-family:Arial; font-size:12px; color:#000000;}
#btnHome{ display:block; width:390px; height:66px; position:absolute;}
#btnHome:hover{ display:block; width:390px; height:66px; background-image:url(/images/btnHome_over.gif);}

#headerButtons { z-index: 2; width:420px; margin-left:475px; #margin-left:475px; _margin-left:465px; margin-top:35px; position:absolute;}
.btn { margin-left: 10px; float: left;}
#btnAbout{ display:block; width:70px; height:27px; background-image:url(/images/btnAbout.gif);}
#btnAbout:hover{ background-image:url(/images/btnAbout_over.gif);}
#btnProjects{ display:block; width: 70px; height: 27px; background-image:url(/images/btnProjects.gif);}
#btnProjects:hover{ background-image:url(/images/btnProjects_over.gif);}
#btnServices{ display:block; width: 70px; height: 27px; background-image:url(/images/btnServices.gif);}
#btnServices:hover{ background-image:url(/images/btnServices_over.gif);}
#btnContact{ display:block; width: 70px; height: 27px; background-image:url(/images/btnContact.gif);}
#btnContact:hover{ background-image:url(/images/btnContact_over.gif);}
div.btn img{ border: 0;}