/* CSS Document */
/*this css is for pages with threee columns*/

#content {
	position:absolute;
	top:123px;
	left:0px;
	width:800px;
}

#in_content {
	position:absolute;
	left:0px;
	top:10px;
	width:800px;
}
#subnav {
	background-image:url(images/subnav.jpg);
	position:absolute;
	top:9px;
	left:0px;
}
.top {
	position:absolute;
	top:0px;
	left:0px;
}
#subnav .bottom {
	margin:0px;
	padding:0px;
	position:relative;
	top:3px;
}
#subnav ul {
	padding:0px;
}
#subnav li {
	list-style:none;
}
#subnav a {
	
	padding:4px;
	text-decoration:none;
	color:#336666;
}
#subnav a:hover {
	text-decoration:underline;
}
#in_nav {
	margin-left:1px;
	margin-right:1px;
	
}
#in_manf {
	margin:5px;
}
.sublink {
	border-bottom:dotted 1px black;
}
#manf ul {
	padding:0px 0px 0px 11px;
	margin:0px 0px 0px 11px;
}
#manf li {
	list-style:square;
}
object {
	float:left;
	margin-right:10px;
}