body {
    text-align: center;
}

#container {
    width: 320px;
    background-image: none;
}

#header {
    position:relative;
    z-index:2;
    overflow:hidden;
    background-image: none;
}

#header_search {
    float: right;
    width: 106px;
    height: 25px;
    margin-top: 15px;
    text-align: right;
}

#topnav {
    float: right;
    height: 25px;
    margin-top: 15px;
}

#langnav {
    float: right;
    height: 25px;
    margin: 13px 5px 0px 25px; 
}

#header_logo{
	display: none;
}

#header_banner{
    display: none;
}

#headernav {
    margin-left: 0px;
    clear: both;
}

#innerwrap {
    float: none;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
}

#left {
    float: none;
    width: 320px;
    height: auto;
    min-height: 1px;
    background-image: none;
}

#left div.sidebarBox, #left div.csc-frame, #left div.csc-default{
    display: none;
}

#content {
    float: none;
    width: 300px;
    min-height: 100px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

#footerwrap {
    width: 320px;
    height:150px;
    position:relative;
    margin:-150px auto 0;
    text-align: left;
    background-image: none;
}

#left_footer {
	display: none;
}

#content_footer {
    float: left;
    width: 320px;
    margin-left: 0px;
    padding-bottom:6px;
    border-bottom: 1px solid #707070;
}

#clearfooter {
    height:180px;
    width:100%;
    clear:both
}

/* *** headermenu *** */
#headernav ul{
    margin: 0px;
    padding: 0px;
}

#headernav ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#headernav a{
    display: block;
    width:158px;
    height:16px;
    background-color:#9c9d9f;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color:#FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 1px;
    padding: 4px 0px;
}

#first a{
    width:158px;
}

#sixth a{
    width:158px;
}

#headernav a:hover{
    background-color:#57575a;
    color: #FFF;
}

#headernav a.active{
    color: #CD061E;
}