#content{
	background:#fff url('../images/two-col-back.gif') repeat-y;
}

#zone{
	width:670px;
	font:12px Arial, sans-serif;
}

* html #zone{
	width:640px;
}

#zone th{
	padding-right:20px;
	padding-left:12px;
	text-align:left;
}

#zone td{
	padding:12px 10px 12px 10px;
}

#zone td.border{
	height:23px;
	background:transparent url('../images/border-back.gif') repeat-x;
}

#zone td.green{
	background:#E3F3B8;
	white-space:nowrap;
	vertical-align:top;	
}

#zone td.brown{
	background:#CCCC98;
	vertical-align:top;
}

#zone td.image{
	padding:0;
	vertical-align:top;
	background:#CCCC98;
	width:186px;
}

#zone td.image img{
	border:0;
}

#zone #name{
	height:111px;
}

#zone td #name td{
	padding:0;
	border:0;
	font:12px Arial, sans-serif;
}

#zone td #name td.top{
	vertical-align:top;
}

#zone td #name td.bottom{
	vertical-align:bottom;
}

#zone td #name td.bottom span.pdf-download a, #zone td #name td.bottom span.email a{
	font-weight:bold;
	color:#000;
	
}

#zone td #name td.bottom span.pdf-download a:hover, #zone td #name td.bottom span.email a:hover{
	color:#48564a;
}