html{
        font: 76% Arial, helvetica, verdana, sans-serif;
	#background: url(../images/texture1.jpg);
	#background: #000000;
	height: 100%;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#wrapper {
	width: 1024px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #dedede;
	position: relative;
}
h1 {
	margin: 0;
	width: 1024px;
	height: 124px;
	background: url(images/header.png);
	text-indent: -777em;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#nav {
	list-style: none;
	margin: 124px 0 0 17px;
	padding: 0;
	float: left;
	width: 170px;
	overflow: hidden;
	border: 1px solid #989898;
	display:inline;
}
#nav 
li {
	float: left;
	clear: left;
	width: 170px;
	background: url(images/navbutton.png);
}
#nav 
a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: black;
	font-size: 1.25em;
	background: url(images/navhrtbt.png) 0 40px;
}
#nav 
a:hover {
	background: url(images/navhrtbt.png) 0 0;
}
#main {
	background: #f0f0f0;
	margin: 0 24px 0 206px;
	overflow: auto;
}
#content {
	margin: 124px 0 0;
	padding: 0 10px;
	text-align: justify;
}
h2 {
	margin: 0.75em 0;
	font-size: 1.5em;
}
h3 {
	font-size:18px;
	text-align: center;
	color: #347095;
   }
p {
	margin: 1.12em 0;
}
p.img { 
	border: 1px solid black;
	float: center;
}
#services 
* {
	display: none;
}
#services {
	height: 105px;
	background: url(images/services.png) -13px 0;
}
	
