body  {
	font: 100% Arial;
	padding: 0;
	text-align: center;
	background-color:#666
}
.body #container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: justify;
	background-image: url(image/pozad_web.jpg);
}
.body #header { 
	height: 100px;
	background-image:url(image/logo.png)
	padding: 0 10px 0 20px;
}
.body #sidebar1 {
	position: absolute;
	top: 102px;
	left: 2px;
	width: 196px;
	height: 170px;
}
.body #sidebar2 {
	position: absolute;
	top: 111px;
	right: 4px;
	width: 120px;
	height: 404px;
}
.body #mainContent { 
	margin: 0 200px; 
	padding: 0 14px;
	height: 100%px;
	width:550px;
}
.body #mainContent2 { 
	margin: 0 0px; 
	padding: 0 3px;
	height: 150px;
	width:650px;
}
.body #mainContent_index {
	margin: 0 px;
	padding: 0 0px;
	height: 100%;
	width:780px;
}
.body #foOter { 
	padding: 0 10px 0 20px; 

} 
.body #footer p {
	margin: 0; 
	padding: 0px 0; 
}

.body #container #mainContent p {
	font-size: 14px;
}
.body #container #mainContent h3 {
	color: #014083;
}
.style1 {
	font-size: 12px;
	color: #FFF000;
	text-decoration:none;
	text-align:left;
}
.style2 {
	color: #000;
	text-decoration:none;
	font-size: 12px;
}
.style2:hover {
	color: #FFF000;
	font-size: 12px;
	text-decoration:none;
}
.style3 {
	color: #000;
	text-decoration:none;
	font-size: 12px;
}

