body {
/*	background-image:url(../img/collage_small.jpg);*/
	background-repeat: repeat;
	font-size: 13px;
	line-height: 20px;
	font-family: "Lucida grande", Arial, Helvetica, sans-serif;
	color: #676767;
}
#wrapper {
	background-color: #FFFFFF;
	height: 100%;
	width: 260px;
	position: absolute;
	left: 200px;
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#info {
	position: absolute;
	top: 200px;
}

#info p {
	margin-bottom: 30px;
}
#info a {
	display: block;
	color: #d9504d;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#info a span { 
	display: none; 
	font-style: italic;
	font-size: 0.8em;
}
#info a:hover span { display: inline; }

/* --------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block;}

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
