html, body {margin:0; padding:0}
/*html {background: url(i/blank.gif) fixed}*/
body {background:#F1D9B2; min-width:0; height:100%}

#photo_ext {
	overflow:hidden;
	margin:0;
	padding:0;
	background: #F8E3CE;
	z-index:100001;
	border: 1px solid #be926b;
	position: absolute;
	top:20px;
	left:50%;
	width:400px;
	height:400px;
	margin-left:-200px;
}

#photo_ext_bg {
	z-index:100000;
	background: #000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: .5;
	filter: alpha(opacity=50);
	_position: absolute;
	_height:expression(parseInt(document.body.offsetHeight) + "px");
}



#prew-c{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 80px;
	left: 0;
	display: none;
}
#prew-title{
	padding: 10px 10px 9px;
	background:#f0d3b5;
}
#prew-bg img{
	border: 0;
}
#prew-bg #prew-photo, #prew-bg #prew-photo-swf{
	margin:10px auto;
	display: block;
}
#prew-bg #prew-photo{
	border: 5px solid #deb69c;
	padding-left:0;
}
#closePrew{
	float: right;
	margin: 0 0 0 0;
	position:relative;
	top:-3px;
}


#prew-cols {
	width: 430px;
	margin: 0 auto 5px;
	text-align: left;
	line-height: 1.4em
}
#prew-cols, a {color:#BE000F}
a:hover {color:#500000}
#prew-cols span {color:#500000}
#prew-col-l, #prew-col-r {
	width: 50%;
	float: left;
}

