html, body {
padding: 0; margin: 0;
font-family: arial;
color: #000000;
text-decoration: none;
}

#header {
position: absolute;
background-color: #F5F5F5;
height: 80px; width: 100%;
left: 0px; top: 0px;
background-image: url(geco_logo.jpg);
background-repeat: no-repeat;
background-position: center;
}

#links_bar {
position: absolute;
top: 80px;
height: 30px; width: 100%;
background-image: url(links.jpg);
background-repeat: repeat-x;
border-top-style: solid; border-top-color: #000; border-top-width: 1px;
border-bottom-style: solid; border-bottom-color: #000; border-bottom-width: 1px;
}

#links_sep {
float: left;
height: 30px; width: 1px;
background-color: #000;
}

.links {
float: left; height: 30px;
background-image: url(links.jpg);
background-repeat: repeat-x;
text-align: center;
}

#click {
width: 20%; height: 30px;
cursor: hand;
line-height: 30px;
}

#nonclick {
width: 8%; height: 30px;
}

#click:hover {
background-image: url(link_on.jpg);
background-repeat: repeat-x;
font-weight: bold;
}

#click a {
font-size: 18px;
text-decoration: none;
color: #000000;
}

