@charset "utf-8";
/* CSS Document */

html {
}

body {
    background-color: #EEE;
    height: 100%;
}

.container {
    width: 1010px;
    
    margin: 0 auto;
    background-color: white;
    
    position: relative;
    
    background-color: #FAFAFF;
}

.layout_top {
    width: 100%;
    position: relative;
    
    top: 0px;
    left: 0px;
}


.layout_left {
    width: 255px;
    
    position: relative;

    float: left;
    
}

.layout_right {
    
    
    width: 750px;
    position: relative;
	float: left;
    
    
}

.layout_bottom {
    clear: both;
    
    padding-top: 100px;
}



.content_title {
    width: 400px;
    height: 70px;
    
    margin: 20px auto;
}

.content {
    width: 750px;
    
    position: relative;
    
    margin-top: 50px;
}

.cl-both {
    clear: both;
}