body{
    background: url(../images/bg.jpg) repeat;
    font-family: Arial, Helvetica, sans-setif;
    font-size: 12px;
    width: 100%px;
}
div.big-body, ul.big-body{
    width: 1005px;
    margin: 0 auto;
}
#header{
    background: url(../images/header-bg.jpg) repeat;
    height: 150px;
}
#header div.big-body{
    background: url(../images/header.jpg) no-repeat;
    height: 100%;
    position: relative;
}
#languages{
    float: right;
    margin-right: 35px;
    margin-top: 5px;
}
#languages li{
    color: #FBBF29;
    float: left;
    border-right: 1px solid white;
    margin: 7px;
    margin-right: 0px;
    padding-right: 7px;
    list-style: none;
}
#languages li.last{
    border-right: none;
}
#languages a{
    color: #FBBF29;
    font-size: 12px;
    font-weight: bold;
}
#common-login{
    color: #FBBF29;
    position: absolute;
    right: 35px;
    top: 47px;
    text-align: center;
    margin-top: -10px;
}
#common-login td{
    padding: 5px;
    text-align: right;
}
#common-login input{
    width: 100px;
}
input#common-login-submit{
    width: 70px;
}
#menu{
    background: url(../images/menu-bg.png) repeat;
    height: 33px;
    border: 1px solid #fdefd3;
    border-left: none;
    border-right: none;
}
#menu li{
    color: #CCC294;
    cursor: pointer;
    line-height: 33px;
    vertical-align: middle;
    border-right: 1px dotted #F5F5DC;
    float: left;
    min-width: 80px;
    text-align: center;
    list-style: none;
    font-weight: bold;
}
#menu li:hover{
    color: #FFEED2;

}
#menu li.first{
    border-left: 1px dotted #F5F5DC;
}
#menu a{
    text-decoration: none;
    color: #CCC294;
    display: block;
    padding: 0px 15px;
}
#menu a:hover{
    color: #FFEED2;
    font-weight: bold;
}
#mainContent{
    background: #ffeed2;
    width: 570px;
    min-height: 730px;
    margin-left: 35px;
    float: left;
    color: #8C2D01; 
    padding: 45px;
    padding-top: 15px;
    font-size: 14px;
    text-align: justify;
}
#sideContent{
    background: url(../images/side-content-bg.png);
    width: 200px;
    min-height: 760px;
    height: 100%;
    margin-right: 35px;
    float: right;
    color: #ffeed2;
    padding: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    vertical-align: middle;
    line-height: 17px;
}
#sideContentContainer{
    width: 200px;
}
#sideContentContainer a{
	color: #FBBF29;
	font-weight: bold;
}
#footer{
    background: url(../images/header-bg.jpg) repeat;
    border-top: 1px solid #fdefd3;
    color: #FFEED2;
    height: 100px;
    font-size: 10px;
    padding-top: 50px;
}
#footer .big-body div{
    width: 660px;
    text-align: center;
    margin: auto;
}
#footer span{
    font-size: 12px;
}

#footer a{
	color: #FBBF29;
	font-weight: bold;
}



h1{
    font-size: 16px;
    font-weight: bold;
}
ul.list{
    padding-left: 20px;
}
ul.list li{
    padding: 10px 0;
}

#toTop{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 51px;
    height: 51px;
    z-index: 9999;
    background: url(../images/ui.totop.png) no-repeat left top;
    cursor: pointer;
}
#toTopHover{
    background: url(../images/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    opacity: 0;
    filter:alpha(opacity=0);
}
a{

}
a:active{

}
a:visited{
    
}