#notepad-header {
	border-top: 5px solid #da251c;
	border-bottom: 1px solid #dcdcdc;
	height: 106px;
	position: relative;
}
#notepad-header h1 {
	position: absolute;
	top: 25px;
	left: 17px;
	margin: 0px;
	padding: 0px;
	width: 133px;
	height: 56px;
	text-indent: -3000em;
	background: url(/htdoc/images/notepad/logo.gif) no-repeat;
}
#article {
	border-bottom: none;
	padding-bottom: 20px;
	margin: 0px;
	float: none;
	display: block;
	width: 100%;
}
#notepad-body {
	padding: 0px 20px;
}
body {
	border-bottom: 1px solid #dcdcdc;
}

