body {
	font-family: Helvetica, "Helvetica Neue", Arial,  sans-serif;
	color: #fff;
}

h1 {
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
	margin-bottom: 17px;
}

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

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}

.container {
	background-color: #353836;
	margin: 0 auto;
	width: 295px;
}

.nav {
	font-size: 11pt;
	height: 490px;
}

.nav a {	
	display: block;
	font-weight: 666;
	letter-spacing: -1px;
	padding: 472px 0 3px;
	text-decoration: none;
	width: 100%;
}

.nav div.button {	
	float: left;
	height: 490px;
	text-align: center;
	width: 59px;
}

.nav div.button.hello {
	background-color: #803E24;
}

.nav div.button.me {
	background-color: #984F23;
}

.nav div.button.you {
	background-color: #C09C34;
}

.nav div.button.web {
	background-color: #668598;
}

.nav div.button.together {
	background-color: #385380;
}

.content {
	min-height: 142px;
	padding: 30px 17px 17px;
}

.content p {
	line-height: 14pt;
}