#header {
	width: 845px;
	height:100px;
	margin-top: 0px;
	_margin-top: 0px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left: auto;
	overflow: hidden;
	background:url(img/head.gif) no-repeat 100% 0;
}

#header a {
	display:block;
	width: 845px;
	height:100px;
}

#header h1 {
	width: 150px;
	float: left;
}

#left {
	width: 470px;
	margin-top:0px;
	padding-right: 0px;
	float: left;
}

#left_side {
	width: 180px;
	margin-top:0px;
	padding-right: 0px;
	float: left;
}

#right {
	width: 320px;
	float: right;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:-20px;
	background-color:transparent;
}

#right_side {
	width: 600;
	float: right;
	margin-left:5px;
	margin-right:0px;
	padding-left:10px;
	margin-bottom:0px;
	background-color:transparent;
	border-left:1px solid #eee;
}

#footer {
	clear: both;
	width: 840px;
	background-color: tranceparent;
	margin-right:auto;
	margin-left: auto;
	margin-top:15px;
	font-size:0.8em;
}

#footer_copy {
	width: auto;
	background-color: tranceparent;
	margin-top:10px;
	padding:5px auto 20px auto;
	text-align:center;
}


/***************ŠpŠÛ**********************/

/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(img/box_no_shade.gif) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(img/box_no_shade.gif) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:22px;
	margin:0 0 0 18px;
	background:url(img/box_no_shade.gif) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-18px;
	width:18px;
	height:22px;
	background:url(img/box_no_shade.gif) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(img/borders_no_shade.gif) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(img/borders_no_shade.gif) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

