/***** LAYOUT CHANGES *****/
#content {
	left: 265px;
	top: 150px;
	width: inherit;
}



/***** Misc. Gallery CSS *****/

#gallerySections {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	
	background-color: #cedd7e;
	padding: 3px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	
	color: #cd1805;

	width: 514px;
}
* html #gallerySections {
	width: 520px;
}


#gallerySections a {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#gallerySections a:hover {
	color: #cd1805;
}


.galleryFull {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #342802;

	padding: 5px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}



/***** Gallery Table CSS *****/

.galleryHeading {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #cedd7e;
	color: #342802;
	
	padding: 5px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	
	width: 510px;
}
* html .galleryHeading {
	width: 520px;
}

.galleryTable {
	background-color: #cedd7e;
	padding: 1px;
	margin: 0px;
	
	width: 520px;
}

.galleryCell {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #cedd7e;
	color: #1D1601;
	padding: 5px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

.galleryImage {
	border: 5px solid #FFFFFF;
}
