body {
	background-color: #d9dce9;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	background-color: #ffffff;
	border: 1px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 820px;
	display: inline;
}
#header {
	width: 820px;
}

#ads{
	position: relative;
	float: left
	width: 120px
	
	margin: 3px;
	text-wrap: white-space; /* inherits to all descendants */
}
#content {
	
	float: center;
	margin: 1px;
	width: 820px;

}


