.body {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 160px;
	width: 950px;
	color: #FFFFFF;
	padding: 25px;
}
.lead {
	background-image: url(img/lead.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
	width: 950px;
}
.content {
	background-image: url(img/bgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.content h1 {
	font-size: 16px;
}

.meni {
	margin: 0px;
	padding: 10px;
}
.meni a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content h2 {
	font-size: 14px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

