body {
	font:	11px/1.2 Helvetica, Verdana, Arial, sans-serif;
	color:#666;
	padding:0px;
	margin:10px 10px 0px 10px;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color:#FFF;
	}
	
#nav {
	position: absolute;
	left:10px;
	top:70px;
	width:200px;
	}

#centercontent {
	margin-left: 199px;
	margin-right:199px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.
	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	}
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:70px;
	width:200px;
	line-height:1.0;
	}
	
#banner {
	background-image: url(http://www.noisebetweenstations.com/personal/images/nbs-logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height:60px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:149px;
	}
html>body #banner {
	height:149px;
	}
		
a {
	text-decoration:underline;
	}
a:link {
	color:#A55;
	}
a:visited {
	color:#CA0;
	}
a:active {
	color:#CA0;
	}
a:hover {
	color:#CA0;
	}
	
pre {
	font-size:11px;
	}
	
.alignmiddle 
	{
	text-align:center;
	}
	
span.alignmiddle 
	{
	text-align:center;
	}
	
.greek {
	color:#999;
	}

ul {
	margin:5px;
	padding:0px;
	list-style-type: none;
	}

ol {
	margin:5px;
	padding:0px;
	list-style-type: decimal-leading-zero;
	}

li {
	margin:5px;
	padding:0px;
	}
	
#centercontent ul {
	margin:20px;
	padding:0px;
	list-style-type: disc;
	}


p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	}	

h2 {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	}
	
h3 {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	}
	
.baddog 
	{
	display:none;
	}
	
.smallcaps
	{
	font-size:10px;
	}
	