body {
	background: #FFF;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 18px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 720px;
	margin: 30px auto;
}

#head {
	height: 83px;
	background: url(img/logo.gif) no-repeat bottom left;
}

#banner {
	height: 93px;
	background: url(img/banner.jpg) no-repeat;
	margin: 5px 0;
}

#body {
	background: #00344d;
	padding: 20px;
	color: #FFF;
}

.lightblue {
	color: #00aeef;
}
	

.align-right {
	float: right;
}