/*Gold Fidelity Features page CSS*/

div#outer
{
	height: 1172px;
}
div#overlay
{
	height: 1152px;	
}
div#content {
	height: 870px;
/*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#viewercontainer
{
	position: relative;
	top: 0px;
}
div#featurecontainer
{
	position: relative;
	top: 120px;
}
div#galleries
{
	position: relative;
	top: 5px;
}
div#footer
{
	top: -190px;
}

