body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#full {
width:100%;
clear:both;
}
#left {
float:left;
width: 230px;
}
#right {
float:left;
width: 60%;
}
#left p {
margin: 50px;
line-height:1.7;
font-weight:400;
}
.menu:link, .menu:visited, .menu:active {
color: #ff4000;
text-decoration: none;
}
.menu:hover {
color: #333333;
text-decoration: none;
}

h2 {
	font-size: 11pt;
	
	margin:0px 20px 15px 20px;
}
#right p {
margin:5px 20px 0px 20px;

text-align:justify;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
color: #ff4000;
	text-decoration: underline;
}
.str:link, .str:visited, .str:active, .str:hover {
	color: #ff4000;
	text-decoration: none;
	font-size: 11pt;
}
#bot {
	background-image: url(images/ulitka.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	height: 225px;
	width: 100%;
}

