/* work the magic
--------------------------------------------------*/

a.BlockLink { 
	display:block; 
	cursor: default;
	border-style: solid;
	border-color: #FFF;
	border-width:medium;
	background: transparent;
}

div.BlockBackground { 
	background-color:#FFF; 
	background-repeat:no-repeat; 
	background-position:center; 
}

div.BlockBorder {
	border:1px solid #333; 
	clear:both; 
}

/* style it!
--------------------------------------------------*/

div.img-with-frame {
	/* don't set margin here */	
}

p.img-with-frame-caption {
	background-color:#FFF;
    font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-stretch:extra-condensed;
	!margin:0 auto;

}

/* layout
--------------------------------------------------*/

div.left {
  float:left;
  margin:0 12px 0 0;
}

div.right {
  float:right;
  margin:0 0 0 12px;
}

div.center {
  text-align: center;
  !margin:0 auto;
}


