body {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    background: white url(../img/background-2009.png) repeat-x;
}

a:link, a:visited, a:active {
  font-weight: bold;
}


#all {
}

#logo {
    position: absolute;
    display: block;
    top: 1px;
    left: 0px;
}


#header {    
    display: block;
    margin-bottom: 10px;
    background: url("../img/header-2009.png") transparent 50% 0% no-repeat;
    padding-top: 253px;
}

#main {
}

#content {
    margin-left: 182px;
    margin-right: 235px;
    /*background-color: #FBFBFB;*/
    text-align: justify;
    padding: 10px;
    padding-top: 4px;
    /* border: 1px solid #F2F2F2; */
    min-height: 400px;
}

.msie #content {
    height: 400px;
}

.msie td {
  background: white;
}

#footer {
    margin-top: 7px;
    padding: 10px;
    text-align: center;
    background-color: #FBFBFB;
    border: 2px solid #F2F2F2;
    font-size: 10px;
}

#footer a {
    color: black;
    text-decoration: none;
}
