* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: 14px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1.5em;
	color: #444444;
}

h1, h2 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
}

p {
	width: 300px;
}

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

a:hover {
	color: #4888B9;
}

.wrapper {
	width: 680px;
	margin: 9% auto;
}

.title {
	margin-right: 40px;
}

.text {
	border-left: 1px solid #bababa;
	padding-left: 40px;
	padding-bottom: 30px;
}

.logo, .title, .text {
	float: left;
	padding-top: 40px;
}

.clearfix {
	clear: both;
}