#photoAndActions {
	float: left;
	position: relative;
	display: inline;
	width: 340px;
	margin-top: 7px;
}

#mainImage {
	width: 340px;
	float: left;
	position: relative;
	display: inline;
	width: 340px;
	background: url(../img/big_image_bg.jpg);
}

#mainImage img {
	margin: 10px;
}

#photoAndActions .actions {
	float: left;
	position: relative;
	display: inline;
	font-size: 11px;
	margin: 5px 10px;
}

#photoAndActions .actions a {
	margin: 0 2px;
}

#stats {
	float: left;
	position: relative;
	display: inline;
	width: 320px;
	background: #E8E8E8;
	font-size: 11px;
	color: #666;
	padding: 0 10px 5px 10px;
	margin-top: 3px;
}

#stats span {
	float: left;
	position: relative;
	display: inline;
	width: 100%;
	margin-top: 4px;
}

#stats span strong {
	font-size: 12px;
	color: black;
	font-weight: normal;
}



#profileInfo {
	float: right;
	position: relative;
	display: inline;
	margin: 0 0 20px 0;
	width: 300px;
}

#profilePlace {
	font-size: 18px;
	margin-top: 10px;
}

#profileBasic {
	font-size: 12px;
}

.profile-section {
	float: left;
	position: relative;
	display: inline;
	width: 300px;
	margin-top: 30px;
}

.profile-section span {
	width: 100%;
	float: left;
	position: relative;
	display: inline;
	font-size: 11px;
	color: #666;
	margin-top: 4px;
	font-weight: normal;
}

.profile-section span strong {
	font-size: 12px;
	color: black;
	font-weight: normal;
	background: #E8E8E8;
	padding: 0 6px;
}

#profileWork {
	float: left;
	position: relative;
	display: inline;
	width: 680px;
	margin: 20px 0 0 10px;
}

#profileWork div {
	float: left;
	position: relative;
	display: inline;
	width: 150px;
}

#profileWork span.title {
	float: left;
	position: relative;
	display: inline;
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
}

#profileWork span.field {
	font-size: 12px;
	width: 85%;
	float: left;
	position: relative;
	display: inline;
	margin-top: 3px;
	background: #E8E8E8;
	padding:0 6px;
	left: -6px;
	font-weight: normal;
}

#profileWork #profileAbout {
	float: right;
	position: relative;
	display: inline;
	margin-top: 20px;
	width: 680px;
}

#profileAbout p {
	float: right;
	position: relative;
	display: inline;
	font-size: 12px;
	width: 680px;
	float: left;
	position: relative;
	display: inline;
	margin-left: 0;
}
