p, h1 {
	margin: 0;
	padding: 0;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #e4007f;
	text-decoration: underline;
}

body {
	font-family: 'Lato', 'CI', sans-serif;
	font-weight: 400;
}

.container {
	border: 1px solid black;
	background-color: white;
	width: 768px;
	padding: 80px 0 80px 40px;
	color: black;
	font-size: 80%;
	line-height: 1.3;
}

.header {
	height: 80px;
	margin: 0 0 20px 0;
	padding-left: 10px;
	border-left: 5px solid black;
}

.header h1 {
	width: 434px;
	height: 22px;
	background: url(./img/fontxfan_title.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.left_box {
	float: left;
	width: 330px;
	margin: 0 30px 20px 0;
}

.left_box p {
	margin-bottom: 1.5em;
}

.right_box {
	float: left;
	width: 360px;
	margin: 0 0 20px 0;
}

.right_box p {
	float: left;
	display: inline;
}

.right_box img {
	margin: 0 30px 30px 0;
}

.footer {
}

.float_clear {
	clear: both;
}

.float_clear hr {
	display: none;
}
