html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
}
#header{
    margin: auto;
    width: 100%;
    line-height: 60px;
    background: #ededed;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    color: #666;
    text-shadow:0 1px 1px #ffffff;
}
#header_box{
    margin: 0 auto;
    width: 900px;
}
#header a{
    color: #999;
}
#header a:hover{
    color: #B2B2B2;
}
#footer{
    margin: auto;
    width: 900px;
    line-height: 40px;
    text-align: center;
    font-size: 12pt;
    color: #666;
}
#news_content{
    width: 100%;
}
#content{
    margin: auto;
    min-height: 500px;
    width: 900px;
}
/*-------------------------USER-TOP-BOX---------------------------------------*/
#user{
    width: 100%;
    line-height: 30px;
    background: #2D2D2D;
    border-bottom: 1px solid #d3d3d3;
    text-align: right;
    font-size: 12px;
    color: #fff;
}
#user_box{
    margin: 0 auto;
    width: 900px;
}
#unit{
    font-weight: normal;
    color: #2aa;
}
#user_box a{
    color: #ee0001;
}
#user_box a:hover{
    text-decoration: none;
}
/*-------------------------INPUT----------------------------------------------*/
input[type="text"], input[type="password"], textarea{
    padding: 3px 5px;
    height: 20px;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
    color:#444;
}
input[type="text"]:focus, input[type="password"]:focus{
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
}
.input_description{
    clear: both;
    display: block;
    margin: 10px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #444;
}
input[type="submit"]{
    margin: 10px 0 10px;
    padding: 5px;
    height: 30px;
    background: #d9a178;
    border: 1px solid #ce8651;
    text-transform: capitalize;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: #ffffff;
}
input[type="submit"]:hover{
    border: 1px solid #b86c34;
    text-shadow: 0px 0px 2px #b86c34;
}
/*-------------------------IMAGE/ICON-----------------------------------------*/
.img_link img{
    margin: 0 3px;
    border:0;
}
/*-------------------------PAGINATOR------------------------------------------*/
#paginator{
    margin: 10px 10px 10px 5px;
    font-size: 13px;
}
#paginator span{
    color: #b2b2b2;
}
#paginator span, #paginator a{
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px dotted #dadada;
}
#paginator .current, #paginator a{
    color:#743A2C;
}
#paginator .current{
    margin: 0 5px;
    background: #743A2C;
    color: #ffffff;
}
#paginator a:link, #paginator a:visited{
    text-decoration: none;
}
#paginator a:hover{
    text-decoration: underline;
}
.all_news a{
    display: block;
    margin: 10px 35px;
    color: #777;
    font-size: 14px;
}
.all_news a:hover{
    text-decoration: none;
}