﻿html
{
    background: url(img/bg.gif) repeat-x;
}
body
{
    margin: 0;
    padding: 0;
    background: url(img/topbg.jpg) no-repeat center 0;
    font-size: 12px;
}
a
{
    color: #000;
    text-decoration: none;
}
#index
{
    width: 955px;
    height:500px;
    overflow:visible;
    margin: 0 auto;
    padding: 20px 0 0 0;
    _padding: 20px 0 0 1px;
}
#index a
{
    float: left;
}
#index #logo
{
    width: 252px;
    height: 60px;
}
#toplink
{
    height: 60px;
    margin: 0 0 0 300px;
}
#toplink a
{
    margin: 40px 0 0 0;
    padding: 0 7px;
    border-right: solid 1px #000;
    font-size: 12px;
}
#about
{
    width: 252px;
    height: 326px;
    margin: 4px 3px 0 0;
    display: inline;
}
#focus
{
    width: 700px;
    height: 326px;
    margin: 4px 0 0 0;
    overflow: hidden;
    float: left;
    position: relative;
}
#focus img
{
    width: 700px;
    height: 326px;
    border: none;
}
#focuss
{
    width: auto;
    height: 18px;
    float: left;
    margin: -18px 0 0 255px;
    display: inline;
    position: relative;
}
#focuss a
{
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url("img/lbg.gif") no-repeat scroll -19px top transparent;
    text-align: center;
    margin: 0 2px 0 0;
}
#focuss a:hover
{
    background-position: 1px top;
}
#focuss .ah
{
    background-position:1px top;
}
#botlink {width:100%;height:169px;float:left;}
#botlink a
{
    width: 158px;
    height: 169px;
    float:left;
    margin: 3px 1px 0 0;
    opacity: 0.85;
    filter: alpha(opacity=85);
    background: url(img/botlink.jpg) no-repeat;
}
#botlink a:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#botlink .a2
{
    background-position: -158px 0;
}
#botlink .a3
{
    background-position: -316px 0;
}
#botlink .a4
{
    background-position: -474px 0;
}
#botlink .a5
{
    background-position: -632px 0;
}
#botlink .a6
{
    background-position: -790px 0;
}

#footer
{
    margin:20px 0 0 0;
    width:100%;
    float:left;
    text-align: center;
}

