/* $Id: $ */

/* b.dirty, on 2007-02-15, helped me with this css file so that the logo */
/* does not have an underline. the key is "background-color: transparent" */

#header {
    clear: both;
    background-color: #FFFFFF; /* 3F7FBF; */
    border: 2px solid #AFAFA8;

    margin: 4px;
    padding: 2px;
    color: #000000;
}

#header #logo {
    height: 60px;
    width: 480px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#header #logo a {
    border: none;
	margin: 0px;
	padding: 0px;
    text-decoration: none;
    background-color: transparent; 
}

#header #logo a:hover {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#header #logo a:visited {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#header #logo a:link {
    text-decoration: none;
}

#header #logo a img {
    border: 0px;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    height: 60px;
    width: 480px;
}
