body {
	width: auto;
}

img {
	border: none;
}

#body {
  width: auto;	
}

/*div.full,
div.innerbody{
   width: auto;
   border: 0;
   height: 100%;	
}*/

#wrapper {
  width: 550px;	
  border: 0;
}

#wrapper #innerbody div.full {
	position: relative;	
}

#wrapper div.column.left{
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: visible;
	clear: none;
	height: auto;
	float: none;
}

#wrapper div.column.content{
	width: 350px;
	position: absolute;
	left: 200px;
}

* html #wrapper div.column.left {
  position: relative;
  width: auto;
  clear: both;
}
* html #wrapper div.column.content {
  position: relative;
  width: 500px;
  clear: both;
}

a.btn-aqua,
#header a.print {
  visibility: hidden;	
}
#wrapper #container #header img.logo {
  visibility: visible;	
}
