#header {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: solid 1px #333;
}

#header div {
	float: left;
}

#header p {
	float: right;
}

#header a {
	text-decoration: none;
	color: #000;
}

#header h1,
#header h3 {
	margin: 0;
	padding: 0;
}

#feather {
	float: right;
	margin-left: 25px;
}

#content .shared h3 {
	margin-top: 0;
	padding-top: 30px;
}

#content .shared h3 em {
	display: block;
	font-size: 2.5em;
}

#content .shared p {
	display: none;
}

#content p.theend {
	text-align: center;
}

form,
#footer {
	display: none;
}