@charset "utf-8";

#container {
	position: relative;
}

#main strong {
	color: #333;
	font-weight: normal;
}

#main ul {
	padding: 0;
	margin: 0 0 15px 0;
}

#main li {
	width: 88px;
	text-align: center;
	float: left;
	list-style: none;
	margin-right: 18px;
	border: #CCC solid 1px;
	line-height: 1.6em;
	padding: 0 6px;
}

#main li a {
	text-decoration: none;
}

#main dt {
	font-weight: bold;
}

#main dd {
	margin-bottom: 1em;
}

#main .fleft {
	width: 500px;
}

#main .fright {
	width: 180px;
}

#social-button {
	position: absolute;
	left: 400px;
	top: 0;
	width: 300px;
}

#social-button #twitter {
	padding-top: 18px;
	width: 100px;
	height: 62px;
	float: left;
}

#social-button #facebook iframe {
	padding-top: 18px;
	width: 100px;
	height: 62px;
	float: left;
}
