/*****************************************/
/* layout */

body {
	background: #f3f0e9 url(../img/bgs/papelreciclado.jpg) repeat left top;
}

#wrapper {	
	
	margin: 30px auto 0 auto;	
	overflow: auto;
	height: 1%;
	width: 962px;	
}
 
#paper {	
	background: url(../img/bgs/paper.gif) repeat-x left bottom;
	height: 25px;
}

#menu {	
	background: white;
	padding: 10px 0 40px 0;
	width: 962px;
	margin: 0 auto 0 auto;	
}

#content {	
	overflow: hidden;
  	height: 1%;
	background: url(../img/bgs/fauxcolumns.png) repeat-y right white;
	width: 962px;
}

#lt_column,
#rt_column {
	 background: #f0eed5;
	 overflow: hidden;
	 height: 1%;
}

#lt_column {
	
	float: left;
	width: 630px;	
	margin: 0 10px 10px 10px;
}
 
#page, #rt_info {
	margin: 20px;
	
}

#rt_column {
 	
	float: right;
	width: 300px;
	margin: 0 11px 0 0;	
}

#footer_top {
	height:15px;
	background: white;
}

#footer_caritas {
/*
	background: url(../img/bgs/caritas.jpg) top right black no-repeat;
	color: white;
	height: 40px;
*/
}

#footer {
	background: white;
	padding: 20px 0 10px 0;
	margin: 0 0 20px 0;
	border-top:10px solid black;
	text-align: center;
	font-family: Georgia;
	font-size: 11pt;
}