body { 
	margin: 0; padding: 0;
	background-color: #9C9A6B;
}

#fronttable {
	margin: 10px 20px;
	background-color: #207B06;
	border: 2px solid #666666;
	}
	
.headerborder {
	border-bottom: 2px solid #666666;
	}
.mainphotocell { border: 2px inset #666666; }

#familythumbnail { position: absolute; top: 269px; left: 500px; }
#kidsthumbnail { position: absolute; top: 346px; left: 500px; }
#tripsthumbnail { position: absolute; top: 423px; left: 500px; }
#eventsthumbnail { position: absolute; top: 500px; left: 500px; }

#outsideads {
	position: absolute; top: 10px; left: 780px;
}
/* preveiw table */
#previewlb {
	background-image: url(images/preview_leftvert.gif); 
	background-repeat: repeat-y;
}

#previewrb {
	background-image: url(images/preview_rightvert.gif); 
	background-repeat: repeat-y;
}

#previewtable {
	background-color: #8EAFD0;
}
.bluebg {
background-color: #8EAFD0;
}

#previewtable img {
	border: 1px solid #000000;
}
#previewtable td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px dotted #B9CDE1;
}

.whitelink a,  .whitelink a:visited {
	color:white;
}