h1 {
	color: #933;
	letter-spacing: 1px;
}
h1 a {
	color: #999;
	text-decoration: none;
}

#about_nav {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 270px;
	height: auto;
	text-align: right;
}
#nav_img {
	position: relative;
	width: 209px;
	height: 209px;
	margin: 20px 0px 20px 61px;
	/* border: solid 3px #ccc; */
	overflow: hidden;
}

#content {
	position: absolute;
	left: 320px;
	top: 170px;
	width: 495px;
	height: 400px;
	overflow: auto;
}

.link_col {
	float: left;
	width: 145px;
	margin: 0px 18px 50px 0px;
}


