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

@font-face {
 font-family: 'BPGExcelsiorCaps';
 src: url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.eot');
 src: local('?'), url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.woff') format('woff'), url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.ttf') format('truetype'), url('fonts/bpg_excelsior_caps_dejavu_2010-webfont.svg#webfontKycS5OFZ') format('svg');
 font-weight: normal;
 font-style: normal;
}

.header{
    height:300px;
    background-image:url(img/fl.jpg);
    background-repeat:no-repeat;
}

.menu_item {
	font-family: 'BPGExcelsiorCaps', Sylfaen, times, serif;
	font-size:16px; 
	font-weight:bold;	
    float:left;
    margin-left:30px;
}

.header_txt{
    font-family: 'BPGExcelsiorCaps', Sylfaen, times, serif;
    font-weight:bold;
    padding:110px 150px;
    color:#fff;
    font-size:44px;
}

.menu_item a{
    text-decoration: none;
    color:#fff;
}

.menu_item a:hover{
    text-decoration: none;
    color:#3366cc;
}

.active{
    text-decoration: none;
    color:#3366cc;
}

.container{
    background-color:#fff;
        padding:30px;
}