body {
	background: #e4ebe9 url(../images/fancy_deboss.png) repeat top left;
	color: #444;
	/*font-family: "PT Sans Narrow", Arial, sans-serif;*/
	font-size: 13px;
	font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    min-width: 320px;
}

a {
	/*color: #000;*/
	text-decoration: none;
}


h1, h2, h5 {
	margin: 20px 20px 30px 20px;
	font-size: 56px;
	color: #800000;
	font-family: "Volkhov", serif;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 3px #e0d1bc;
}

h1 span, h5 {
	font-size: 18px;
	display: block;
	font-style: italic;
	color: #400040;
	font-weight: 400;
	text-shadow: 0px 1px 1px #fff;
}

INPUT{
    background-color: transparent;
}
#out{
    float:none;
    margin:0 auto;
    width:1200px;
    /*height:900px;
    background:red;*/
}
#logo{
    width:1200px;
    height:200px;
    float:left;
    /*background-image: url('../images/logo.jpg');*/
    background: url('../images/taobaoman_2.png') no-repeat right -130px bottom -603px;
    background: url('../images/logo.png') no-repeat \9;
    *background: url('../images/logo.png') no-repeat;
    _background: url('../images/logo.png') no-repeat;

}
    #logo_left {
        width:600px;
        height:200px;
        /*background:yellow;*/
        float:left;
        background: url('../images/logo_left.png') no-repeat right 0px bottom 0px;
    }
    #logo_right {
        width:600px;
        height:200px;
        /*background:blue;*/
        float:left;
    }

#menu {
    width:1200px;
    height:60px;
    float:left;
    background: url('../images/taobaoman_2.png') no-repeat right -130px bottom -550px;
    background: url('../images/menu.png') no-repeat \9;
    *background: url('../images/menu.png') no-repeat;
    _background: url('../images/menu.png') no-repeat;
}
/*選單*/
    #menu ul{
        list-style-type:none;
        margin:0;
        padding:0;
        
}        

    #menu li{
        width:200px;
        height:50px;
        margin-top:5px;
        line-height:50px;
        display:inline;
        /*background:gray;*/
        float:left;
        
    }
    #menu li a{
        display:block;
        width:200px;
        font-size:200%;
        text-align:center;
        border: 1px solid #999;
        /*background:red;*/
    }
    #menu li a:hover{
        background: #ee8c20;
    }
#rate{
    width:1200px;
    height:40px;
    /*margin-bottom:8px;*/
    line-height:40px;
    /*background:#8080ff;*/
    float:left;
    color:#ffffff;
    background: url('../images/taobaoman_2.png') no-repeat right -130px bottom -510px;
    background: url('../images/rate.png') no-repeat \9;
    *background: url('../images/rate.png') no-repeat;
    _background: url('../images/rate.png') no-repeat;
    
}
#content{
    width:1200px;
    height:500px;
    float:left;
    /*background:yellow;*/
}
    #content_left{
        width:300px;
        height:500px;
        float:left;
        background: #ffaaff; /*左邊選單*/
    }
        #content_left_top{
            width:300px;
            height:24px;
            float:left;
            /*background:red;*/
        }
        #content_left_middle{
            width:300px;
            height:150px;
            float:left;
            /*background:gray;*/
        }
        #content_left_bottom{
            width:250px;
            height:300px;
            margin-left:16px;
            float:left;
            /*background:#ffb18c;*/
            padding-left:20px;
            background-image: url('../images/taobao_man.jpg');

        }
    #content_right{
        width:895px;
        height:500px;
        margin-left:5px;
        float:left;
        background: url('../images/taobaoman_2.png') no-repeat right -130px bottom -10px;
        background: url('../images/content.png') no-repeat \9;
        *background: url('../images/content.png') no-repeat;
        _background: url('../images/content.png') no-repeat;
    }


#footer{
    width:1200px;
    height:50px;
    margin-top:5px;
    float:left;
    text-align:center;
    color:blue;
    font-size:12px;
    line-height:25px;
    background:#c0c0c0;
}

#footer a {
    text-decoration: none;
}
