@charset "utf-8";
@import url(./text.css);

*{
    font-family: "Lucida Grande", sans-serif;
}
body{
    margin: 0;
    padding: 0;
    background: #f0f0f0;

}
.wrapper{
    margin: 0;
    padding: 0;
}
.header{
    position:fixed;
    top:0px;
    left:0px;
    right: 0px;
    min-width:600px;

    height: 27px;
    margin:0px;
    padding:0px;
    background: url(./img/shelfBarHelp.png) repeat-x;
    color: white;
    
}
h1{
    float: left;
    margin:  0;
    padding: 5px 4px 5px 10px;
/*    text-shadow: 0px -1px 1px #41acb7; */
    font-size:10pt;
    font-weight: bold;
    
}
.navigation{
    float: right;
    margin: 4px 10px 4px 10px;
    padding: 0;

}
.navigation li{
    display: inline;
    padding-left:15px;
    text-shadow: 0px -1px 1px #41acb7;
    font-size: 9pt;
    font-weight:bold;
    background: url(./img/slash.png) left no-repeat;
    color:#d5d5d5;
}
.navigation li:first-child{
    padding-left:0px;
    background: transparent;
}
.navigation li.sep{
    background: url(./img/sep.png) left no-repeat;
}

.navigation li a{
    color:#ffffff;
    text-decoration: none;
}
.navigation li a:hover {
    color:#fff1df;
}
.navigation li a:active{
    color:#ffc87e;
}


.main{
    margin:20px 30px;
}

.info{
    margin-top:3em;
    font-size: 70%;
    color:#808080;
    color:#555555;
    text-shadow: 0px 1px 1px white;
}


.column{
    margin:0px 0px 15px 0px;
    width:50%;
    float:left;
}