
* {margin:0;padding:0}
body {
	padding: 0 0 0 0;
	color: #000000;
	background: white;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper{
	margin: 0 auto;
	width: 1010px; position: relative;
	text-align: left;
	background: #fff;
	padding: 0;	
	
}
#body-left {background: url(images/body/beige/body-l.png) 0 0 repeat-y;}
#body-right {background: url(images/body/beige/body-r.png) 100% 0 repeat-y;}
#header-bar {border-top: 3px solid Silver;}
#top-bar {background: #dbdbdb url(images/body/beige/topbar-bg.png) 0 0 repeat-x;color: #444;}
.wrapper {position:relative;}
.clr {clear: both;}
 #page-bg {background: #fff url(images/background/white/page-bg.png) 0 0 repeat-x;}

#outer{
	margin-left: 190px;
	margin-right: 0px;		/* !!!!!!!!!!!!!!!!!!!!!!!! */
	background: white;
	color: #000000;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	line-height: 110px;
	color: White;
	text-align: right;
	font-size: 10px;
		/* background: url(images/obr_3a.gif); */
}

#left {
	position: relative; /*ie needs this to show float */
	width: 190px;
	float: left;
	padding-left: 5px;
	margin-left: -189px; /*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:167px;
}
#right {	/* !!!!!!!!!!!!!!!!!!!!!!!! */
	position: relative; /*ie needs this to show float */
	width: 160px;
	float: right;
	padding-right: 2px;
	left:1px;
}
* html #right {margin-right:-170px;margin-left:-3px}/* stop float drop in ie + 3px jog */

#footer {
   clear: both;	
	border: none; 
	background: #ededed url(images/bluee.gif)repeat-x bottom left; 
	11111background: white url(images/bluee.gif) repeat-x bottom left;
	11111111111background: #ededed url(images/trackerLeftB.gif) left bottom no-repeat; 
	width: 100%;
	line-height: 40px;
	background-color: #F0F0F0;
	color: #000000;
	position: relative;
	font-size: 10px;
	text-align: left;	
}
#clearheader{height:130px;}/*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;
}

