@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/MuseoSans_500-webfont.eot');
    src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500-webfont.woff2') format('woff2'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{margin: 0;padding:0; height: 100%; width: 100%; font-family: "museo_sans500";}
.header{
    background: url("/images/bkgTop.png") no-repeat;
    height: 250px;
    width: 100%;
}
#wrapper {
    height: 250px;
}
.wrapper{
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
    width: 815px;
    position: relative;
    padding-bottom: 40px;
}

#mainContainer {
    padding-top: 145px;
}
.top{
    position: absolute; 
    top: -65px;
    margin: 0 auto;
    width: 815px;
}
.logo{
    background: url("/images/logoTop.png") no-repeat;
    height: 71px;
    width: 235px;
    position: absolute;
    bottom: 47px;
    left: 0;
}
.title {
    background: url("/images/title.png") no-repeat;
    height: 134px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 334px;
}
.middle {
    padding: 0 25px;
    margin-bottom: 80px;
}
.widget {
    display: inline-block;
    margin-right: 12px;
    text-decoration: none;
}
.widget:last-child { 
    margin-right: 0;
}
.webSite.bolder {
    color: #e72e26;
}
.bolder {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}