﻿/*Gold Fidelity Sample-site page CSS*/
div#outer
{
 	height: 2051px;
}
div#overlay /*Allows for a second background image in CSS 2 */
{
	height: 2041px;	
}
div#content {
	height: 1760px;
}
div#content p
{
	text-align: justify;
}
div#leftnav
{
	height: 160px;
}
div#rightnav
{
	top: -160px;
}
div#samplecontent {
	position: relative;
	top: -20px;
	left: -194px;
	border-top: 0px solid #000000;
	margin-left: 0px; /*separate the content from the left nav*/
    border-left: 0px solid #000000;
    margin-right: 400px; /*separate the content from the right nav*/
    border-right: 0px solid #000000;
    padding: 10px 10px 0 10px; /*move the content text away from the border*/

/*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.*/ 
}
div#samplecontent a img
{
	position: relative;

}

/*Left navigational column*/
#leftnav {
	height: 1146px;
} 
#rightnav {
	height: 1146px;
}
div#footer
{
	top: 1070px;
}
form#payment
{
    position: relative;
    left: 827px;
    top: 175px;
}