body {
	margin: 0;
	padding: 0;
	color: #333333;
	font:normal 14px Arial;
	background: url('images/background.png') repeat-x #f2f2f2; }

a { color: #aa0000; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a img {	border: 0; }

ul, li { margin: 0; }

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color: #f2f2f2; }

#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 260px;
	background: url('images/header.png') no-repeat; }

#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 290px;
	height: 60px; }

#topmenu {
	position: absolute;
	top: 0;
	left: 515px;
	width: 481px;
	height: 61px;
	background: url('images/topmenu.png') no-repeat; }

#search {
	position: relative;
	top: 155px;
	left: 560px;
	color: white;
	font:bold 18px Arial;
	width: 430px;
	height: 25px; }



#footer {
	margin: 0;
	padding: 9px 0 0 0;
	height: 54px;
	text-align: center;
	color: white;
	font:normal 14px Arial;
	background: url('images/footer.png') repeat-x; }

#footer a {
	color: white;
	text-decoration: none; }

#footer a:hover {
	color: #333333;
	text-decoration: none; }

#content {
	margin: 0 auto;
	padding: 0;
	width: 1000px; }

#left {
	width: 250px; }

#right {
	float: right;
	width: 735px; }

.menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 60px;
	color: white;
	text-align: center;
	font:bold 22px/60px Arial; }

.menu a {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 60px;
	color: white;
	text-align: center;
	text-decoration: none;
	font:bold 22px/60px Arial; }

.menu a:hover {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 60px;
	color: #aa0000;
	text-align: center;
	text-decoration: none;
	font:bold 22px/60px Arial; }

.search_input {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 25px;
	color: #333333;
	font:normal 18px Arial;
	background-color: white; }

.search_submit {
	border: 0;
	width: 100px;
	height: 25px;
	background: url('images/search_submit.png') no-repeat; }

.box {
	margin: 0;
	padding: 0;
	width: 250px; }

.headbox {
	margin: 0;
	padding: 0;
	width: 250px;
	height: 40px;
	color: white;
	font:bold 20px/40px Arial;
	text-align: center;
	background: url('images/headbox.png') no-repeat; }

.contentbox {
	margin: 0;
	padding: 0;
	width: 250px;
	background-color: #d4d4d4; }

.bottombox {
	width: 250px;
	height: 30px;
	background: url('images/bottombox.png') no-repeat; }

.postbox {
	margin: 0;
	padding: 0;
	width: 735px; }

.toppostbox {
	margin: 0;
	padding: 0;
	width: 735px;
	height: 11px;
	background: url('images/toppostbox.png') no-repeat; }

.contentpostbox {
	margin: 0;
	padding: 0 5px;
	width: 725px;
	background-color: #d4d4d4; }

.bottompostbox {
	margin: 0;
	padding: 0;
	width: 735px;
	height: 20px;
	background: url('images/bottompostbox.png') no-repeat; }

.hovertitle {
	color: #aa0000;
	font:bold 28px Arial; }

.hovertitle a {
	color: #aa0000;
	text-decoration: none;
	font:bold 28px Arial; }

.hovertitle a:hover {
	color: #333333;
	text-decoration: underline;
	font:bold 28px Arial; }

.posted_cat {
	color: #333333;
	font:normal 12px Arial; }

.clean {
	clear: both;
	visibility: hidden; }