body
{
	margin: 0px;
	text-align: center;
	background-image: url('pictures/pozadi.jpg');
	background-repeat: repeat-x;
	background-color: #FDF6E6;
}
.head
{
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 246px;
}
.menu
{
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 30px;
	background-image: url('pictures/pozadi_menu.jpg');
}
.menu a, .menu a:link, .menu a:visited
{
	width: auto;
	height: 30px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url('pictures/odrazka.gif');
	background-position: right center;
	background-repeat: no-repeat;
	color: black;
	text-decoration: none;	
}
.menu a:hover
{
	text-decoration: underline;
}
.main
{
	text-align: left;
	font-family:arial;
	margin: 0px auto;
	width: 880px;
	_width: 960px;
	border: 0px;
	padding: 40px;
	height: auto;
	min-height: 500px;
	_height: 500px;
	background-color: #FDF6E6;
}
.main p
{
	text-align: justify;
}