/**
{
    margin: 0;
    padding: 0;
}*/
body
{
    font: 12px "trebuchet ms", verdana, arial, sans-serif;
    color: #FFF;
    margin: 0;
    padding: 0;
    background: #FFF;
}
a
{
    padding: 0 2px;
    text-decoration: none;
    color: #4c3400;
}
a:hover
{
    border-bottom: 1px dotted #FFC900;
    color: #FFF;
}
#all
{
    margin: 50px 0;
    width: 780px;
    background-color: #FFF;
}
#logo
{
    padding: 0;
    margin: 0;
    width: 780px;
    height: 180px;
    background: #d39000;
}
#nav
{
    text-align: center;
    font-weight: bold;
}
#content
{
    font-size: 14px;
    width: 710px;
    text-align: left;
    padding: 5px 20px 10px 50px;
    background: #d39000;
}
#bottom
{
    width: 780px;
    height: 10px;
    font-size: 1px;
}
#copyright
{
    color: #d39000;
    text-align: center;
}
#copyright a
{
    color: #777;
}
#toTop
{
    padding-top: 10px;
    text-align: center;
}
.notice
{
    padding: 10px;
    margin: 5px;
    background-color: #e4b756;
    border: 1px dotted #FFC900;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}

.thumbNail {
    text-align: center;
    background-color: #d39000;
    border: 1px dotted #d39000;
    width: 145px;
    height: 150px;
    padding: 10px;
    clear: none;
    float: left;
    margin: 5px;
}
.thumbNail:hover {
    background-color: #e4b756;
    border: 1px dotted #FFC900;
}
.thumbNail a {
    border-width: 0;
}

.float_left {
    float: left;
    clear: none;
}
.float_right {
    float: right;
    clear: none;
}
.hidden {
    display: none;
}
#content img
{
   
    clear: none;
    display: inline;
    padding: 1px;
    margin: 2px;
}
#content .block
{
    clear: both;
}
span
{
    color: #FFC900;
}
th
{
    background-color: #e4b756;
}
.r1
{
    background-color: #5D5FB3;
}
.r2
{
    background-color: #6163BA;
}
.r3
{
    background-color: #6668B8;
}
