@charset "utf-8";  #middle-col {	width: 500px;}#right-col {	float: right;	position: relative;	width: 220px;	margin-bottom: 20px;	}		.grey-box {		width: 200px;		margin: 0 0 10px 0;		background: url(../images/grey-box_middle.jpg) center repeat-y;		}		.grey-box .box-top {			background: url(../images/grey-box_top.jpg) top center no-repeat;			height: 14px;		}		.grey-box .box-caption {			background: url(../images/grey-box_top_caption.jpg) top center no-repeat;			text-align: center;			color: #000;			font-size: 0.875em;			font-weight: bold;			padding: 0.625em 10px 0.375em;			overflow: hidden;		}		.grey-box .box-underline {			background: url(../images/grey-box_caption.jpg) center no-repeat;			height: 4px;			margin-bottom: 0.375em;		}		.grey-box .box-content {			padding: 0 10px;			overflow: hidden;			}			.grey-box .box-content p {			  font-size: 0.75em;				padding: 0 0 0.75em 0;			}      .grey-box .box-content ul {        font-size: 0.75em;        padding: 0 0 0.75em 1.25em;      }			.grey-box .box-bottom {			background: url(../images/grey-box_bottom.jpg) bottom center no-repeat;			height: 14px;		}
