/* ========== CSS Hotel Restaurant Wanders ============ */

/*========= author: federicografia by Federico Garcia @ www.federicografia.com ===================*/




/* fonts*/

a { color: #EEEEEE; }
p {
	color: #000033;
	font-size: 11px;
}
	


/*New Columns lists here*/



textarea { 
	padding: 8px; 
	width: 320px; 
	height: 200px; 
	border: 1px dashed #F1D7D7; 
	color: maroon; 
	background-color: #FFF3F3; 
	margin: 0px 0px 0px 0px; 
}

div.padder { 
	padding: 4px; 
}

div.spacer {
	clear: both;
	height: 15px;
}

#header { 
	position: relative; 
	width: 100%; 
	height: 70px; 
	background-color: #D6EAC5;
	text-align: left; 
	margin: 0px 0px 15px 0px; 
	white-space: nowrap;
}

#content {
	margin-left: 60px;
}

.column {
	position: relative;
	height: auto;
	width: 20%;
	float: left;
}

#clm1.column {
	width: 200px;
}
#clm2.column {
	width: 200px;
}
#clm3.column {
	width: 200px;
}
#clm4.column {
	width: 110px;
}
#clm5.column {
	width: 450px;
}
.spacerSection {
	position: relative; 
	height: auto; 
	width: 5px;
	float: left;
}



/* 4 columns*/


	#leftcontent {
		position: absolute;
		left:1%;
		width:20%;
		top:50px;
		background:#fff;
		}

	#centerleftcontent {
		position: absolute;
		left:22%;
		width:28%;
		top:50px;
		background:#fff;
		}

	#centerrightcontent {
		position: absolute;
		left:51%;
		width:28%;
		top:50px;
		background:#fff;
		}

	#rightcontent {
		position: absolute;
		left:80%;
		width:19%;
		top:50px;
		background:#fff;
		}
	
	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		border:1px solid #000;
		}
		
	pre {
		margin:0px 10px 10px 10px;
		}
		
	
	#centerrightcontent p { font-size:10px}

