@charset "utf-8";
/* CSS Document */

/*
Separator
*/
.separator_left{
    width:285px;
    height:1px;
    margin:20px 0px;
    background: #B06A28;
	align:left;
}
.separator_right{
    width:285px;
    height:1px;
    margin:0px 20px;
    background: #B06A28;
	align:right;
}	
.separator_auto{
    width:1100px;
    height:1px;
    margin:20px auto;
    background: #B06A28;
	align:center;
}
.separator_small{
    width:130px;
    height:1px;
    margin:20px 0px;
    background: #B06A28;
}

.separator_info{
    width:1100px;
    height:1px;
    margin:20px 0px;
    background: #3E737C;
}

.separator_black{
    width:1100px;
    height:1px;
    margin:20px 0px;
    background: #000000;
	align:center;
}

.separator_bronze{
    width:1100px;
    height:1px;
    margin:20px 0px;
    background: #977F3E;
	align:center;
}

.separator_bronze_left{
    width:285px;
    height:2px;
    margin:20px 0px;
    background: #977F3E;
	align:left;
}

.separator_red_left{
    width:285px;
    height:2px;
    margin:20px 0px;
    background: #F71111;
	align:left;
}
.separator_auto_white{
    width:1100px;
    height:1px;
    margin:20px auto;
    background: #FFFFFF;
	align:center;
}
.separator_left_white{
    width:285px;
    height:1px;
    margin:20px 0px;
    background: #FFFFFF;
	align:left;
}

.separator_black_left{
    width:285px;
    height:2px;
    margin:20px 0px;
    background: #000000;
	align:left;
}
.separator_auto_black{
    width:1100px;
    height:1px;
    margin:20px auto;
    background: #000000;
	align:center;
}
	
