
.vcol{
	float:left;
	color:#000000;
	margin:90px 10px 10px 10px;
	padding-left:20px;
	width:300px;
	height: 500px;
}


.vcolwide{
	float:left;
	color:#000000;
	margin:10px 10px 10px 10px;
	padding-left:30px;
	width:480px;
	height: 500px;
}

.frame{
  	position: absolute;
  	left:400px;
    top:90px;
  	height: 380px;
    width:480px;
  

}
.frameshadow {
	position: absolute;
  	left:430px;
    top:110px;
    height: 400px;
    width:490px;
  	background: url(dropshadow.png) no-repeat bottom right !important;
  	background: url(dropshadow.gif) no-repeat bottom right;
 }



