div#content{
	float:right;
	display:inline;
	width:580px;
	height: 360px;
	margin:0 10px 10px 0;
}
.sml { font-size: 9pt;}

table{
	margin: 0;
}
th, td{
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

th.head1{
	background: #3C3;
	color: #FFF;
}
th.head2{
	background: #F63;
	color: #FFF;
}
td.columns { border-bottom: 1px solid #808080; }

div#images {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0 5px 0 0;
}

div#cont {
	float: right;
	width: 430px;
	padding: 0 5px 0 0;
}

div#cont h2{
	margin: 0 0 10px 0;
	color: #FFF;
}

div#cont_l {
	float: left;
	width: 280px;
	paddig: 5px;
}
div#cont_r {
	float: right;
	width: 280px;
	padding-left: 10px;
	border-left: 1px solid #808080;
}
