/* =body */

body {
	background: #e4e4e2;
}

/* =wrap */

.wrap {
	width: 960px;
	margin: auto;
	text-align: center;
}

/* =header */

header {
	font-family: 'Raleway', sans-serif;
	margin-top: 250px;
	padding-bottom: 100px;
}

header, .main {
	text-transform: uppercase;
	font-size: 30px;
}

/* =coname */

.coname {
	font-family: arial, sans-serif;
	padding-bottom: 6px;
}

.bold {
	font-weight: bold;
}

.suffix {
	font-size: 12px;
}

/* =services */

.services li {
	display: inline;
	font-family: arial, sans-serif;
	font-size: 18px;
	padding-right: 5px;
}

.services li:after {
	padding-left: 10px;
	content: '|';
}

.services li:last-child:after {
	content: none;
}

/* =contact */

.contact p {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	margin: 33px;
	line-height: 1.2em;
}

.contact img {
	padding: 0 12px;
}





