/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}

/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */

html{
	background: #A1B0C5;/*#9CAABE;*/
  background-image: url('images/ozadje.gif');
  background-position: top center;
  background-repeat: repeat-y;
}

body {	
	color: #FFF;
	width: 960px;        
	margin-left: auto;
	margin-right: auto;	
}
#outer{
	margin-left:1px;
	margin-right:190px;
	background: #FFF;
	margin-bottom:-52px;
	min-height:100%;	
}
#header{		
	position:absolute;
	top:0;	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height:100px;
	background: #f3faff;	
	overflow:hidden;
  background-color: #FFF;
}
#left {
	text-align : left;
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	margin-left:-189px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p,
#right p {padding:3px}

#right {
	text-align : left;	
	position:relative;/*ie needs this to show float */
	width:190px;
	float:right;
	margin-right:-189px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000;
}
#footer {
	width: 960px;
	clear:both;
	height:50px;
	border-bottom:1px solid #C0C0C0;
	background-color: #FFF;
	background-image: url(images/navbar.gif);
        background-position: top left;
        background-repeat: repeat-x;
	text-align:center;
	position:relative;
}

#clearheader{height:101px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#centrecontent {
        width: 570px;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000;
}

