/* CSS Document */



#colOne {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 300px;
	height: 700px;
	background-image: url("images/pedald.jpg");
	background-repeat: no-repeat;
	
	
}



#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	
}

#info a{
	floar: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffb925;
}






