body {
  background: rgb(204,204,191);
}

#page {
	width: 980px;
	margin: 0px auto;
  border: 5px solid rgb(245,245,240);
}
#page2 {
  border: 1px solid rgb(51,51,51);
}

#wrapper {
  background: rgb(255,255,255)  url("../images/wrapper-bg-t.png") repeat-x left top;
}
#wrapper2 {
	padding-top: 20px;
}


#content {
	width: 555px; /* 525px|560px */	
}

/* SIDEBAR*/
#sidebar {
 border-color: silver;
}


/* LOGO and Header */
#logo {
  top:  8px; left: 0px; 
  width: 160px; 
  height: 160px;
}
#blogname, #tagline, #hbar3 {
  padding-left: 190px; 
}
#header {
  xbackground: rgb(30,38,60) url("oleje-top.png") repeat-x top left;
}

#header {
  background: rgb(102,102,51);
	height: 150px;
	border-top: 1px solid rgb(153,153,102);
	border-bottom: 1px solid rgb(51,51,0);
}
#header #blogname a {
	color: rgb(255,255,245);
}
#blogname {
	color: rgb(191,204,250);
	padding-top: 20px;
	font-size: 4.2em;
  font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;

}
#tagline {
  color: rgb(204,204,191);
  padding-top: 0px;
  font-size: 1.5em;
  font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;

}
#hbar {
 	color: rgb(51,51,0);
 	background: rgb(153,153,102);
 	border-top: 1px solid rgb(204,204,153);
 	border-bottom: 1px solid rgb(102,102,51);
}
#footer {
  color: rgb(204,204,204);
  background: rgb(51,51,51);
  border: none;
}


