* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	background-image: url( images/background.jpg );
	background-repeat: repeat-x;
}

h2 {
	color: green;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.title {
	color: green;
	font-size: 14px;
	text-align: centre;
}

.phone {
	color: green;
	font-size: 30px;
	text-align: center;
	margin-left: 20px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#logo {
	height: 57px;
	width: 880px;
	margin-top: 5px;
	background: url( images/logoBackground.jpg );
}

#largeImage {
	width: 880px;
	height: 230px;
	background: url( images/tree.jpg ) no-repeat;
}

#mainContent {
	padding: 15px;
}

#contactUs {
	width: 860px;
	height: 190px;
	margin-top: 10px;
	margin-left: 15px;
}

.contactInformation {
	width: 245px;
	height: 170px;
	float: left;
	margin-left: 10px;
	padding: 10px 15px 10px 10px;
	background: url( images/contact.jpg ) no-repeat;
	text-align: left;
}

#contactPhone {
	width: 260px;
	height: 170px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	background: url( images/contact.jpg ) no-repeat;
	text-align: left;
}

#footer {
	color: gray;
	width: 880px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

