@import url(reset.css);

html {
	text-align: left;
}
body {
	position: relative;
	font: 13px "Georgia", sans-serif;
	background: #ffeeb9;
}
div#main_nav {
	background: #b1d3ef;
	height: 84px;
}
h1#branding {
	position: relative;
	background: url(../images/mano_logo.gif) no-repeat;
	width: 146px;
	height: 99px;
	text-indent: -9999px;
	display: block;
}
h1#branding a{
	width: 146px;
	height: 99px;
	display: block;
}
ul#nav_links {
	position: relative;
	top: -30px;
	left: 180px;
	margin-right: 180px;
}
ul#nav_links li {
	margin-right: 30px;
	display: inline;
}
ul#nav_links li a{
	color: #8896a1;
	font: bold 13px "Verdana" sans-serif;
	text-decoration: none;
}
ul#nav_links li a:hover{
	color: #fff;
}
div#content {
	padding: 40px 0 100px 80px;
	background: #fff;
}
h2#message_404{
	font: 40px "Georgia", serif;
	margin-bottom: 12px;
}
h3#sub_message {
	font: 18px "Georgia", serif;
	margin-bottom: 12px;
}
ul#suggested_links{
	width: 980px;
	text-align: center;
	margin: 90px 0;
}
ul#suggested_links li {
	float: left;
	padding: 0 10px;
}
ul#suggested_links li a{
	font: bold 14px "Georgia", serif;
	color: #000;
}
ul#suggested_links li a:hover{
	color: #c6b57f;
	text-decoration: none;
}
ul#suggested_links li a img {
	border: 2px solid #000;
	padding: 2px;
	background: #fcfcfc;
}
ul#suggested_links li a:hover img {
	border: 2px solid #e9057d;
}

div#footer {
	clear: both;
	padding: 30px 0 400px 40px;
}
