*
{
    padding: 0;
    margin: 0;
}

body
{
    font: Verdana, Arial, Sans-Serif;
}

#wrap
{
    margin: 0 auto;
    width: 950px;
}

/* TOP HEADER -------- */
#top
{
    margin: 0 auto;
    padding: 0;
    background: url("top[1].jpg") repeat-x top;
    height: 81px;
}
#top h1
{
    padding: 10px 0 0 35px;
    color: #FFF;
    font-size: 19pt;
    font-weight: normal;
    font-family: 黑体;
}
#top h2
{
    padding: 0px 0 0 25px;
    color: #aaa;
    font-size: 9pt;
}
#top .padding
{
    padding-top: 5px;
}
#top .lefts
{
    background: url("topl[1].jpg") no-repeat left;
    height: 81px;
}
#top .rights
{
    background: url("topr[1].jpg") no-repeat right;
    float: right;
    height: 81px;
    width: 18px;
}

/* SEARCH BOX AND BUTTON ----------*/
#search
{
    float: right;
    padding: 10px;
    padding-top: 20px;
}

#search input.text
{
    border: 1px solid #eee;
    display: inline;
    margin-top: 5px;
    width: 120px;
    height: 12px;
    font-size: 10px;
}
#search a.searchbutton
{
    border: 0;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    font: bold 9pt Arial, Arial, Sans-Serif;
}

#subheader
{
    clear: both;
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
    background: #eaeaea;
    color: #808080;
    padding: 1em;
    margin: 15px 8px 10px 8px;
}
#subheader a
{
    text-decoration: none;
    border-bottom: 1px dashed #0066B3;
}


/* TOP MENU ---------- */
#topmenu
{
    margin: 0px 8px 0 8px;
    padding: 0;
    background: url("menu[1].jpg") repeat-x top;
    height: 35px;
}
#topmenu .lefts
{
    background: url("menul[1].jpg") no-repeat left;
    height: 35px;
    padding-left: 5px;
}
#topmenu .rights
{
    background: url("menur[1].jpg") no-repeat right;
    float: right;
    height: 35px;
    width: 8px;
}
#topmenu li a
{
    color: #FFF;
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
    text-decoration: none;
    background: transparent;
    font-weight: bold;
}
#topmenu li
{
    padding: 0px;
    float: left;
    margin: 0;
    font-size: 9pt;
    line-height: 35px;
    white-space: nowrap;
    list-style-type: none;
    width: auto;
    background: url("sep[1].gif") no-repeat top right;
}

#main
{
    background: #FFF;
    color: #666;
    width: 100%;
}

 #rightside
{
    float: left;
    width: 220px;
    background: #FFF;
    margin-right: 8px;
    color: #666;
}

#rightside .box
{
    background: #efefef;
    margin-bottom: 10px;
    padding: 5px;
    color: #666;
}

#rightside h2
{
    font: bold 1.0em Arial, Arial, Sans-Serif;
    background: #CDCDCD url("greyc[1].gif") no-repeat top right;
    height: 18px;
    padding: 3px;
    color: #777;
}

#rightside a.un
{
    text-decoration: none;
    border-bottom: 1px dashed #0066B3;
    font-weight: bold;
}
#rightside li
{
    padding-bottom: 3px;
}


/* LEFT SIDE - GALLERIES AREA -------- */
.leftside
{
    padding-left: 8px;
    color: #888;
    background: #FFF;
    margin-right: 16px;
    margin-left: 8px; /*width:342px;*/
}
.firstLeft
{
    /*width:220px!important;*/
    width: 130px;
}
.leftside h2
{
    color: #555;
    text-indent: 17px;
    background: #FFF url("head[1].gif") no-repeat left;
    font-size: 19pt;
    font-family: 黑体;
    font-weight: normal;
}
.leftside h3
{
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    font-family: Verdana;
    font-size: 10.5pt;
    letter-spacing: 1px;
    background: transparent;
    font-weight: normal;
}
.leftside .info
{
    color: #aaa;
    text-indent: 17px;
    display: none;
}
.leftside .today
{
    color: #555;
     
}
.leftside .cat
{
    color: #cc0033;
    
}
.leftside a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-indent: 17px;
}
.leftside a:hover
{
    text-decoration: underline;
    text-indent: 17px;
}

#footer
{
    clear: both;
    background: #FFF url("footer[1].jpg") repeat-x;
    height: 46px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 75%;
    color: #666;
}
#footer p
{
    padding: 5px;
}
#footer .rside
{
    float: right;
    display: inline;
    padding: 5px;
    text-align: right;
}


a
{
    color: #0066B3;
    text-decoration: none;
}
h1
{
    font: bold 1.9em Arial, Arial, Sans-Serif;
}
h2
{
    font: 9pt;
    padding: 0;
    margin: 0;
}
ul
{
    padding: 0;
    margin: 0;
}
li
{
    list-style-type: none;
}
.date
{
    border-top: 1px solid #e5e5e5;
    text-align: right;
    margin-bottom: 25px;
    margin-top: 5px;
}



