@import url();



@font-face {
    font-family: NotoSans Regular;
    src: url(fonts/NotoSans-Regular.ttf);
}



body {
    margin-right: 0px auto;
    background:url(../images/background.jpg);
}

a, a:link, a:visited {
    text-decoration: none;
    color:#2C4262;
}

a:hover {
    text-decoration: underline;
    color:#2C4262;
}


h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.container {
    position:relative;
    margin: 0px auto;
    width:800px;
    background:#fff;
    margin-top:70px;
    margin-bottom:50px;
    border:7px solid #685342;
}

.header {
    position:relative;
    top:0px;    
    left:0px;
    height:138px;
    background:url(../images/header.jpg);
    background-repeat:no-repeat;
}

.content {
    position:relative;
    clear:both;
    width:800px;
    background:#EFFDFE;
}
.left_column {
    float:left;
    width:185px;
    height:163px;
    font-family:NotoSans Regular, sans-serf;
    color:#5F5F5F;
    font-size:11px;
    line-height:22px;
    background:url(../images/blue_box.jpg);
    background-repeat:no-repeat;
}

.middle_column {
    float:left;
    width:280px;
    font-family:NotoSans Regular, sans-serf;
    color:#5F5F5F;
    font-size:11px;
    line-height:22px;
    padding:10px 0px 0px 10px;
    margin-bottom:30px;
}

.right_column {
    float:left;
    width:300px;
    margin:0px 0px 0px 10px;
    font-family:NotoSans Regular, sans-serf;
    color:#5F5F5F;
    font-size:11px;
    line-height:22px;
}

.logos {
    clear:both;
    height:70px;
    background:#fff;
    padding:10px 0px 10px 120px;
    font-family:NotoSans Regular, sans-serf;
    color:#5F5F5F;
    font-size:10px; 
}

.footer {
    clear:both;
    height:30px;
    padding:0px 10px 0px 10px;
    padding-top:10px;
    background:#EFFDFE;
    font-family:NotoSans Regular, sans-serf;
    color:#5F5F5F;
    font-size:10px;
    text-align:center;  
}

.copyright {
    float:left;
}

.credits {
    float:right;    
}

.title {
    font-family:NotoSans Regular, sans-serf;
    color:#685342;
    font-size:14px;
    line-height:22px;
    font-weight:bold;
    margin:20px 0px 0px 0px;
}


















