/* Layout stili */ 

body {
	color: #333333;
	text-align:center;
	margin: 0px;
	background-color: #4f4e4d;
	background-image: url(lapasfons.png);
	background-repeat: repeat-x;
 }

#outer {
	text-align:left;
	width:867px;
	margin:auto;
 }

#hdr {
	height:26px;
	color: #333333;
	padding-left: 13px;
 }

#bar {
	height:297px;
 }

#bodyblock {
	position:relative;
	width:847px;
	background-color: #2d2d2d;
	background-image: url(fons.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	padding-top: 5px;
 }

#l-col {
	float:left;
	width:505px;
	margin-left: 15px;
 }

#cont {
	width:300px;
	text-align:left;
	float: right;
	padding-right: 10px;
 }

#ftr {
	height:140px;
	background-image: url(footeris.jpg);
	background-repeat: no-repeat;
 }
.cleared {
  clear:both;
  line-height:0;
}
