body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #244065;
	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;
	}
#content {
	margin: 0em;
	padding: 15px;
	background: #fff url(images/content_usa.gif) no-repeat top left;
	}
	

/*typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:hover {
	text-decoration: none;
	}
a:active {
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none;}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom: 1px solid #000;
	}
h2 {
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	border-bottom: 1px solid #000;
	}
h3 {
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	border-bottom: 1px solid #000;
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
div.bio img {
	border: 2px solid #000;
	margin:0;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0;
}

.bio {
	border-top: 3px solid #244065;
	border-left: 1px solid #244065;
	border-right: 1px solid #244065;
	border-bottom: 2px solid #244065;
	margin: 5px;
	padding: 5px;
}
#main { border: 1px solid #000;}

.serviceslist {
	list-style-type: none; 
	margin:0px;
	font-size: 10px;
	}
table.services {
	border-top: 3px solid #244065;
	border-left: 1px solid #244065;
	border-right: 1px solid #244065;
	border-bottom: 2px solid #244065;
	margin: 5px;
	}
.services h3 {
	text-align: center;
	font-weight: bold;
	}