body {
	background: #3d4655 url(/i/page_background.png) repeat-x;
	margin: 0px;
	padding: 0px;
}

body, td, th {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 11px;
}

.slogan {
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size: 17px;
	color: #ffffff;
	font-weight: bolder;
	padding-top: 30px;
}

.top_menu {
/*	background: #6e7c8f url(/i/top_menu_background2.gif) repeat-x; */
	padding: 1px;
}

.content{
	background: #f3f3f3 url(i/body_background.png) repeat-y;
	padding: 20px;
}

.content a, .content a:hover, .content a:visited {
	color: #58657a;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
} 

.footer{
	color: #f3f3f3;
	text-align: center;
	padding: 10px;
}

.footer a, .footer a:hover, .footer a:visited {
	color: #f3f3f3;
	text-decoration: none;
	font-weight: bolder;
}

.footer a:hover {
	text-decoration: underline;
}

h1 {
	color: #5a7580;
	font-size: 36px;
	font-weight: bold;
/*	font-family: Impact, Haettenschweiler, Sans-Serif;*/
}

h2 {
	font-size: 14px;
	font-weight: bolder;
}

.top_menu_item {
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.top_menu_item a, .top_menu_item a:hover, .top_menu_item a:visited {
	color: #f3f3f3;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}

.top_menu_item a:hover{
/*	text-decoration: underline;	*/
}

.post_date {
	color: #5a7580;
	font-size: 12px;
	font-weight: bolder;
}

td.top_menu_item {	/* работает в IE4+ */
	behavior:url('/td.htc');
	cursor: pointer;
}	
td.top_menu_item:hover {	/* стандарт CSS2, работает в NN6/Mozilla */
	background-color:#545f70;
	cursor: pointer;
}		
td.top_menu_selected {
	background-color:#545f70;
}