body {
	background-color: #f4ecdf;	
	background-image: url(images/top_bak.jpg);
	background-repeat: repeat-x;
}

body#subpage {
	background-color: #f4ecdf;
	background-image: url(images/top_bak_2.jpg);
	background-repeat: repeat-x;	
}
#message_strip {
	width: 219px;
	height: 128px;
	background-image: url(images/message_strip.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#top {
	width: 100%;
	text-align: center;
	background-image: url(images/top_graphic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 340px;
}
#top2 {
	width: 100%;
	text-align: center;
	background-image: url(images/top_graphic_2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 140px;
}

#navigation {
	margin-top: 0px;
	margin-bottom: 15px;
	height: 60px;
}
ul#navigation_list li {
	display: inline;
}
li.nav_item a {
	font-family:"Palatino Linotype","Times New Roman", Times, serif;
	text-decoration: none;
	position: relative;
	color: #e8ebaf;
	font-size: 17px;
	padding: 17px 20px;
	float: left;
}
li.nav_item a:hover {
	color: white;
	background-image: url(images/nav_select.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
li.nav_selected a {
	color: white;
	background-image:url(images/nav_select_current.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#sidebar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px/1.5;
}
li.widget_kbrss {
	list-style: none;
}
.widget_kbrss .widgettitle a {
	font-family: "Palatino Linotype", Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-decoration: none;
	color: #930000;
}

li.rss_feeds_list {
	list-style:url(images/check.png);
	margin: 5px;
	padding: 5px;
	line-height: 125%;
}
li.rss_feeds_list a{
	text-decoration: none;
	color: #930000;
}
li.rss_feeds_list a:hover {
	color: red;
}
.rss_feeds_date {
	white-space: nowrap;
	display: block;
}
p.linklove {display: none;}

#footer {
	width: 100%;
	margin-top: 20px;
	background-color: #1a1a1a;
	float: left;
	background-image: url(images/footer_bak.png);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px solid white;

}
#footer p {
	color: #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0 15px 0;
	font-size: 10px;
}