/*Gold Fidelity Features page CSS*/

div#outer
{
	height: 1455px;
}
div#overlay
{
	height: 1441px;	
}
div#content {
	height: 1160px;
/*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;

}
div#galleries
{
	position: relative;
	top: 5px;
}
div#footer
{
	top: 99px;
}

