.frame {
	margin: 0 auto 20px auto;
	width: 370px;
	padding: 1px 0;
	border-top: 1px solid #ccc;
	background: #fff;
}

.button {
	position: absolute;
	margin: -8px 0 0 328px;
	width: 16px;
	height: 20px;
}

.content {
	padding-bottom: 10px;
 	overflow: hidden;
}

.content h3 {
	padding-top: 8px;
	margin: 0 14px 8px 14px;
	padding-left: 42px;
	background: url() no-repeat 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #555;
}

.content p {
	margin: 0 14px 1em 0px;
	line-height: 1.3em;
	text-indent: 1.5em;
	text-align: justify;
	color: #333;
}

#about .button {
	background: url(../img/btn_about_cl.png);
}

#about .content h3 {
	background-image: url(../img/icn_about.png);
	color: #6b743d;
}

#about .content p a {
	text-decoration: none;
	border-bottom: 1px dashed #6b743d;
	color: #A9CE14;
	font-weight:bold;
}

#about .content p a:hover {
	border-bottom: 1px dashed #4b541d;
	color: #2b340d;
}

#portfolio .button {
	background: url(../img/btn_portfolio_cl.png);
}

#portfolio .content h3 {
	background-image: url(../img/icn_portfolio.png);
	color: #666;
}

#contact .button {
	background: url(../img/btn_contact_cl.png);
}

#contact .content h3 {
		background-image: url(../img/icn_contact.png);
		color: #43747c;
}


