/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	background: url(images/background.JPG) repeat-x ;
	color: white ;
	background-color: #828282;	
}

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

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

#leftbar {
position: absolute;
width: 258px;
left: 15px;
text-align:center;
}

#content {
color: white ; 
margin-left: 303px;
margin-right: 0px;
width: 642px;
}

#footer {
clear: both;
color:black;
margin: 0px;
text-align:right;
}
