.float {
	margin-top : 2px;
	float : left;
}

div#margin {
	margin-top : 2px;
	width : 448px;
	margin-right : 2px;
}

div#gray {
	position : absolute;
	background-color : #878787;
	width : 193px;
	z-index : 10;
}

div#gray span {
	display : block;
	color : white;
	text-transform : uppercase;
	margin-top : 0.5em;
	margin-left : 1em;
	margin-bottom : 0.5em;
}

div#margin img {
	position : relative;
	margin-left : 180px;
	z-index : 1;
}

div#about {
	margin-top : 2px;
	float : left;
	width : 382px;
	background-color : white;
	margin-right : 2px;
}

div#about div#head {
	float : left;
	text-transform : uppercase;
	margin-bottom : 1em;
	margin-right : 1em;
}

div#about div#head span {
	text-indent : 1em;
	margin-top : 2px;
}

div#about h1 {
	font-family : "Geneva",Helvetica,Arial,Verdana,sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-transform : uppercase;
	margin-top : 0.2em;
}

div#about div#text {
	clear : both;
	margin : 1em;
}

div#about div#text p {
	display : block;
	margin-bottom : 1em;
}

div#about div#text {
	display : block;
	margin-bottom : 1em;
}

div#about div#text span.date {
	float : left;
}

div#about div#text span.foot {
	display : block;
	text-align : center;
}