body {
	text-align: left;
}

#quicksearch, td#menu, #top2, #topnav, #bottom, #bc, #func, #totop, #about, #left {
	display: none;
}

#menu {
	background: #fff;
}

body #main {
	width: 640px;
	border: 0px;
	padding-top: 150px;
	margin: 0px 5px 5px 5px;
}

#logo img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}

#toppicture {
	position: absolute;
	top: 5px;
	left: 90px;
	z-index: 1;
	width: 558px;
	overflow: hidden;
	padding: 0px;
}

#toppicture img {
	display: none;
}

#top1 td {
	background: #fff;
}

#content {
	border: 0px;
}

#content div.inner {
	margin-left: 0px;
	padding: 0px 10px 10px 0px;
}

#content.left {
	margin-left: 0px;
}

#related .inner {
	padding-right: 0px;
}

@media screen {
	#notonprint {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		font-size: 74%;
		font-weight: bold;
	}
	
	#logo img, #toppicture {
		top: 30px;
	}
}