/* Start of CMSMS style sheet 'll_layout' */
@charset "utf-8";
/*****************************************/
/*** Linuxland Layout 
/*****************************************/

#container_shadow {
   width:1023px;
   position:relative;
   left: 50%;
   margin-left:-510px;
   background-image: url('uploads/images/bg_body_shadow.png');
   background-repeat: no-repeat;
   background-position: center 190px;
}

#container {
   width:987px;
   margin-left:17px;
   background-repeat: repeat-y;
   background-position: center top;
   border: 1px solid #d9d9d9;
   border-top:none;
}


#header {
   width:987px;
   height:112px;
   background-color:#d20019;
}

#content {
   width:987px;
   min-height:450px;
   background:url('uploads/images/bg_content.png') center repeat-y;
       padding-bottom: 30px;
}

#content_boxes {
   width:954px;
   margin-left:24px;
}

#navi {
   width:655px;
   height:75px;
}

#home_pic {
   width:939px;
   height:305px;
   background:#e3e3e3;
   margin-left:23px;
   border: 1px solid #f6f6f6;
}

#home_pic img {
   width:921px;
   height:287px;
   background:#eee;
   border: 8px solid #fff;
   margin:1px;
}

#footer {
   width:987px;
   height:56px;
   background:url('uploads/images/bg_footer.png') center repeat-x;
   text-align: center;
}

#footer_shadow {
   width:987px;
   height:49px;
   background:url('uploads/images/bg_footer_shadow.png') center repeat-x;
}

#footer div {
   height: 50px;
   line-height: 50px;
}

#footer img {
   margin-left: -1px;
}

#footer div img {
   margin-left: 4px;
   margin-right: 4px;
   vertical-align: middle;
}

#inner_content {
   width:937px;
   background:#E3E3E3 url('uploads/images/bg_content_inner.png') repeat-y 1px 0px;
   margin-left:23px;
   border: 1px solid #F4F4F4;
        padding: 0px;
        position: relative;
}

.sidebar_content {
   width: 260px;
   float: left;
   margin: 0px 2px 0px 3px;
   padding: 115px 14px 0px 14px;
}

.inner_wrapper {
   margin: 0px 4px 0px 293px;
   padding: 25px 24px 0px 24px;
min-height: 500px;
}

.custom_content {
   margin-bottom: 25px;
}

.content_image {
   margin-bottom: 27px;
   text-align: center;
   overflow:hidden;
}
div.content_spacer_top {
   height: 3px;
   line-height: 3px;
   font-size: 1px;
   background: transparent url('uploads/images/bg_content_spacer_top.png') no-repeat;
   margin: 0px;
   padding: 0px;
   border:0px;
   width: 937px;
}

div.content_spacer_bottom {
   height: 4px;
   line-height: 4px;
   font-size: 1px;
   background: transparent url('uploads/images/bg_content_spacer_bottom.png') no-repeat;
   margin: 0px;
   padding: 0px;
   border:0px;
   width: 937px;
}
div.content_spacer_bottom hr, div.content_spacer_top hr {
   display:none;
}
/* End of 'll_layout' */

