a {
	color: #ff7800;
	text-decoration: none
}
a:hover {
	color: #51abcc;
}
body {
	color: #6a6a6a;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px auto;
	padding: 0px;
	width: 400px;
}
dd {
	float: left;
	margin: 5px 0 0 20px;
}
dl {
	margin-top: 50px;
}
dt {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 0 0 50px;
	text-align: right;
	width: 70px;
}
h2 {
	text-align: center;
}
#header {
	height: 96px;
	margin: 150px auto 0;
	overflow: hidden;
	width: 391px;
}
#header h1 {
	background: url('/images/logo.png') no-repeat top left;
	height: 96px;
	margin: 0px
}
#header h1 i {
	visibility: hidden
}
