body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 69%;
	color: #000;
	background-color: #fff;
	background-image: url(http://www.thenoodleincident.com/img/_.gif);/*these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
	background-repeat: no-repeat;
	background-position: top left;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 1.2em;
	margin-bottom: 1.1em; 
	}
ol,ul {
	font-size: 1.0em;
	line-height: 3.0em;
	margin-top: 1.3em;
	margin-bottom: 1.2em;
	}
li {
	font-size: 1.0em;
	line-height: 1.23em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
h1 {
	font-size: 3.2em;
	line-height: 2.7em;
	margin-top: 0;
	margin-bottom: 0; 
	}
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 3.1em;
	margin-bottom: 1.5em;
	margin-left: -40px;
	font-weight: bold;
	}
img {
	border: 0px;
	}
.copyright {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
	}	
.PageNav {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: right;
	}
#head {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 210px;
	background: #fff url(../img/pipe4.jpg) 6% 0% no-repeat;
	height: 100px;
	}
#content {
	margin: 12px 230px 10px 5%;
	padding: 0px 40px 0px 40px;
	background: #fff;
	border-right: solid 1px #ccc;
	}	
#innerbox {
	margin: 30px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
#menu {
	position: absolute;
	top: 115px;
	right: 15px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	width: 200px;
	}
#tail {
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	background: #fff;
	border-top: solid 1px #ccc;
	text-align: center;
	width: 100%;
	}