@charset "utf-8";
@import url("estils_blog.css");

/*** 2 COLUMNS LAYOUT - SEO ***/

/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
position:relative;
width:954px;
margin:0 auto;
text-align:left; /*anulo text centrat body*/
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:954px;
height:100px;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:100px;
left:0;
width:954px;
overflow:hidden; /*Simple Clearing of Floats*/
}

/*** Navigation side ***/
#navigationSide {
float:right;
width:288px;
margin-right:15px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/*** Content ***/
#content {
float:left;
width:621px;
margin-bottom:20px; /*espai between footer*/
margin-left:15px;
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
position:relative;
width:924px;
height:25px;
margin:0 auto 20px auto; /*espai after footer*/
font-size:9px;
line-height:25px;
color:#fff;
text-align:center;
overflow:hidden;
background:url(/logos/bg_footer.gif) repeat-x;
}

#footer a {text-decoration:none;}
