@charset "utf-8";
/* CSS Document */
body {
background: url('../images/pattern.png') repeat left top;
}

.holder {
	width: 1000px;
	margin: 100px auto 0 auto;
}

.menu {
	float: left;
	text-align:center;
	width: 253px;
	height: auto;
	margin-right: 30px;
}

.menu a {
	font-family: BodyFont;
	font-size:30px;
	color: #000;
	text-decoration: none;
}

.menu li {
	margin-bottom:15px;
}

.home-content {
	float: left;
	width: 540px;
	height: 500px;
	margin-top: 50px;
}

.contact-content {
	font-family: BodyFont;
	font-size: 18px;
	padding: 20px 40px 40px 40px;
	float: left;
	width: 520px;
	height: auto;
	margin-top: 50px;
	background-color: rgba(255,255,255,0.5);
	border-style:solid;
	border-width:10px;
}

.business-card {
	font-size: 24px;
}

.social {
	position: absolute;
	margin-left: 500px;
	margin-top: -95px;
}

.home-social {
	position: absolute;
	margin-left: 550px;
	margin-top: -65px;
}

.services-section ul {
	list-style-type: square;
	margin-left: 20px;
}