﻿body 
{
    background-image:url(anthony_image/gradientblue.jpg);
  background-position: center top;
    background-repeat: repeat-x;
    margin:5px 0 0 0;
}

A
{
    font-family:Arial;
    font-size:9pt;
    color:Black;
    text-decoration:none;
    border:0px;
}

A:hover
{font-family:Arial;
    font-size:9pt;
    color:white;
    text-decoration:none;
    border:0px;
    background-image:url(anthony_image/menu2.jpg);
 background-position:center top;
    background-repeat:repeat-x ;
}
#maindiv
{
    width:900px;
    border:solid 1px gray;
   
}
#topdiv
{    background-image:url(anthony_image/top3.jpg);
    height:150px;
 background-position:center center;
    background-repeat:no-repeat;
        margin:1px 1px 1px 1px;
    border:solid 1px gray;
}
.menudiv
{
     background-image:url(anthony_image/menu.jpg);
    height:20px;
 background-position:center center;
    background-repeat:repeat-x ;
        margin:1px 1px 1px 1px;
    border:solid 1px gray;
    clear:both;
}
.leftdiv
{
     width:200px;
    height:450px;
    float:left;
    margin:1px 0px 1px 1px;
    border:solid 1px black;
    text-align:center;
    background-image:url(anthony_image/squareborder.gif);
    background-position:center 10px;
    background-repeat:no-repeat;
    
}
#rightdiv
{
     width:200px;
    height:450px;
    float:right;
       background-image:url(anthony_image/squareborder.gif);
    background-position:center 240px; 
    background-repeat:no-repeat;
 text-align:center;
    margin:1px 1px 1px 1px;
        border:solid 1px black;

}
#flashdiv
{
 width:338px;
 height:200px;
 border:solid 1px black;
 text-align:center;
}    


