#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	/*top:0px;*/
	margin-left:-400px;
	margin-top:-300px;
	width:800px;
	height:600px;
	z-index:1;
	padding: 12px;
	background-color: white;
	border-top:solid #CCC 1px;
}
#wrapper.shadow {
	border-top:solid #CCC 1px;
}
#left {
	
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:600px;
	z-index:2;
	padding-bottom: 12px;
	padding-top:  12px;
	background-color: #bebebe;
}
#left p {
	font-size: 7.8pt;
	line-height:1.2em;
	white-space: normal;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

#right {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:600px;
	z-index:2;
	background-image: url(../images/interface/rob-lange-ww-n1.jpg);
	background-repeat: no-repeat;
	background-position: 95% 95%;
	padding: 12px;
	color: #7f7f7f;
	/* border-right: 1px solid #7f7f7f;*/
}
#rightblank {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:600px;
	z-index:2;
	background-image: url(../images/interface/rob-lange-ww-nw.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px;
	color: #7f7f7f;
	/* border-right: 1px solid #7f7f7f;*/
}
#contright {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:600px;
	z-index:2;
	background-image: url(../images/interface/rob-lange-ww-n2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px;
	color: #7f7f7f;
	/* border-right: 1px solid #7f7f7f;*/
}
#right,#rightblank p{
  line-height: 0.5em;
}
#right p.brood{
  line-height: 1.5em;
}	
#thumbwrap {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:240px;
	z-index:2;
}
#preview {
	text-align:center;
	position:absolute;
	top:240px;
	left:0px;
	width:600px;
	height:340px;
	z-index:5;
}
#preview img {
	margin-top:0px;
	border:none;
}
#textcontainer{
  position: absolute; 
  bottom:   0;
}
#left li.flag {
  display: inline;
  width:22px;
  height:16px;
}

