* { padding: 0; margin: 0; }


/********** ESTRUCTURA DE LA WEB **********/

#wrapper{ 
margin:0 auto; 
width:970px;
height:100%;
background-image:url(../imgs/background-content.png);
background-repeat:repeat-y;
padding-left:10px;
padding-right:10px;
}

#header{
float:left;
width:970px;
height:187px;
background-image: url(../imgs/header-background.jpg);
background-repeat: no-repeat;
}

#image{
float:left;
width:970px;
height:322px;
background-color:#bf0000;
}

#image-interior{ /* imatge per a les pagines interiors */
float:left;
width:970px;
height:160px;
background-color:#bf0000;
}

#navigation{
width:914px;
height:31px;
_height:28px;
float:left;
margin-top:32px;
_margin-top:30px; /* per IE6 */
margin-left:28px;
_margin-left:14px; /* per IE6 */
}

#content{ 
float:left;
margin:0;
padding:28px 28px 28px 28px; 
height:auto !important; /* IE6 no ho soporta i Firefox si, per tant, fa que la capa creixi automticament i tingui un mnim de 385px */
height:385px; /* IE6 ho soporta, per tant fa que la capa pugui creixer i tenir un mnim de 385px */
min-height:385px;
width:914px;
display:inline;
background-image:url(../imgs/content-background.png);
background-repeat:repeat-x;
}

#leftcolumn{ 
margin:0px;
width:223px;
height:auto;
float:left;
background-color:#a9ddf3;
}

#footer{
width:970px;
clear:both;
background-color:#29aae1;
height:100px;
}