table.logo-style {
	width: 100%;
	border-collapse: collapse;
}

table.logo-style caption {
	margin-top: 1em;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

* html body table.logo-style {
	margin-top: 3em;
}

table.logo-style td {
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #ddd;
	width: 50%;
}

#Main p img {
	margin-top: 1em;	
}

/* Photo Gallery */
div.gallery-photo {
	margin-top: 2em;
	padding-bottom: 1em;
	height: 1%;
	clear: both;
	border-bottom: 1px solid #ddd;
}

div.gallery-photo .image {
	width: auto;
}

div.gallery-photo .image img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

div.gallery-photo .text {
	padding-right: 3px;
}

div.gallery-photo .text h2 {
	padding-top: 2px !important;
	padding-bottom: 0.3em;
	margin-top: 0 !important;
	height: 1%;
}

div.gallery-photo .download {
	/* Force download links below the preview photo */
	clear: left;
	margin-bottom: 0 !important;
}

div.gallery-photo .stop {
	clear: both;
}