* {margin:0;padding:0}
body {
	padding: 0 0 0 0;
	color: Silver;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5C5C5E;
	font-size: 11px;
	background-image: url(../obr/podkladprechod.gif);
	background-position : top;
	background-repeat : repeat-x;
}
#wrapper{
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #454545;
}
#outer{
	margin-left: 190px;
	margin-right: 190px;
	color: White;
	width: 520px;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 190px;
	color: White;
	background-repeat: no-repeat;
	background-image: url(../obr/logo.jpg);
	text-align: right;
}

#left {
	position: relative; /*ie needs this to show float */
	width: 188px;
	float: left;
	margin-left: -187px; /*must be 1px less than width otherwise won't push footer down */
	left: -1px;
}
* html #left {margin-right:-3px;} /* 3px jog*/
* html #outer{ /* 3px jog*/
	margin-left:187px;
	margin-right:187px;
}
#right {
	position: relative; /*ie needs this to show float */
	width: 188px;
	float: right;
	margin-right: -187px; /*must be 1px less than width otherwise won't push footer down */
	left: 1px;
}
* html #right {margin-right: -190px; margin-left: -3px}/* stop float drop in ie + 3px jog */

#footer {
	width: 900px;
	clear: both;
	line-height: 20px;
	color: #000000;
	position: relative;
	font-size: 10px;
	text-align: left;
}
#outer h1{
	height: 200px;
	/*margin;*/
 margin-bottom: 0px;
	font-size: 12px;
} 
/*needed to make room for header*/
#centrecontent {
float: right;
width: 100%;
position: relative; 
}

html>body #centrecontent {margin: 0 -0.5%}/*moz needs this*/
.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden; 
	margin-top:-1px;
	clear:both;
}
