body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 800px;
	background-image: url(../images/css_h_header.gif);
	height: 170px;
}
#nav {
	width: 500px;
	margin-left: 274px;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 25px;
}
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#nav li {
	 float: left;
	 white-space: nowrap;
	 padding: 0;
}
#nav a:link, #nav a:visited {
	color: #008AB3;
	text-decoration: none;
}
#nav a:hover {
	color: #008AB3;
	text-decoration: underline;
}
#link1 {
	margin-right: 76px;
}
#link2 {
	margin-right: 76px;
}
#link3 {
	margin-right: 71px;
}
#wrench, #hammer, #saw, #pliers {
	position: absolute;
	height: 57px;
	width: 57px;
	top: 0px;
}
#wrench {
	left: 268px;
}
#hammer {
	left: 376px;
}
#saw {
	left: 485px;
}
#pliers {
	left: 593px;
}
#content {
	position: absolute;
	height: 370px;
	width: 800px;
	left: 0px;
	top: 112px;
	background-image: url(../images/css_h_figure.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
}
#content h1 {
	font-size: 1.25em;
	margin-bottom: 0px;
	letter-spacing: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
#content p, #content li {
	font-size: 0.9em;
	line-height: 1.4em;
}
#flow01, #flow02, #flow03, #flow04, #flow05, #flow06, #flow07, #flow08, #flow09 {
  float: left;
  clear: left;
  margin: 0 .5em 0 0;
}
#flow01 {width:130px; height:55px;}
#flow02 {width:145px; height:30px;}
#flow03 {width:190px; height:30px;}
#flow04 {width:270px; height:40px;}
#flow05 {width:245px; height:30px;}
#flow06 {width:220px; height:30px;}
#flow07 {width:170px; height:30px;}
#flow08 {width:115px; height:50px;}
#flow09 {width:50px;	height:100px;}
.attribution {
	font-size: 0.8em;
	text-align: right;
	margin-top: 0px;
}
.lastPara {
	margin-bottom: 0px;
}
.firstPara {
	margin-top: 0px;
}
#insideContent {
	width: 500px;
	margin-left: 290px;
}
