.aboutbox {
	position: relative;
	display: block;
	border: 1px solid #e1ddcf;
	background: white;
	-moz-border-radius: 12px;
	-moz-box-shadow: 0px 0px 4px #e6e3d6;
	margin-bottom: 8px;
	color: #333;
}

.aboutbox .image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	background: white no-repeat center center;
	border-left: 1px solid #e1ddcf;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

.aboutbox .content {
	display: inline-block;
	margin-right: 128px;
	padding: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
}

.aboutbox a {
	color: #080;
	text-decoration: none;
}

.aboutbox a:hover {
	color: #2a2;
	text-decoration: underline;
}

