#content {
	width:800px;
	font-family: arial, helvetica;
}
#header {
}
#nav {
	width:150px;
}
#main {
	float:right;
	width:650px;
}
.nav {
	float:left;
	list-style-image: url('redball.gif');
}
#nboard {
	font-size: 12px;
	font-family: courier new;
	float:left;
	width:800px;
	background-color: #d3d3d3;
	
}
.nbt {
	font-family: arial, helvetica;
	font-size: 24px;
}
#footer {
	clear:both;
	float:none;
	width:800px;
}
a {
	color:green;
	text-decoration: none;
}
a:hover {
	color:red;
}
.skip {
	list-style-image: url('redball.gif');
}
#safety {
	color:red;
}
.parts {
	list-style-image: url('redball.gif');
}
.lstnav {
	list-style-image: url('redball.gif');
}
.danger {
	color:red;
}
.dwn {
	list-style-image: url('download.gif');
}