/* Layout */

#container {
	position: relative;
	margin: 10px;
	padding: 0px;
	width: 700px;
	border: 1px dotted rgb(255, 0, 0);
	background: #ffffff
}

#header {
	height: 145px;
	margin: 0;
	border-bottom: 1px dotted rgb(255, 0, 0);
	/* background: url(urchin.png) center right no-repeat; */
}

#nav {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 166px;
	text-align: right;
	border-right: 1px dotted rgb(255, 0, 0);
}

#intro, #main {
	margin: 0px 0 0 192px;
	width: 480px;
}



/* Look */



body {
	background: #fafafa;
	font-family: verdana,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	color: rgb(102, 102, 102);
}

p, li{
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
}

td {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
	vertical-align: top;
}

h1 {
	font-size: 30px;
	padding: 5px 5px 10px 5px;
	margin: 0;
}

#nav p {
	margin: 0;
	padding: 40px 35px 25px 28px;
	font-size: 15px;
	line-height: 20px;
}

.underline { text-decoration: underline;
}

.byline {
	font-size: 14px;
	font-weight: bold;
	padding: 25px 25px;
}

code { color: green;
}

table { margin: 10px;
}

/* Links */

a { 
    color: black;
}

a:hover { color: orange;
}

a.navlink {
	text-decoration: none;
	font-weight: bold;
	
}