body
{
background: url(images/bg.jpg);
font-family:georgia,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
color: black;
font-size: 14px;
margin: 0;
}
input
{
border: 1px solid gray;
}
a:link
{
color: #0000ff;
text-decoration: none;
}
a:visited
{
color: #0000ff;
text-decoration: none;
}
a:hover
{
color: red;
text-decoration: none;
}
#index
{
    width: 1100px;
    margin: 0 auto;
    border: 1px solid white;
}
#header
{
background: url(images/topbg.jpg);
height: 69px;
}
#logo
{
    position: relative;
    left: 75px;
    width: 155px;
}
#menu
{
    position: absolute;
    left: 675px;
    top: 10px;
}
#leftBar
{
    text-align: center;
    position: relative;
    width: 157px;
    height: 428px;
    left: 75px;
    background-color:  #ffffff;
    border: 1px solid #9b9999;
}
#banner
{
    position: absolute;
    left: 250px;
    margin: 0 auto;
    width: 783px;
    height: 119px;
    padding-bottom: 10px;
}
#main
{
    position: absolute;
    left: 250px;
    top: 200px;
    background-color:  #ffffff;
    border: 1px solid #9b9999;
    margin: 0 auto;
    width: 783px;
    height: auto;
}
#main2
{
    position: absolute;
    left: 250px;
    top: 70px;
    background-color:  #ffffff;
    border: 1px solid #9b9999;
    margin: 0 auto;
    width: 783px;
    height: auto;
}
.divHeader
{
    background: url(images/divHeader.jpg);
    height: 21px;
}
#footer
{
    text-align: center;
    width: 400px;
    margin: 0 auto;
    color: #000000;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 50%;
    margin-left: -200px;
}
