* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #F9FDFF url('../images/www/bg.jpg') center top no-repeat;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #0071a2;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#container {
    width: 966px;
    margin: 0 auto;
    text-align: justify;
}

#head {
    background: url('../images/www/box.png') no-repeat top left;
    width: 485px;
    height: 60px;
    margin: 20px 0px 0px 0px;
}

#menu {
    margin-top: 330px;
    background: url('../images/www/bg_menu.png') center top no-repeat;
    width: 966px;
    height: 28px;
    padding: 18px 0px 14px 0px;
}

.menu1 {
    height: 27px;
    width: 92px;
    margin: 0px 16px;
}

a .menu1 {
    background: url('../images/www/menu/1.png');
}

a:hover .menu1 {
    background-position: 100% -27px;
}

.menu2 {
    height: 27px;
    width: 74px;
    margin: 0px 16px;
}

a .menu2 {
    background: url('../images/www/menu/2.png');
}

a:hover .menu2 {
    background-position: 100% -27px;
}

.menu3 {
    height: 27px;
    width: 43px;
    margin: 0px 16px;
}

a .menu3 {
    background: url('../images/www/menu/3.png');
}

a:hover .menu3 {
    background-position: 100% -27px;
}

.menu4 {
    height: 27px;
    width: 44px;
    margin: 0px 16px;
}

a .menu4 {
    background: url('../images/www/menu/4.png');
}

a:hover .menu4 {
    background-position: 100% -27px;
}

.menu5 {
    height: 27px;
    width: 64px;
    margin: 0px 16px;
}

a .menu5 {
    background: url('../images/www/menu/5.png');
}

a:hover .menu5 {
    background-position: 100% -27px;
}

.menu6 {
    height: 27px;
    width: 45px;
    margin: 0px 16px;
}

a .menu6 {
    background: url('../images/www/menu/6.png');
}

a:hover .menu6 {
    background-position: 100% -27px;
}

.menu7 {
    height: 27px;
    width: 77px;
    margin: 0px 16px;
}

a .menu7 {
    background: url('../images/www/menu/7.png');
}

a:hover .menu7 {
    background-position: 100% -27px;
}

.menu8 {
    height: 27px;
    width: 51px;
    margin: 0px 16px;
}

a .menu8 {
    background: url('../images/www/menu/8.png');
}

a:hover .menu8 {
    background-position: 100% -27px;
}

.menu9 {
    height: 27px;
    width: 52px;
    margin: 0px 16px;
}

a .menu9 {
    background: url('../images/www/menu/9.png');
}

a:hover .menu9 {
    background-position: 100% -27px;
}

.menu10 {
    height: 27px;
    width: 36px;
    margin: 0px 16px;
}

a .menu10 {
    background: url('../images/www/menu/10.png');
}

a:hover .menu10 {
    background-position: 100% -27px;
}

#content {
    background: url('../images/www/bg_content.png') no-repeat center top;
    width: 946px;
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 0px 0px;
    line-height: 18px;
}

.boxes {
    width: 966px;
    padding: 10px 0px;
}

.box {
    width: 276px;
    height: 116px;
    background: url('../images/www/red_box.png') no-repeat top left;
    float: left;
    margin-right: 25px;
    padding: 10px;
    color: #fff;
    line-height: 18px;
}

.box3 {
    float: left;
    margin-right: 19px;
    width: 276px;
    line-height: 20px;
}

.clear {
    clear: both;
}

#foot {
    width: 946px;
    background: url('../images/www/bg_foot.png') no-repeat bottom center;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-family: Verdana;
    font-size: 9px;
    text-align: justify;
}

#foot_left {
    float: left;
}

#foot_left a {
    color: #0071a2;
    text-decoration: none;
    font-weight: bold;
}

#foot_left a:hover {
    color: #CE2D1B;
    text-decoration: none;
    font-weight: bold;
}

#foot_menu {
    float: right;
}

#foot_menu a {
    color: #0071a2;
    text-decoration: none;
    padding: 0px 4px;
}

#foot_menu a:hover {
    color: #0071a2;
    text-decoration: underline;
}

img {
    border: 0px;
}

h1 {
    color: #0071a2;
    background: url('../images/www/bg_h.png') no-repeat bottom left;
    padding: 5px 0px 15px 0px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: trebuchet MS;
    font-style: italic;
}

h2 {
    color: #0071a2;
    padding: 10px 0px;
    font-size: 14px;
    font-family: trebuchet MS;
    font-style: italic;
}

h3 {
    color: #FFF;
    padding-bottom: 10px;
    font-size: 13px;
    font-family: trebuchet MS;
    font-style: italic;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 16px;
}

a {
    color: #0071a2;
    text-decoration: underline;
}

a:hover {
    color: #0071a2;
    text-decoration: none;
}