/* noteworthy styles ---------------------------------------------------------------- */

#noteworthy {
	clear:none;
	float:left;
	left:0;
	margin: 0 0 0 20px;
	position: relative;
	top:0;
	width: 400px;
}
.noteworthy-item {
	background: #FFF9F0;
	clear:both;
	display: block;
	float:left;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding:18px 0;
	width: 400px;
}
.noteworthy-thumb {
	clear:none;
	float:left;
	height: 75px;
	margin: 0 20px 0 18px;
	position: relative;
	width:75px;
}
.noteworthy-preview {
	clear:none;
	float:left;
	position: relative;
	width:265px;
}
.noteworthy-title {
	display: block;
	width: 265px;
}

/* about styles ---------------------------------------------------------------- */

#about {
	clear:none;
	float:left;
	line-height: 20px;
	margin: 0 0 0 20px;
	position: relative;
	top:0;
	width: 240px;
}


/* address styles ---------------------------------------------------------------- */

#address {
	background: url(../images/info-area.png) no-repeat 0 0;
	clear:none;
	float:left;
	height: 60px;
	margin: 30px 0 0 20px;
	padding: 16px 0 0 0;
	position: relative;
	width: 240px;
}
#address-info {
	margin: 0 0 0 20px;
}
#address a:visited{
	text-decoration: none;
}