html {
	overflow: auto;
}
body {
	background: #fff;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
a {
	color: #556d85;
	background: none;
	text-decoration: none;
}
a:visited {
	color: #7f7f7f;
}
a:hover {
	color: #556d85;
	text-decoration: underline;
}
a:active {
	color: #777;
	background: none;
}
input {
	margin-left: -20px;
}
.content_table {
	display: table;
	width: 955px;
	height: 600px;
	background: #fff url(../images/wizard_hat.jpg) no-repeat scroll right;
	margin: auto auto;
	font-family: Georgia, "serif";
	color: #333;
	padding: 20px 0 10px;
}
.title {
	display: table-row;
	height: 120px;
	font-size: 48px;
}
.search_box {
	display: block;
	width: 600px;
	height: 400px;
}
.links {
	display: table-row;
	height: 48px;
	font-size: 16px;
	padding-bottom: 8px;
}