#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 183px;
	width: 900px;
}
#footer {
	width: 900px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	bottom: auto;
	margin-top: -17px;
}
#content {
	font-size: 16px;
	color: #003300;
	background-image: url(images/content.gif);
	width: 860px;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat-y;
	line-height: 140%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #003300;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #003300;
}



#nav3 {

	background-image: url(/images/portfolio.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 186px;
	position: absolute;
	left: 332px;
}

#nav1 {
	background-image: url(images/home.gif);
	height: 78px;
	width: 152px;
	position: absolute;
}
#nav2 {
	background-image: url(images/about.gif);
	height: 78px;
	width: 180px;
	left: 152px;
	position: absolute;
}

#nav5 {
	background-image: url(/images/contact.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 205px;
	position: absolute;
	left: 695px;
}
#nav4 {
	background-image: url(images/services.gif);
	height: 78px;
	width: 177px;
	left: 518px;
	position: absolute;
}
a {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
