body {
	margin: 0;
	padding: 0;
	font: small arial, helvetica, sans-serif; 
	text-align: left;
	min-width: 750px;
	background: white; color: black;
	}

h1 {
	color: #00694f; 
	font-size: 150%; 
	font-weight: bold;
	}

h2 {
	color: #00694f;
	font-size: 100%;
	font-weight: bold;
	}

#homecontainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 700px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	}
#left {
	width: 160px; 
	height: 455px;
	position: absolute; 
	top: 0px; 
	left: 0px;
	} 

#main {
	position: absolute;
	width: 717px;
	height: 354px;
	top: 90px; 
	left: 20px;	
	}

/*----------------Navigation CSS-----------------------*/
#navcontainer {
	height: 58px;
	margin: 0 auto;
	position:absolute; 
	width:717px; 
	left: 20px; 
	top: 22px;
	}

#nav {
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 58px;
	display: inline;
	overflow: hidden;
	width: 717px;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a {
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px; /* for IE5/Win */
	}

#nav a:hover {
	background-position: 0px -45px;
	}

#nav a:active, #nav a.selected {
	background-position: 0px -90px;
	}
	
#thome a {
	width: 58px;
	background: url(../images/home.gif) no-repeat left top;
	}
	
#taboutus a {
	width: 87px;
	background: url(../images/aboutus.gif) no-repeat left top;
	margin: 0 0 0 3px;
	}
	
#tproducts a {
	width: 94px;
	background: url(../images/products.gif) no-repeat left top;
	margin: 0 0 0 3px;
	}

#tmancap a {
	width: 215px;
	background: url(../images/mancap.gif) no-repeat left top;
	margin: 0 0 0 3px;
	}

#tstanpro a {
	width: 140px;
	background: url(../images/stanpro.gif) no-repeat left top;
	margin: 0 0 0 3px;
	}

#tcontactus a {
	width: 108px;
	background: url(../images/contact.gif) no-repeat left top;
	margin: 0 0 0 3px;
	}

/* ----------------------- Begin Content Area ------------------*/
/* -----------------------Begin Footer Area -------------------*/

#footercontainer {
	position: absolute;
	width: 750px;
	height: 171px;
	left: 0px;
	top: 475px;
	padding-bottom: 25px;
	border-top: #00694f solid 2px;
	}

#footleft {
	position: absolute;
	left: 20px;
	top: 2px;
	width: 300px;
	height: 114px;
	visibility: visible;
	font-family: san-serif; 
	size: 8pt; 
	color: black;
	line-height: 120%;
	}
	
#footright {
	position: absolute;
	top: 19px;
	left: 300px;
	width: 450px;
	text-align: right;
	height: 67px;
	visibility: visible;
	}

#homefooter {
	position: absolute;
	left: 0px;
	top: 583px;
	background-color: #cce1dd;
	width: 750px;
	height: 75px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 7pt;
	line-height: 150%;
	}
	
#homefooter a {
	color: #000000;
	text-decoration: none;}
	
#homefooter a:visited {
	color: #666666;
	text-decoration: none;}
