/* CSS Document */

#col1 {
	width: 500px;
	float: left;
	padding-left: 50px;
}

#col2 {
	float: right;
	width: 200px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	margin-top: 50px;
}
.contacttable {
	background-image: url(images/contact_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
