/* layout begin */
#main_wrap{  
    margin:0 auto;
    padding:0px;
    width:900px;
    text-align:left;
}

#head{
    width:900px;
    height: 45px;
    text-align:left;
}

#head #logo{
    position: relative;
    float: left;
    left: 0;
    width: 165px;
    height: 45px;
    background: url(/uk/__img__/logo_black.gif) no-repeat 0 0;
    /*background-color:green;*/
}

#head #logo a{
    position: relative;
    float: left;
    left: 0;
    width: 148px;
    height: 45px;
}

#head #banner{
    position: relative;
    float: left;
    left: 0px;
    width: 430px;
    height: 45px;
    overflow: hidden;
    /*background-color:red;*/
}

#head #user_menu{
    position: relative;
    float: right;
    right: 0;
    width: 300px;
    height: 45px;
    text-align:right;
    overflow:hidden;
    /*background-color:blue;*/
}

#body_main{
    float:right;    
    right: 0px;
    width:735px;
    height:438px;
    text-align:right;
    overflow: hidden;
}

#body_title{
    float:right;
    width:735px;
    height:119px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color:#000000;
    font-weight:bold;
    text-align:right;
    overflow:hidden;
}
#body_title a{
    color:#FFFFFF;
}

div.body_paging{
    float:right;
    width:735px;
    height:30px;
    margin: 0;
    padding: 15px 0 0 0;
    text-align:center;
    overflow:hidden;
}

#body_content{
    position:relative;
    float:right;
    width:735px;
    text-align:left;
}

#body_content li{
    position:relative;
    float: left;
    width: 170px;
    height: 260px;
    margin:0;
    list-style-type: none;
    text-align: center;
}

#body_content li.gap{
    position:relative;
    float: left;
    width: 18px;
    height: 260px;
    margin:0;
}

/**** body_sub ****/

#body_sub{
    position: relative;
    float: right;
    top: 4px;
    right: 0;
    width: 756px;
    height: 160px;
    overflow: hidden;
    background-color: #FFFFFF;
}
#body_sub .wrap{
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 310px;
    height: 160px;
    overflow: hidden;
    /*background-color: yellow;*/
}

#body_sub .title{
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 320px;
    height: 25px;
    color: #000000;
}

#body_sub .title a{
    position: relative;
    float: left;
    top: 5px;
    left: 0;
    width: 320px;
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

#body_sub .content{
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 320px;
    overflow: hidden;
}

#body_sub .content a{   
    position:relative;
    float:left;
    left:0;
    top:0;
    color: #FFFFFF;
    margin: 0;
    width: 100px;
    height: 126px;
    overflow:hidden;
    margin: 0 2px 0 0;
    border: solid 1px #686868;
    /*opacity:0.6;*/
    /*filter:alpha(opacity=60);*/
    /*background-color: green;*/
}

#body_sub .content a:hover{
    /*opacity: 1.0;*/
    /*filter: alpha(opacity=100);*/    
    text-decoration: none;
}

#body_sub #notice_board{
    position: relative;
    float: left;
    top: 25px;
    left: 0;
    width: 180px;
    height: 150px;
    overflow: hidden;
}
#body_sub #notice_board #content{
    position: relative;
    float: left;
    width: 171px;
    height: 128px;
    overflow: hidden;
    padding: 0px 5px 0 5px;
    /*border:solid 1px red;*/
}

#body_sub #celebs{
    position: relative;
    float: left;
    left: 0;
    right: 0;
    width: 305px;
    height: 150px;
    overflow: hidden;    
}

#foot{
    clear:both;
    position:relative;
    float: center;
    top: 40px;
    height: 25px;
    width: 900px;
    text-align:center;
    color: #666666;
}

#foot a{color: #666666;}

#foot #foot_left
{
    position: relative;
    float: left;
    top: 10px;
    left: 0;
    width: 200px;
    height: 50px;
    /*border:solid 1px #000000;*/
}

#foot #foot_right
{
    clear: left;
    text-align: center;
    position: relative;
    float: right;
    top: 10px;
    right: 0;
    width: 700px;
    height: 50px;
    color: #666666;
    /*border:solid 1px #000000;*/ 
    /*text-transform: uppercase;*/
}

#menu{
    float: left;
    width: 163px;
    text-align: left;
    padding: 0 0 0 0;
    overflow: hidden;
}

#menu ul {
    padding: 0 0 0 0;
    height: 560px;
    overflow: hidden;
}
#menu ul li{height: 20px;}
#menu ul li a{padding: 0 0 0 5px;}
#menu ul li a:hover{padding: 0 0 0 5px;}
#menu ul li a.sub{padding: 0 0 0 25px;}
#menu ul li.br{height: 10px;}
/* layout end */