@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
}

.wrap {
	width:700px;
	margin:60px auto;
}

.header {
	height:110px;
	border-top:#CCC 1px solid;
/*	border-bottom:#CCC 1px solid;*/
}

.logo {
	position:relative;
	top:-30px;
	left:10px;
}

.title {
	position:relative;
	float:right;
	padding:45px;
}

.title h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:58px;
	font-weight:bold;
	line-height:70px;
	letter-spacing:-4px;
	color:#666;
	margin:0px;
	padding:0px;
	text-align:right;
}

.title p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:-1px;
	color:#666;
	margin:0px;
	padding:0px;
	text-align:right;
}

.spacer {
	clear:both;
}