a {
	color: #000;
	text-decoration: none;
}
body {
	background: #39afd7;
}
.main {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	text-align: left;
	width: 640px;
	margin: auto;
	margin-top: 20px;
}
#header {
	height: 60px;
	border-bottom: 1px solid #000;
}
.h1 {
	font-family: 'Allerta Stencil', serif;
	font-size: 30px;
	float: left;
}
.h2 {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	float: right;
	padding-top: 6px;
}
h3 {
	font-family: 'Dosis', sans-serif;
	font-size: 30px;
}
.menu a {
	float: left;
	padding-top: 6px;
	width: 100px;
	height: 16px;
}
.menu a:hover {
	color: #cf4e27;
}
.active {
	color: #cf4e27;
}
.menu a#serv {
	width: 130px;
	margin-right: 10px;
	padding-left: 40px;
}
.menu a#last {
	width: 100px;
	margin-right: 0px;
}
.content {
	clear: both;
}
.content a {
	color: #c74b30;
}
.item {
	height: 750px;
	line-height: 1.3;
	padding-top: 25px;
}
.item b {
	font-family: "Neckcil";
}
.item small {
	font-size: small;
}
.form {
	display: inline-block;
	vertical-align: middle;
}
.footer {
	border-top: 1px solid #000;
	float: right;
	width: 640px;
	padding-top: 6px;
	margin-top: 20px;
} 
.footer a {
	color: #c74b30;
}