#wrap {
	width: 800px;
	margin: 0 auto;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #FFF;
}
#searchbox {
	color: #FFF;
	width: 320px;
	float: left;
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000;
}
#mid-text {
	width: 364px;
	float: left;
	margin-left: 6px;
	font-size: 14px;
}
.small {
	font-size: 12px;
}



.link-box {
	color: #000;
	background-color: #F6C;
	text-align: center;
	display: block;
	height: 40px;
	margin-bottom: 8px;
}
.link-box a {
	color: #000;
}
#right-links {
	width: 105px;
	float: left;
	margin-left: 5px;
}
h1, h2, h3, h4 {
	margin-top: 2px;
}
h1 {
	font-size: 24px;
}

#nav-table tr td {
	background-color: #000604;
	color: #FFF;
}
#nav-table a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.clearboth {
	clear: both;
	height: 1px;
}
.bottom-blocks {
	color: #FFF;
	width: 260px;
	float: left;
	margin-left: 3px;
	text-align: center;
	font-size: 15px;
	background-color: #00C;
}
