/*########################################################################################################################*/
/*########################################## POSITION  ##################################################################*/
/*########################################################################################################################*/

.text_left {
    text-align:left;
    }

.text_right {
    text-align:right;
    }
    
.text_center {
    text-align:center;
    }
    
.text_bold {
    font-weight:bold;
    }
    
.text_underline{
    text-decoration:underline;
    }
    
hr {
    border:1px solid #FFFFFF;
    height:1px;
    }

.line {
    border-bottom:0px dotted #C4BC8E;
    }


.left {
    float:left;
    }
    
.right {
    float:right;
    }


.left_content {
    float:left;
    }

.right_content {
    float:right;
    }   

.content {
    float:right;
    width:100%;
    }
    
.clear {
    clear:both;
    }

.hide {
    visibility:hidden;
    }

.center {
/*    width:550px; */
    float:left;
    }
