/*Gold Fidelity Galleriffic page CSS*/
div#outer
{
	height: 1560px;
}
div#overlay
{
	height: 1552px;	
}
div#content {
	height: 1270px;
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
}
/*Left navigational column*/
div#leftnav {
} 
div#rightnav {
}
div#featurelist
{
	position: relative;
	top: 910px;
}
div#galleries
{
	position: relative;
	top: 5px;
}
div#footer
{
	top: 210px;
}

