.limiter {
    width: 980px;
    margin: 0 auto;
    border-left: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
    position:relative;
}


#top {


    position: relative;

}

#logo {
    width: 438px;
    height: 120px;
    
    margin-right: 40px;

}

#header {

   margin-top:0px;
   padding:0px;

}

#menubar {
  margin-top: 24px;
  height:42px;

}

#page {
background-image: url(resources/page_bg.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #f6e9c3;
}

#page .limiter {
background-image: url(resources/page_bg.png);
background-position: left top;
background-repeat: repeat-x;
background-color: #ffffff;
}

.container {
float:left;
width:780px;
}

#headerimage {
width:780px;

}

.missright .container,
.missall .container {
    width:980px !important;
}
.missright #headerimage,
.missall #headerimage{
    width:980px !important;
}



#content .portletBody {
padding-left:20px;
padding-right:20px;
padding-top: 10px;
}

#right {
position:relative;
float:right;
width:198px;
background-color: #dedede;
border: #9b9b9b solid 1px;
/*border-left: #9b9b9b solid 1px;
border-right: #9b9b9b solid 1px;*/
margin-bottom:20px;
}
#right .portletBody {
padding:9px;
}



#left {
    float:left;
    width:200px;
    background-color:#f9f9f9;
}
#left .portletBody {
padding:10px;
}


#content {
    float: left;
    width:580px;
}
.missleft #content,
.missright #content{
    width:780px;
}
.missall #content {
    width:980px;
}

#bottom-cnt {
    clear: both;
    background-image: url(resources/beige_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #990000;

    position:relative;
}
#bottom-cnt #bottom {
    position: relative;
    background: #dedede none repeat scroll 0 0;
    border: #9b9b9b solid 1px;
    padding:13px;
    
    
}

#footer {
    clear: both;

    background: #990000 none repeat scroll 0 0;
    color:#999999;
    padding-bottom:150px;
    position:relative;
    font-size: 9px;
}

.lshadow {
    position:absolute;
    top:-1px;
    left:-25px;
    width: 24px;
    height: 24px;
    background-image: url(resources/lshadow.png);
    background-position: top left;
    background-repeat: no-repeat;
}


#portaledge a, a.visited {
    color: #ffffff;
    font-size: 9px;
    text-decoration:none;
    float:right;
}
