@media all {
	#pg_content {
		background-image: url(/images/satin_flowers.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	div.pg_content {
		background-image: url(/images/trans_grey.gif);
		padding-top: 30px;
		padding-bottom: 30px;
		}
	div.pg_text {
		margin-top: 30px;
		margin-left: 10px;
		margin-right: 10px;
		text-indent: 16px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
		line-height: 150%;
		}
	#lnk_about {
		font-weight: bold;
		}
	#pg_title {
		height: 130px;
		background-image: url(/images/about_pg_title.gif);
		background-repeat: no-repeat;
		background-position: center top;
		}
	}
	
