.col{
	float: left;
	width: 450px;
	margin-left: 20px;
	padding: 0px 10px 10px 10px;
 
}

h2{
    margin-top: 20px;
}

.col:first-child{
	margin-left: 0;
	border-left: none;
	padding-left: 0px;
}

.col p{
    margin-bottom: 10px;
}

.address{
}

.col dt{
    margin-bottom: 5px;
    margin-top: 10px;
    font-style: italic;
}

.col dl {
}

table{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
}

td{
    text-align: center;
}


