﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #585858;
    background-image: url(../img/template/bg-site.gif);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    margin: 0px 10px 10px 10px;
    height: 100%;
}
a
{
    color: #002045;
    text-decoration: none;
}
a:hover
{
    color: #800000;
    text-decoration: none;
}

/* layout */
#container
{
    width: 960px;
    left: 50%;
    margin-left: -480px; /* half the width of the div */
    margin: 10px auto;
    background-color: #ffffff;
    min-height: 609px;
}
#header
{
    clear: both;
    width: 950px;
    height: 91px;
    margin: 5px 5px 5px 5px;
    border-bottom: solid 1px #dcdcdc;
}
#content
{
    clear: both;
    width: 950px;
}
.logo
{
    float: left;
    width: 40%;
}
.mainmenu
{
    float: right;
    width: 50%;
}
.telno
{
    font-size: 14px;
    width: 40%;
    float: right;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: right;
    color: #999999;
}
.mainmenu a
{
    float: right;
    display:block;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    background-color: #e5e5e5;
    margin-right: 10px;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.mainmenu a:hover
{
    float: right;
    display:block;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.copy
{
    float: left;
    width: 230px;
    font-size: 11px;
    color: #585858;
    text-align: justify;
    margin-left: 7px;
    margin-top: 5px;
}
.imageanim
{
    float: right;
    width: 697px;
    height: 478px;
    margin-top: 10px;
}
#footer
{
    clear: both;
    width: 100%;
    width: 960px;
    left: 50%;
    margin-left: -480px; /* half the width of the div */
    margin: 10px auto;
}
.footer-left
{
    float: left;
    width: 50%;
    font-size: 11px;
}
.footer-right
{
    float: right;
    width: 50%;
    font-size: 11px;
    text-align: right;
}
