#container {
    background-image: url(./new/back.gif);
    background-repeat: repeat-y;
    width: 780px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#header {
    background-image: url(./new/top.gif);
    background-repeat: no-repeat;
    background-position: top;
    width: 780px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#footer {
    background-image: url(./new/bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 780px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
#title {
    float: left;
    width: 295px;
    margin-left: 5px;
    font-size: 10pt;
}
#t_side {
    float: left;
    width: 475px;
    margin-left: 0px;
    font-size: 10pt;
    text-align: center;
}
#clear {
    clear: both;
}
#menu{
    float: left;
    width: 160px;
    margin-left: 10px;
    font-size: 10pt;
    text-align: center;
}
#main {
    float: left;
    width: 600px;
    margin-left: 0px;
    font-size: 10pt;
    text-align: center;
}
#side_ad {
    margin-left: 770px;
    overflow: hidden;
}
#menu a:link {
    color: #333333;
}
#menu a:visited {
    color: #333333;
}
#menu a:active {
    color: #333333;
}
#menu a:hover {
    color: #ffffee;
    text-decoration: underline overline;
}
a {
    text-decoration: none;
}
a:hover {
    color: #808080;
    text-decoration: underline overline;
}
body {
    background-color: #ff8000;
    font-size: 10pt;
    scrollbar-3dlight-color: #f9f9f6;
    scrollbar-arrow-color: #f9f9f6;
    scrollbar-darkshadow-color: #cc6600;
    scrollbar-face-color: #ff8000;
    scrollbar-highlight-color: #ffcc33;
    scrollbar-shadow-color: #cc6600;
    scrollbar-track-color: #f9f9f6;
}
h1 {
    font-size: 10pt;
    font-weight: normal;
    margin: 6;
    line-height: 1pt;
}
th {
    font-size: 10pt;
}
td {
    font-size: 10pt;
}
input {
    font-size: 10pt;
    color: #304758;
    background-color: #f9f9f6;
    border-color: #304758;
    border-width: 1px;
    border-style: solid;
}
