@font-face {
    font-family: caps_light_font;
    src: url('../fonts/ARArchyExtraLight.eot');
    src: local('☺'), url('../fonts/ARArchyExtraLight.woff') format('woff'), url('../fonts/ARArchyExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: caps_font;
    src: url('../fonts/ArchyEDT-Bold.eot');
    src: local('☺'), url('../fonts/ArchyEDT-Bold.woff') format('woff'), url('../fonts/ArchyEDT-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: regular_font;
    src: url('../fonts/BPGSquareBanner2013.eot');
    src: local('☺'), url('../fonts/BPGSquareBanner2013.woff') format('woff'), url('../fonts/BPGSquareBanner2013.ttf') format('truetype'), url('../fonts/BPGSquareBanner2013.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: regular_font!important;
    font-size : 16px;
    color: #434343;
    background: #fff;
    /*min-width:1250px;*/
}

div p, h1{
    font-family: regular_font!important;
    color: #434343;
    font-size : 16px;
}