@charset "UTF-8";
/* CSS Document */
h1 {}
h2 {}
h3 {font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #696A46;
	margin-top: 7px;
	text-align: center!important;
	letter-spacing: 0.1em;
	padding-left:12px;
	padding-right:30px;}
p {}
img.padright {
	float:right;
	margin:10px;
	padding: 11px 15px 15px 11px;
	background-image: url(images/photoSCALEframe.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
img.padleft {
	float:left;
	padding: 10px 15px 15px 10px;
	margin:10px;
	background-image: url(images/photoSCALEframe.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
img.padrightNOborder {
	float:right;
	margin:10px;
}
img.padleftNOborder {
	float:left;
	margin:10px;
}
img.centerIMAGE {margin-top:0px;margin-bottom:15px;margin-left:auto;margin-right:auto;}
