/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: black ;
	background-color: white;
}

*
{
	margin: 0;
	padding: 0;
}

#wrapper {
background: url(images/vodorav.JPG) repeat ;
width: 960px;
margin: 0 auto;
margin-top: 10px;
}

/* 180 12 576 12 180 */

#header {
margin-top: 0px;
padding-top: 0px;
height: 180px;
background: url(images/header.JPG) no-repeat center center;
background-color: yellow;
}

#header a {
text-decoration: none;
}

#leftbar {
margin: 0px;
float: left;
width: 180px;
text-align:center;
overflow: hidden;
}
#leftbar p {
	padding-left: 3px;
	padding-right: 3px;
}

#content {
float: left;
color: black ; 
background-color: transparent;
padding: 0px;
margin-top: -20px;
margin-left: 12px;
padding-bottom: 15px;
width: 576px;
}

#rightbar {
margin-top: 0px;
margin-left: 12px;
float: left;
width: 179px;
overflow: hidden;
}
#rightbar p {
	padding-left: 3px;
	padding-right: 3px;
}

#footer {
clear: both;
margin: 0px;
padding: 0px;
height: 90px;
background: url(images/footer.JPG) no-repeat;
}
#footer a {
text-decoration: none;
color: gray;
}


