@charset "UTF-8";
/* CSS Document */

body {
	background-color: #141414;
	margin-top: 25px;
}

#center-body {
	width: 100%;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#columns {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#column-1 {
	float: left;
	width: 340px;
	padding-right: 20px;
}

#column-2 {
	float: right;
	width: 340px;
	padding-left: 20px;
}

.services {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}

.address {
	text-align: right;
}

.tel {
	font-weight: bold;
}

.email {
	font-weight: bold;
	text-align: right;
}

#footer {
	clear: both;
	padding-top: 50px;
	color: #333;
	text-align: center;
	padding-bottom: 50px;
}