body { 
    margin: 0; 
    background-color: white; 
    background-image: url(../img/bg.gif); 
    background-repeat: repeat-x; 
}

#banner { 
    height: 283px; 
    background-image: url(../img/bannerimage.jpg); 
    background-repeat: no-repeat; 
    background-position: 0px 0px; 
}

#aboutlink {
    margin-left: 74px; 
    margin-top: 5px;
}


#main { 
    width: 900px; 
    background-image: url(../img/comet.gif); 
    background-repeat: no-repeat; 
    background-position: 318px 0px; 
}

#igitur { 
    text-align: right; 
    padding-top: 5px; 
    padding-right: 30px; 
}

#content { 
    margin-left: 80px; 
    width: 96%; 
    padding-top: 10px; 
}
#content td.title { vertical-align: top; font-family: Palatino Linotype,Georgia,Times New Roman,serif; font-size: 16px; color: #0074CC; line-height: 18px; 
  padding-top: 15px; }
#content td.nr { vertical-align: top; font-family: Palatino Linotype,Georgia,Times New Roman,serif; font-size: 17px; color: #0074CC; line-height: 17px;
  font-weight: bold; padding-right: 20px; padding-top: 15px; }
a,
a:visited,
a:hover,
a:active { color: #0074CC; text-decoration: none; }
