body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:black;
}

#page{
    width:980px;
    border:1px solid black;
    margin-left:auto;
    margin-right:auto;
    background-color:black;
    height:auto;
}
#banner{
    width:980px;
    height:200px;
    background-image:url("images/banner2.png");
}
#trio{
    width:980px;
}
#menu{
    width:960px;
    background-color:black;
    margin-bottom:20px;
    
}

#main{
    width:520px;
   font-family:trebuchet ms;
    font-size:11px;
    height:300px;
    float:left;
    color:white;
}
#right{
    font-family:trebuchet ms;
    font-size:11px;
    margin-left:10px;

    height:300px;
    border-left:1px solid lightgrey;
    float:right;
    color:white;
    margin-bottom:10px;
}

#right a{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:none;
}
#right a:hover{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:underline;
}

#right h1{
     font-family:trebuchet ms;
    font-size:15px;
   
    color:white;
}

#right table{
       font-family:trebuchet ms;
    font-size:11px;
     color:white;

}


#left{
    font-family:trebuchet ms;
    font-size:11px;

    width:230px;
    height:300px;
    border-right:1px solid lightgrey;
    float:left;
    color:white;
    margin-bottom:10px;

}

#left a{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:none;
}
#left a:hover{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:underline;
}

#left h1{
     font-family:trebuchet ms;
    font-size:15px;

    color:white;
}

#left table{
       font-family:trebuchet ms;
    font-size:11px;
     color:white;

}

a{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:none;
    font-weight:bold;

}
a:hover{
    font-family:trebuchet ms;
    font-size:11px;
    color:white;
    text-decoration:underline;
}

#main h1{
     font-family:trebuchet ms;
    font-size:15px;

    color:white;
}

#main table{
       font-family:trebuchet ms;
    font-size:11px;
     color:white;

}
#footer{
     font-family:trebuchet ms;
    font-size:11px;
     color:white;
     background-image:url("images/footer_bg.png");
     width:980px;
     height:50px;
     clear:both;

}
