/* CSS Document */
#content {
	position:absolute;
	top:123px;
	left:0px;
	width:800px;
}
#in_content {
	position:absolute;
	left:160px;
	top:0px;
	width:640px;
}
#left {
	position:absolute;
	top:5px;
	left:0px;
	width:150px;
}
#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;
}
#in_nav {
	margin-left:1px;
	margin-right:1px;
	
}
.sublink {
	border-bottom:dotted 1px black;
}
#in_content ul {
	padding:5px 0px 5px 5px;
	margin:5px 0px 5px 5px;
}
#col1 {
	width:320px;
	float:left;
}
#col2 {
	width:320px;
	float:right;
}
.testamonial p {
	font-size:14px;
}
li {
	list-style:none;
}