.section-content {
	width: 870px;
	margin: 0 auto;
	padding: 110px 0;
}
.section-content .content {
	width: 50%;
}
.section-content .content-field-title {
	font-size: 36px;
	line-height: 1.1em;
}
.section-content .content-field-text {
	color: #808080;
	font-size: 16px;
	line-height: 1.3em;
}
.section-content-1 {
	text-align: center;
}
.section-content-1 .content {
	margin: 0 auto;
}
.section-content-2 {
	padding: 140px 0;
	background: url("../images/dawgs.jpg") no-repeat right bottom;
}

.section-image-1 {
	background: url("../images/pip-wallpaper.jpg") no-repeat center center;
	height: 600px;
}
.section-image-2 {
	background: url("../images/milady.jpg") no-repeat center center;
	height: 570px;
}
.section-image-3 {
	background: url("../images/toons.jpg") no-repeat center center;
	height: 570px;
}
.section-image-4 {
	background: url("../images/books.jpg") no-repeat center center;
	height: 540px;
}
.section-image {
	background-size: cover;
}

.section-content-3 .content {
	float: left;
}
.section-content-3  .form {
	width: 40%;
	float: right;
}
.page-about .form-contact .form-item-firstname {
	float: left; 
	width: 49%;
	margin-right: 2%;
}
.page-about .form-contact .form-item-lastname {
	float: left;
	width: 49%;
}
.page-about .form-contact .form-type-submit {
	text-align: right;
}