html, body {
	font-family: Verdana, Tahoma, Arial, Serif;
	margin: 0;
	background-color: #e3e3e3;
	font-size: 11px;
	color: rgb(57, 64, 80);
}

img {
	border: none;
}

a {
	font-weight: bold;
	color: rgb(57, 64, 160);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	width: 200px;
	float: left;
	display: block;
}

#page {
	width: 1010px;
	margin: 10px auto 0px auto;
}

#header {
	text-align: center;
}

#content {
	margin-top: 5px;
}

#left {
	float: left;
}

#center {
	float: left;
	width: 631px;
	overflow: hidden;
}

.link {
	clear: both;
	padding-top: 10px;
}

.link .image {
	float: left;
	width: 130px;
}

.link .description {
	float: left;
	width: 460px;
}

.link .description h1 {
	font-size: 12px;
}

#right {
	float: right;
}

#footer {
	clear: both;
	font-size: 10px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}