

div.limiter {
    width: 990px;
    margin: 0 auto;
    position:relative;
}

#header {
    margin:0px;
    background-image: url(resources/header2012.jpg);
    background-repeat:repeat-x;
    background-position:0px 0px;
    width: 100%;
    height:269px;
    background-color:#695547;
    color:#ffffff;
}
#subheader {
    height:184px;
}
#mainlogo {
    width:605px;
    height:57px;
    position:absolute;
    top:144px;
    left:0px;
    background-image: url(resources/twentyfirstlogo.png);
    background-repeat: no-repeat;
}
#mainmenu {
    width: 100%;
    background-color:#f4f1ee;
    height:85px;
}

#content {

   padding-top:80px;
   /* height:400px;*/
}

#footer {
    
    width: 100%;
    background-color:#f4f1ee;
    
    
}

#logo {
    width: 180px;
    height: 117px;
    position: absolute;
    top:0px;
    right:0px;
    background-image: url(resources/21stlogo.png);
    background-repeat: no-repeat;
}

#social_links {
    
    height: 50px;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 140px;
    z-index: 100;
}

#gplus {
    float: right;
    width: 50px;
    height: 90px;
    
}

#faceb {
    float: left;
    width: 70px;
    height: 90px;
    margin-right: 10px;
}