.back {
	background-attachment: fixed;
	background-image: url(IMAGES/back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.andrew {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 24px;

}
.avery {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}


/* modal lightbox styles */
#modal_overlay {
	background-color:#eee;
}
#modal_container {
	border:0;
	background:transparent;
	overflow:hidden;
}
#modal_container iframe {
	background:transparent; background-image:none;
	overflow:hidden;
	border:0;
	*width:780px !important;  /* IE7 horizontal scroll fix */
}
