<!--
body {
	margin:10px 0 0 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
}

a, a:visited, a:active {
	color:#066;
}

a:hover {
	text-decoration:overline;
	color:#044;
}

#wrap {
	margin:0 auto;
	width:778px;
}

.separator {
	height:1px;
	border-bottom:1px solid #000;
}

#col_one {
	width:356px;
	float:left;
	padding-top:20px;
}

#col_two {
	width:422px;
	float:right;
	background:url(images/plane.jpg) right 175px no-repeat;
	padding-top:80px;
}

#col_two ul {
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	color:#1569BD;
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
}

#col_two ul li {
	padding-left:25px;
	background:url(images/bullet.jpg) left center no-repeat;
}
-->