html, body {
    background-color: #000;
    color: #444;
    font-family: 'Trebuchet MS', Verdana,Arial,Helvetica,Sans-Serif;
    margin:0;
    padding:0;
}


/* Top section */
#hd {
   background: #dfddd1 url(../images/top/green-top.jpg) no-repeat 0 0;
   margin-top: 50px;
   height: 60px;
   position: relative;
}
#hd div.lay-user-status {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;    
    padding-bottom: 10px;
    font-size: 105%;
}
#hd div.lay-user-status,
#hd div.lay-user-status a:link,
#hd div.lay-user-status a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#hd div.lay-user-status a:hover {
    text-decoration: underline;
}

#ft ul.contact, #ft  ul.contact li {
    margin: 0; padding: 0; list-style: none;
}
#ft ul.contact {
    margin: 0 auto;
    width: 98%;
    text-align: left;
}
#ft ul.contact li {
    float: left;
    margin-right: 10px;
    
}
#ft ul.contact li a:link, #ft ul.contact li a:visited {
    color: #b1b1b1;
}
#ft h4 {
    font-size: 1.0em;
    margin: 5px 0;
    color: #B1B1B1;
    border-bottom: 1px dashed #404040;
}
#ft ul.contact li img {
    
}

#mainSection {
    background-color: #f1f1f1;
}

.spacer {
    padding: 10px 8px;
}
.spacer-full {
    padding: 20px 20px;
}

.white-block {
    background-color: #fff;
}
.black-box {
    background: #000;
}
