/* BEGINN WRAPPER*/
#container{
   width: 928px;
   margin: 0 auto;
   background: url(../images/container_bg.gif) no-repeat center top;
   z-index:auto;

}

a{
   overflow: hidden; /* for Suckerfish*/
}
.clear{
clear:both;}

#top{
position:relative;
margin: 0 auto;
width:880px;
height:116px;
z-index:500;
}
#nav{
position:absolute;
top:50px;
right:0;
height:31px;
}
#top_left{
position:absolute;
margin: 0 auto;
width:876px;
color:#999;
font-size:11px;
background:#000000;
padding-left:4px;
overflow:hidden;
height:28px;
}
#logo{
position:absolute;
top:40px;
left:4px;
background: url(../images/modern_living_logo.gif) no-repeat left top;
}
#header{
position:relative;
margin: 0 auto;
width:880px;
height:228px;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
background: url(../images/header.jpg) no-repeat center top;
}

#content{
width:880px;
height:auto;
background: url(../images/hugo_fondo.gif) no-repeat left;
background-position: 20px 100px;
background-color: #000000;
color: #dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.leftcol{
width:600px;
padding:10px;

}
.rightcol{
width:250px;
padding:10px;
color:#222;
background: url(../images/derecha_fondo.jpg) no-repeat top center;
background-position:50px 50px;
background-color:#ce8e00;
}

#leftcol_top{
width:auto;
width:100%!important;
margin-bottom:20px;
}
#leftcol_top_r {
}
#leftcol_top_l {
}

#footer{
position:relative;
margin: 0 auto;
width:928px;
height:150px;
background: url(../images/footer_bg.gif) no-repeat center top;
}
#footer-inner{
margin: 0 auto;
width:880px;
height:auto;
}



#copyright{
   width: 880px;
   height: 20px;
   margin: 0 auto;
   padding-top:120px;
   text-align:center;
   color:#c2c2ac;
   font-size:80%;
   clear: both;

}
#copyright a:link, #copyright a:hover, #copyright a:visited{
   color:#c2c2ac;
}
