html, body{
    height: 100%;
}
body{
    padding: 0;
    margin: 0;
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    width: 100%;
    background: #250900;
}
h1, h2, h3, h4, h5, h6, ul, li, em, pre, code{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
	color: #fff;
}
ol, ul{
    list-style: none;
}
img{
    border: 0;
}
p{
    margin: 0;
}
input{
    outline: none;
}
a{
    outline: 0 none;
}
.page{
    background: #441110;
    margin: 0 auto;
    width: 980px;
    display: block;
    overflow: hidden;
    min-height: 100%;
}
.menu-left{
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0 0 20px;
    width: 174px;
    margin-left: -12px;
}
.menu-left li{
    display: block;
    margin-bottom: 3px;
    background: url(../img/menu_bg.png) repeat-x left top #572928;
     border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #542726;
    position: relative;
}
.menu-left a{
    display: block;
    background: url(../img/menu.png) no-repeat 5px center;
    color: #FFA76D;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 5px 4px 20px;
    position: relative;
}
.menu-left a:hover{
    background: url(../img/menu.png) no-repeat 5px center #643938;
    text-decoration: none;
}