@charset "UTF-8";


html, body {
    font:85%/1.5 Arial, Helvetica, Verdana, sans-serif;
    text-align:center;
    height:100%;
    color:#b1b1b1;
}
a:link, a:visited {color:#b1b1b1;text-decoration:none;}
a:hover, a:active {color:#af0e1b;}
h1, h2, h3 {font-weight:normal;padding:0;margin:0;}
h1 {}

#header {
    width:100%;
    height:105px;
    
}
#main {
    margin-bottom:36px;
}
#footer {
    border-top:1px solid #BABBB6;
}
.dark-gray {
    background-color:#BABBB6;
    height:30px;
    width:100%;
    display:inline-block;
    position:relative;
    top:70px;
}
.canvas {
    background-color:#E5E4E3;
    width:100%;
    height:350px;
    display:inline-block;
    padding: 36px 0 0 0;
}
.container {
    margin:0 auto;
    width:820px;
}
.logo-panel {
    background-color:#CFCDBD;
}
.logo-panel img {
    border:2px solid #7c7a5e;
    margin-top:7px;
}
.span-large, .span-small {
    display:inline-block;
}
.span-large {
   width:336px;
   height:260px; 
}
.span-small {
    width:168px;
    text-align:left;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.margin-top {
    margin-top:16px;
}
