body {
	text-align:left;
	color:#1a1a1a;
}

#wrap {
	width:600px;
	margin:0 auto;
}

.logo {
	margin-bottom:50px;
}

.left {
	width:125px;
	float:left;
}

.right {
	width:423px;
	float:left;
	margin-left:52px;
}

.right img.desc {
	margin-bottom:36px;
}

.right h1 {
	font-size:77%;
	text-transform:uppercase;
	color:#687F88;
	font-weight:bold;
	margin:6px 0;
}

.right p a, .right p span {
	color:#ee4523;
	text-decoration:none;
}

.right p span {
	font-weight:bold;
}

.right p {
	margin-bottom:35px;
	font-size:93%;
	line-height:1.75em;
}

#footer {
	font-size:85%;
	margin:60px 0 20px 0;
}

#footer a:link,
#footer a:visited {
	color:#677f88;
	text-decoration:none;
	padding:1px 2px;
}

#footer a:hover,
#footer a:active {
	color:#fff;
	text-decoration:none;
	background:#ef4523;
}

/* Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	*zoom:1;
}