body {
    /*font-family: Calibri, "Lucida Grande", Arial, Verdana, sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    background: #666;
}

a {
    color: #06f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #06f;
    margin-top: 2em;
    border-top: 1px solid #f90;
    font-size: 15px;
}

#body {
    margin: 1em auto;
    padding: 0em 1em 1em 1em;
    width: 640px;
    border: 1px solid #000;
    background: #fff;
}

#header {
    background-image: url(../img/banner.png);
    background-color:  #fff;
    position: relative;
    margin: 1em 0px;
    /*text-align: right;*/
    width: 640px;
    height: 200px;
}

#header img {
    position: relative;
    border-style: none;
    text-align: left;
}

#news {
    position: absolute;
    top: 5px;
    left: 5px;
}

#pics {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 240px;
    height: 180px;
    padding: 0;
    margin: 0 auto;
}

#nav {
    color: #f90;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

hr {
    color: #f37721;
}

h1 {
    color: #06f;
    font-size: 14px;
}

.text {
   font-family: Verdana, sans-serif;
   font-size: 12px;
   font-weight: normal;
}

#footer {
    color: #666;
    font-size: 11px;
    margin: 2em 0px;
    text-align: center;
}

