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

#header_container {
    /*border: 1px solid #666666;*/
    height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}

#header{
    height:100px;	
    margin: 0 auto;	
}

#header > #hr {
    height: 3px;
    position: relative;
    top: 63px;
}

#header_unit_number {	
    height: 68px;
    left: 9px;
    position: relative;
    top: 0;
    width: 68px;	
    text-align: center;
    display: table-cell;
    vertical-align: middle;	
}

html[dir="rtl"] #header_unit_number {	
	left: auto;
	right: 9px;
}

#header_unit_number > span{
    font-size: 42px;
    color: white;
    font-family: 'CSSREF_STDBLD';
    font-weight: bold;
}

#header_unit_title {	
    left: 80px;
    position: relative;
    top: -45px;
}

html[dir="rtl"] #header_unit_title {	
    left: auto;
	right: 80px;
}

#header_unit_title > span {	
    color: black; 
    font-size: 30px;
    font-family: 'CSSREF_STDREG3';
    font-weight: bold;
}

#header_unit_title > span > b,  #header_unit_title > span > strong{
    font-family: 'CSSREF_STDBLD2';
    font-weight: bold;
}

#header_unit_subtitle {	
    left: 80px;
    position: relative;
    top: -38px;
}

html[dir="rtl"] #header_unit_subtitle {	
    left: auto;
	right: 80px;
}

#header_unit_subtitle > span {	
    color: black; 
    font-size: 20px;
    font-family: 'CSSREF_STDREG2';
}

#header_unit_subtitle > span > b, #header_unit_subtitle > span > strong {
    font-family: 'CSSREF_STDBLD3';
}

#content_container{
    margin: 0;
    padding: 20% 0 20% 0;
}

#footer_container {
    bottom:0; 
    left:0; 
    position:fixed; 
    width:100%; 
    z-index : 4;
    /*border: 1px solid #666666;*/
}

#footer {
    margin:0 auto; 
    text-align:center; 
    height:50px;
}