/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#0C0C0C;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/150% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 15px/150% "Trebuchet MS", Verdana, sans-serif; }

p {	text-color:#D9D49E; font: 11px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  Layout
----------------------------------------------- */

body {
    background: #f5f5f5 no-repeat top left;
    padding:35px 0 0 0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container
{
    margin:0 auto;
    width:1155px;
    background:#ffffff;
}

#header
{
    display:flex;
    justify-content: center;
    padding-top:75px;
    padding-bottom:15px;
}

#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#0C0C0C;
    text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation
{
    display:none;
    margin:0 auto;
    width:220px;
    padding:17px;

}

#sidebar
{
    display:none;
    padding-top:10px;
}

#content
{
    margin:0 auto;
    width:1000px;
    padding:17px;
}

#footer
{
    clear:both;
    margin-top:10px;
    background: repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}