/* CSS Document */

BODY {
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
        background-image:url(../images/gradient_background.gif);
        background-repeat:repeat;
        /* 
           font-size:9pt;
           color: #ffffff;
           line-height:19px; 
        */
}


#main_body {
   background-color: #FFFFFF;
   width: 825px;
   /* margin: 50px auto 50px auto; */
position:relative;
display:block;
top:50px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}

#header {
   background-color: #000000;
   height: 50px;
   font-size: 9pt;
   line-height: 50px;
   color: #FFFFFF;
   text-align: center;
}

#header a {
   color: #FF0000;
}

#subheader {
   height: 100px;
}

#subheader img {
   position: center;
   float: left;
}

#subheader_logo {
   float: left;
   height: 100%;
   width: 250px;
   background-image:url(../images/logo.jpg);
   background-repeat: no-repeat;
   background-position: center;
}

#subheader_other {
   float: right;
   height: 100%;
   width: 530px;
   background-image:url(../images/attitude_copy.gif);
   background-repeat: no-repeat;
   background-position: center;
}

#footer {
   background-color: #000000;
   position:relative;
   height: 50px;
   font: 9px Arial;
   font-size: 9pt;
   line-height: 50px;
   color: #FFFFFF;
   text-align: center;
   /* border-top:2px solid #FFFFFF; */
}

#footer a {
   color: #FF0000;
}

