@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    outline: 0;
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 20px;    
}

a {
    color: #0000ff; 
}

#header {
    background: #edffde;
    background-image: url(/images/bar-bg.png);
    height: auto !important;
    min-height: 50px;
}

    #header #username {
        width: 200px;
        float: left;
        text-align: left;
        font-weight: bold;
        font-size: 17px;
        overflow: hidden;
        text-align: center;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }
    
        #header #username a {
            color: #000000;
            text-decoration: none;
            letter-spacing: 2px;
        }

    #header #sites {
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
    
        #header #sites a {
            color: #000000;
            text-decoration: none;
        }
        
            #header #sites a:hover {
                text-decoration: none;
            }
    
        #header #sites .current {
            font-weight: bold;
        }
    
    #header #reg {
        width: 150px;
        float: right;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }
    
        #header #reg img {
            vertical-align: middle;
            padding-left: 15px;
        }
    
        #header #reg a {
            color: #000000;
        }

