#header_container {
    position:                   relative;
    background-color:           #555;
    background-image:           url(images/heading/header_top_hstrip.jpg);
    background-repeat:          repeat-x;
    background-position:        top left;
    min-height:                 165px;    
    width:                      960px;
    margin:                     0px;
    padding:                    0px;
}

#logo {
    position:                   absolute;
    top:                        100px;
    left:                       50px;
    background-image:           url(images/heading/header_logo.jpg);
    background-repeat:          no-repeat;
    background-position:        center top;
    width:                      860px;
    min-height:                 200px;
    padding:                    0px;
}

#logo_top {
    position:                   absolute;
    top:                        20px;
    left:                       680px;
    background-image:           url(images/heading/header_top_logo_piece.jpg);
    background-repeat:          no-repeat;
    background-position:        center top;
    width:                      127px;
    min-height:                 80px;
    padding:                    0px;
}


#home {
    position:                   relative;
    top:                        25px;
    left:                       755px;
    border:                     none;
}

#contact {
    position:                   relative;
    top:                        25px;
    left:                       765px;
    border:                     none;
}

#admin {
    position:                   relative;
    top:                        25px;
    left:                       50px;
    border:                     none;    
}

#contact a,     #contact a:hover,   #contact a:visited,
#home a,        #home a:hover,      #home a:visited,
#admin a,       #admin a:hover,     #admin a:visited {
    border-style:                none;
}



