@charset "UTF-8"; 
.pcam #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	color: #000000;
	font-size: 13px;
	background-image: url(/images/site/footerggflight.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}  
.pcam #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image:  url(/images/site/F1614paintingfade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	margin: 0px 0px 0px 0px;
}
.pcam #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(/images/site/F1614paintingfade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
}

