

#nav {
	position: absolute;
	left: 0px;
	top: 68px;
	text-align: left;
	height: 336px;
	width: 172px;
	background: #FFCC33 url('/images/nav_bg.gif') no-repeat;
}

#contactinfo {
	position: absolute;
	left: 10px;
	top: 90px;
	color: #fff;
}

#contactinfo a {
	color:#fff;
	text-decoration: none;
}

#address {
	position: absolute;
	left: 0px;
	bottom: -188px;
	height: 59px;
	width: 172px;
	background-color: #666600;
}

#address p {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	position: relative;
	top: 8px;
	left: 10px;
}

#nav_bottom {
	position: absolute;
	left: 0px;
	bottom: -129px;
	height: 129px;
	width: 172px;
	background: #FFCC33 url('/images/nav_bottom.gif') no-repeat;
}

#nav_bottom p {
	letter-spacing: 1px;
	line-height: 20px;
	position: relative;
	top: 8px;
	left: 10px;
}

#main_links {
	position: absolute;
	top:145px;
	left:10px;
}

#main_links ul {
	text-transform: none;
	margin-left: 15px;
	list-style-image: url('/images/bullet.gif');
}

#main_links ul li {
	font-size: 12px;
	line-height: 15px;
}