body {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400; 
}

#header {
	background-color: #388e3c;
	text-align: center;
	color: white;
	padding:10px;
}

#header h1 {
	margin: 0;
}

/* customer statement */
#intro {
	display: inline;
	width:100%;
}

#intro_text {
	width:40%;
	padding-left: 20px;
	padding-right: 30px;
	float: left;
	margin-bottom: 15px;
	display: inline;
	text-align: justify;
}

#intro_photo  {
	height: auto;
	width: 48%;
	float: right;
	display: inline;
}

#intro_photo  img {
	height: auto;
	width: 100%;
	float: right;
	display: inline;
}

/* team members */
#services {
	background-color: #388e3c;
	clear: both;
	color: white;
	overflow: hidden;
	margin-bottom: 15px;
}

#servtable {
	margin: auto;
	background-image: url("images/services.png");
	height: 437px;
}

#servtable p {
	text-align: center;
}

.my_box2  {
	width: 300px;
	padding-right: 30px;
	float: left;
	text-align: justify;
	margin-left: 30px;
}

/* our skills */
#ourskills {
	background-color: #388e3c;
	clear: both;
	color: white;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 20px;
}

#skilltable {
	list-style-type: none;
	text-align: center;
	display: inline-block;
	width: 500px;
}

#skilltable li{
	width: 150px;
	margin: 0px;
}

.my_box100{
	width: 475px;  
	height: auto;
	padding-right: 10px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	font-size:3em;
}

/* wireframe */
#wireframe_photo  img {
	height: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}






