/* CSS Document */
body {
	font:11px arial,sans-serif;
	color:#000;
	background:#fff url(../images/no_ads_bg.gif) repeat-x;
	margin:0;
	min-width:936px;
	font-size:62.5%;
}

h1.logo {
	top: 53px;
}
#header {
  background:url(../images/no_ads_bg-header.gif) no-repeat 100% 0;
	height: 150px;
}
.header{
	height: 41px;
}

.no_ads {
	float:right;
	width:330px;
	padding:0;
	margin:4px 0 0;
	list-style:none;
}
.no_ads li {
	float:left;
	width:auto;
	padding:8px 0px 0px 18px;
	/* border-bottom:1px solid #fff; */
}
.no_ads li a {
	display:block;
	height:8px;
	margin:0 0 8px;
	line-height:8px;
	text-indent:-9999px;
}
.no_ads li a.home {
	background:url(../images/homepage.gif) no-repeat;
	width:154px;
}
.no_ads li a.about {
	background:url(../images/about.gif) no-repeat;
	width:57px;
}
.no_ads li a.talk {
	background:url(../images/talk.gif) no-repeat;
	width:64px;
}
#no_ads {
  height: 41px;
}