body {
	background-position: center top;
	background-color: #F2EBC8;
	text-align: center;
	margin: 0px;
	color: #000000;
}

#container {
	position: relative;
	width: 655px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}

#content {
	width: 584px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	background-color: #FFFFFF;
	padding-left: 35px;
	padding-bottom: 15px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c5b8;
	border-left-color: #c7c5b8;
	padding-right: 35px;
	padding-top: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00674E;
	font-weight: normal;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 114px;
	padding-top: 200px;
	width: 654px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c7c5b8;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c7c5b8;
}

#header2 {
	position: relative;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 5px;
	padding-top: 200px;
	width: 654px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c7c5b8;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c7c5b8;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00674E;
	line-height: normal;
	height: 50px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #30846F;
	width: 658px;
	padding-top: 3px;
}
#footer a {
	color: #30846F;
	text-decoration: none;
}

#content a {
	text-decoration: none;
	color: #3C8B78;
	font-weight: normal;
}
#content a:hover {
	color: #C2A303;
}
#menu {
	width: 654px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C7C5B8;
	border-left-color: #C7C5B8;
	height: 95px;
	padding-top: 10px;
}
#logo {
	width: 180px;
}
#menu a, #menu span {
  background-repeat: no-repeat;
  background-color: transparent;
  height: 95px;
  float: left;
  padding: 0 0px 0 0px;
  outline: 0;
}
#menu a:hover,active,focus {
  background-position: 0 -95px;
}
#menu .home {
background-image: url(images/home.gif);
width:331px;
}
#menu .services {
background-image: url(images/services.gif);
width: 96px;
}
#menu .ourwork {
background-image: url(images/ourwork.gif);
width: 114px;
}
#menu .contact {
background-image: url(images/contact.gif);
width: 104px;
}
