body {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px;
	font: 12px Arial, Helvetica, sans-serif normal;
}

h2
{
	font-family: Georgia, "Trebuchet MS", Arial;
	font-size: 2em;
	color:#c65021;
	margin:23px;
	border-bottom: 2px dotted #a87428;
}

img.shadow {
	background: url(shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}
img.double-border {
	border: 5px solid #ddd;
	padding: 5px;
	background: #fff;
}
.frame-block {
	position: relative;
	display: block;	
	height:335px;
	width: 575px;
	margin: 0 auto;
}
.frame-block span {
	background: url(frame.png) no-repeat center top;
	height:335px;
	width: 575px;
	display: block;
	position: absolute;
}
.transp-block {
	background: #000 url(watermark.jpg) no-repeat;
	width: 575px;
	height: 335px;
	margin: 0 auto;
}
img.transparent {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
.img-desc {
	position: relative;
	display: block;	
	height:335px;
	width: 575px;
	margin: 0 auto;
}
.img-desc cite {
	background: #111;
	-moz-opacity:.55;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 555px;
	padding: 10px;
	border-top: 1px solid #999;
}
img, div, span { behavior: url(iepngfix.htc) }
