body {
    
	margin:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#CCCCCC;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:36px;
	line-height:28px;
	font-weight:900;
	color:#000000;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content&gt;p {margin:0px;}
#Content&gt;
a {
	color:#09c;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {
	color:#0000FF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:hover {background-color:#eee;}

#Nspbody {
	position:relative;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 10px 10px 10px;
	border: solid 1px;
	background-color: #CCFFCC;
	margin-top: 10px;
}
	 
#Header {
	margin:10px 0px 10px 0px;
	padding:17px 0px 10px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:80px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:2px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#00FFFF;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See <a id="linkification-flag-id" class="linkification-ext" href="http://glish.com/css/hacks.asp">http://glish.com/css/hacks.asp</a> for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:80px; /* the correct height */
	}
/* This is called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body&gt;#Header {
	height:14px;
}

#Content {
	margin:0px 40px 0px 160px;
	padding:10px;
	}
	
#whatnsp {
	padding: 25px 20px 10px 20px;
	background-color: #99CCCC;
	margin: -1px 100px 10px 240px;
	}

#Menu {
	position:absolute;
	top:154px;
	left:11px;
	padding:10px 0 0 20px;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:124px;
	height: auto;
	}
/* Again, "be nice to Opera 5". */
body&gt;#Menu {
	height: 350px;
}
