body {
	margin : 0;
	padding : 0;
	background-color : White;
	background-image : url(images/bkg.gif);
}
#header h1 {
	font-size : 14px;
	text-transform : uppercase;
	padding : 20px 0px 0px 60px;
	font-weight : bold;
	color : #FFA500;
	margin : 0;
}
#osn {
	border-left : 1px solid #460000;
	border-right : 1px solid #460000;
	background-color : White;
}
td {
	font : 12px/20px Arial, Helvetica, sans-serif;
}
p {
	text-align : justify;
}
#menu a {
	
	display : block;
	width : 99%;
	line-height : 27px;
	color : White;
	border-left : 1px solid #590000;
	background-image : url(images/fon_menu.jpg);
	text-decoration : none;
	text-align : center;

	font-weight : bold;
}
#menu a:hover {
	color : Yellow;
	border-left : 1px solid #A60000;

	
}
#adres p {
	border-top : 1px solid #820505;
	padding : 15px 0px;
	text-align : center;
}

