#header_line {
width: 100%;
height: 80px;
background-color: #ffffff;
background-image: url(images/grad_head.png);
background-repeat: repeat-x;
border-bottom: 1px solid #333333;
}
#header {
width: 960px;
height: 80px;
margin: 0 auto;
padding: 0 15px;
background-image: url(images/header5.png);

}
#header h1, #header img {
display: none;
}

#header #logo img {
width: 119px;
height: 80px;
margin: 0 10px;
display: block;
}

#menu_line {
width: 100%;
height: 24px;
background-color: #757575;
background-image: url(images/menuline.gif);
background-repeat: repeat-x;
border-bottom: 1px solid #000000;
}
#menu {
width: 960px;
height: 24px;
margin: 0 auto;
padding: 0 15px;
background-image: url(images/menu2.gif);
font-size: 12px;
}
#menu ul {
background-image: url(images/oblique_lightgrey.gif);
background-repeat:repeat;
}




#footer_line {
width: 100%;
height: 18px;
background-color:#858585;
clear:both;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
margin-bottom: 60px;
overflow: hidden;
}

#footer {
width: 960px;
padding: 0 15px;
margin: 0 auto;
line-height: 18px;
font-size: 10px;
background-color:#666666;
background-image: url(images/footer2.gif);
color: #ffffff;
}

#footer ul {
width: 30%;
height: 18px;
margin: 0 auto;
text-align: center;
}
#footer li {
float: left;
list-style-type: none;
}
#footer a {
padding: 0 10px;
color: #ffffff;
}

