body
{
	text-align: center;
	margin: 0.25in 0 0 0;
}

#footer
{
	margin: 10px auto;
}


#container
{
	margin: 0 auto;
	width: 690px;
	text-align: center;
}

#gallery
{
	margin: 0 auto 40px auto;
	width: 250px;
}

#gallery-wide
{
	margin: 0 auto 40px auto;
	width: 400px;
}

#gallery-wide #videos
{
	margin-top: 60px;
}

#gallery ul, #gallery-wide ul
{
	text-align: left;
	line-height: 2;
}

.clearboth { clear: both; }

/* ---------------- float classes --------------------- */
.floatleft { float: left; }
.floatright { float: right; }

/* ------------- table.illustration classes ------- */
table
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
		border: none;

}


table#gallery-first
{
	margin: 3px 0 0 0;
}


table.gallery, table.gallery-bottom
{
	margin: 40px 0 0 0;
}

table.gallery-top
{
	margin: 20px 0 0 0;
}

table.gallery td img, table.gallery-top td img, table.gallery-bottom td img
{
	border: 1px solid silver;
}

table.gallery td img.sans, table.gallery-top td img.sans, table.gallery-bottom td img.sans
{
	border: 0;
}

caption
{
	color: #4f4f4f;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 100%;
	margin: 0.5em 0;
	padding: 0 0.5em;
	text-align: center;
}

table.gallery-bottom caption { margin: 0.5em 0; }
