* { padding: 0; margin: 0; }

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

#wrapper { 
 margin: 0 auto; 
 width: 950px;
 background: #cccccc;
}

#header {
 width: 950px;
 float: left;
 height: 120px;
}

#navigation {
 float: left;
 width: 950px;
}
/*i6 hack*/
* html #navigation{
 float:none;
 width: 950px;
}

#indice #fondo {
 width: 950px;
 background: url(../imgs/f_right.gif) repeat-y;
 border-top:14px solid #cccccc;
 border-bottom:14px solid #cccccc;
}
#contenido #fondo, #news #fondo  {
 width: 950px;
 background: url(../imgs/f_right_2.gif) repeat-y;
 border-top:14px solid #cccccc;
 border-bottom:14px solid #cccccc;
}
#centros #fondo {
 width: 950px;
 background: url(../imgs/f_cen_3.gif) repeat-y;
 border-top:14px solid #cccccc;
 border-bottom:14px solid #cccccc;
}
#contenido.serveis #fondo{
 width: 950px;
 background: url(../imgs/f_cen_2.gif) repeat-y;
 border-top:14px solid #cccccc;
 border-bottom:14px solid #cccccc;
}

#centros #fondoDos {
 width: 950px;
 background: url(../imgs/f_left.gif) repeat-y;
 border-top:14px solid #cccccc;
 border-bottom:14px solid #cccccc;
}
#leftcolumn { 
 margin: 0px 0px 0px 0px;
/*width: 648px;*/
 float: left;
}
#contenido #leftcolumn,  #news #leftcolumn,  #centres #leftcolumn{
width:721px;
margin-bottom:20px;
}

#indice #leftcolumn {
margin-top:0px;
}

#rightcolumn {
 background:#292929;
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 10px;
 width: 286px;
}

#footer { 
 width: 940px;
 height:53px;
 clear: both;
 background: #292929;
 padding: 20px 10px 0 0;
 text-align:right;
}
