﻿.error404
{
	width: 700px;
	margin-top: 20px;
	margin-left: 100px;
	border: 2px #333 solid;
	background-color: #efefef;
	padding: 5px;
}

.error404 .title
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}

.error404 .normal
{
	font-family: 'Trebuchet MS',Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#toplinks {
	margin: 0 auto;
	height: 40px;
	text-align: center;
	background: #ff0000 url('/images/toplink_redbg.jpg') repeat-x top left;
}

#toplinks .topbtns {
	position: relative;
	width: 980px;
	margin:0 auto;
	text-align:center;
	background-color: #fff;
}


#toplinks .topbtns ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#toplinks .topbtns li {
	display: block;
	float: left;
	width: 157px;
	height: 34px;
	text-align: center;
	background: #ff0000 url('/images/toplink_btn_redbg.jpg') repeat-x top left;
	margin: 6px 4px 0px 0px;
}

#toplinks .topbtns a {
	display: block;
	margin-right: 3px;
	padding-top: 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
}

#toplinks .topbtns a:hover { 
	text-decoration: underline; 
}

