@charset "utf-8";
/* CSS Document */

.largeSection {
	width: 520px;
	float: left;
	display: inline;
	margin-top: 5px;
}

.smallSection {
	width: 250px;
	float: left;
	display: inline;
}

.thumbnailText h4 {
	font-size: 130%;
}

.thumbnailText a {
    font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.smallSection img {
	float: left;
	display: inline;
	border: 0px solid #5c5c5c;
}

.largeSection .thumbnailText {
	float: right;
	display: inline;
	width: 150px;
	margin-top: 40px;
}



#gap01 {
	clear: both;
	height: 100px;
	float: left;
	width: 520px;
}



