#toprightad {
	position: relative;
}

#toprightad .closeAd {
	position: absolute;
	z-index: 1000;
	right: 40px;
	top: -8px;
	cursor: pointer;
}

#leftads {
	position: relative;
}

#leftads .closeAd {
	position: absolute;
	top: -11px;
	right: -12px;
	cursor: pointer;
	z-index: 1000;
}

div#topbar {
	padding-left: 170px;
}

div#container {
	width: 950px;
}

div#content {
	float: right;
	margin-top: 0px;
}

div#leftads {
	float: left;
	width: 160px;
	height: 600px;
	margin-right: 10px;
}

div#topads {
	width: 950px;
	height: 90px;
	margin: 5px auto 10px;
}

div#toprightad {
	width: 780px;
	height: 90px;
	float: right;
}

#removeads {
	float: left;
	width: 160px;
	height: 90px;
	margin-right: 10px;
	background: url('../../../images/noad_bg.gif') no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}

#removeads h1 {
	font: bold 20px Arial;
	color: #fff;
	margin-top: 5px;
	margin-left: 56px;
	line-height: 19px;
}

#removeads h1 span {
	font-size: 25px;
}

#removeads h2 {
	font: bold 14px Arial;
	color: #000;
	text-align: right;
	margin-top: 5px;
	padding-right: 8px;
	line-height: 14px;
}

#removeads li {
	font: bold 10px Arial;
	color: #434343;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 24px;
	line-height: 12px;
}