

.img1 {
	height: auto;
	width: 25%
}

.container	{
	width: 80%;
	margin: 0 auto 0 auto;
	border: solid 1px #ccc;
}
.gradient {
	background: #cedce7; /* Old browsers */
	background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

h1 {
font-family: sans-serif;
}

h2 {
font-family: sans-serif;
font-size: 30px; 
}

.NavContainer {
	width: 80%;
	margin: 2% auto 0 auto;
	/* border: solid 1px #ccc; */
	font-family: sans-serif;
	font-size: 30px;
}

.ContactContainer {
	width: 80%;
	margin: 2% auto 0 auto;
	/* border: solid 1px #ccc; */
	font-family: sans-serif;
	font-size: 15px;
}

.AboutContainer {
	width: 80%;
	margin: 2% auto 0 auto;
	font-family: sans-serif;
	font-size: 15px;
}

.Address {
	width: 80%;
	margin: 0 auto 20 auto;
	font-family: sans-serif;
	font-size: 30px;
	}

.CenterDiv {
	width: 95%;
	margin: 5% auto 20% auto;

}
.ServicesContainer {
	width: 95%;
	margin: 2% auto 50% auto;
	border: solid 1px #ccc;
	font-family: sans-serif;
	font-size: 15px;
}

nav li {
	text-decoration: none;
	display: inline;
	margin-right: 5px;
	border: solid 4px #ccc;
	padding: 3px;
}

nav li a {
	text-decoration: none;
}
nav li a:hover {
	text-decoration: underline;
}
address a {
	text-decoration: none;
}
address a:hover {
	text-decoration: underline;
}