
#content {
	padding-bottom: 30px;
}
#content h1{
	border-bottom: 1px solid #333;
}
#content .col{
	float: left;
	margin-right: 20px;
	width: 330px;
	xbackground: green;
}
#content .col-2{
	width: 150px;
}
#content .col-3{
	margin: 0;
}
#content{
	background: #fff;
	border: 4px solid #999;
	xwidth: 50%;
	padding: 15px;
	margin-top: 20px;
}
#content *{
	color: #333;
}
table, table th{
	border-color: #777;
}

