body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d5d4d4;
	background: url('/images/template/background.jpg');
	height:100%;
}

td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

a,
a:link,
a:visited,
a:active {
	color: #2a2a2a;
	text-decoration: none;
}

a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}

.content {
	background: url('/images/template/content_background.jpg'); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	background-color: #e9e9e9; 
}

#menu_position {
	position: relative;
	left: 250px;
	top: 350px;
	width: 810px;
}

#menu { 
	padding:0; 
	margin:0;
	margin-left: 20px; 
} 

#menu li { 
	list-style-type:none;
	float: left;
	width: 130px;
	text-align: center;
	height: 50px;
	padding-top: 30px;
}

#menu li.first {
	list-style-type:none;
	float: left;
	background-image: none;
	width: 130px;
	text-align: center;
	height: 50px;
	padding-top: 30px;
}

#menu li a {
	font: 18px "Hobo Std";
	color: #4b4b4b;
	text-decoration: none;
}

#menu li.item a {
	font: 18px "Hobo Std";
	color: #2a2a2a;
	text-decoration: none;
	padding: 20px;
}

#menu li.item_selected a {
	font: 18px "Hobo Std";
	color: #2a2a2a;
	text-decoration: none;
	background-image: url('/images/template/menu_selected.jpg');
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50px;
	background-position: 50% 50px;
	padding: 20px;
}

h1 {
	padding-bottom: 30px;
	font: 24px "Hobo Std";
	background-image: url('/images/template/h1_line.jpg');
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 35px;
	background-position: 0px 35px;
	color: #2a2a2a;
}

h2 {
	margin: 0px;
	font: 24px "Hobo Std";
}

#main_page_content {
	padding: 10px;
	margin: 0px;
	line-height: 200%;
	font: 14px "Tahoma";
	width: 800px;
}

.pagination {
	position: absolute;
	right: 0px;
	top: -75px;
}

.pagination_text {
	color: #632525;
	font: 18px "Hobo Std";
	text-decoration: underline;
}

.news_background {
	width: 800px;
}
