* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper { 
 margin: 0 auto; 
 width: 977px;
 background-image: url(../imgs/fons.gif);
 background-repeat: repeat-y;
 background-position: right;
}

#wrapper2 { /* per les pàgines sense rightcolumn */
 margin: 0 auto; 
 width: 977px;
 background-image: url(../imgs/fons2.gif);
 background-repeat: repeat-y;
 background-position: right;
}

#leftcolumn { 
 margin-left: 10px;
 margin-right: 10px;
 margin: 0px 10px 6px 0px;
 min-height: 646px;
 width: 135px;
 float: left;
 background-color: #fafafa;
}

#middlecolumn { 
 float: left;
 /*background-color: #ffffff;*/
 min-height: 646px;
 /*height: 646px;*/
 width: 550px;
 padding-right: 10px;
 padding-bottom: 6px;
}

#navigation {
 float: left;
 width: 550px;
 height: 24px;
 color: #ffffff;
 background-image: url(../imgs/f_franja.gif);
 background-repeat: repeat-x;
 margin-bottom: 6px;
}

#header {
 width: 550px;
 float: left;
 height: 150px;
 padding-bottom: 6px;
}

#content { 
 float: left;
 /*background-color: #ffffff;*/
 min-height: 460px; 
 /*height: 460px;*/
 width: 550px;
 padding-bottom: 6px;
}

#rightcolumn { 
 background-color: #bfbfbf;
 margin: 0px 0px 6px 0px;
 /*height: 646px;*/
 width: 270px;
 float: left;
}

#footer { 
 clear: both;
 width: 957px;
 height: 15px;
 text-align: left;
 margin: auto;
 background-color: #bfbfbf;
 padding: 10px;
}


/* pàgines interiors */

#middlecolumn_interior { 
 float: left;
 background: #ffffff;
 /*height: 646px;*/
 width: 830px;
 padding-bottom: 6px;
}

#navigation_interior {
 float: left;
 width: 830px;
 height: 24px;
 color: #ffffff;
 background-image: url(../imgs/f_franja.gif);
 background-repeat: repeat-x;
 margin-bottom: 6px;
}

#content_interior { 
 float: left;
 /*height: 460px;*/
 width: 830px;
 padding-bottom: 6px;
}