<!--[if lt IE 7]>
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */
<![endif]-->

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	min-width: 774px;
	/*max-width: 998px;*/
	margin: 20px 0;
}
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 94%;
	margin: 0 auto;
	background:  url(sidebar.gif) repeat-y 10px 0;
}
#header, #subnav, #footer {
	color:;
	clear: both;
}
#header {
	background: url(pozadi.jpg) no-repeat;
  margin-top: 10px; 
}
#subnav, #footer {
	background:;
	padding: 10px 0;
	width: 100%;
}
#contentfloatholder {
/* right faux column tab */
	background: url(sidebar.gif) repeat-y 100% 0;
	float: left;
	width: 100%;
}
#contentfloatholder:after {
/* this is for NN6 to clear floats */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#center {
	margin: 0 235px 0 175px;
}
#centerwrap {
	float: left;
	width: 100%;
	margin: 0 -95% 0 0;
}
#left {
	float: left;
	width: 160px;
	margin: 0 0 0 -5.1%;
}
#right {
	float: right;
	width: 220px;
	margin: 0;
}
/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}
