
body {
	background-color: #5f5f5f;
	background-image: url(images/icons/tile.gif);
}

#wrapper {
	height: 780px;
	width: 900px;
	background-color: #fff;
	border: 10px solid #434343;
	margin: auto;
	margin-top: 15px;
}

#header {
	height: 180px;
	width: auto;
}

	#logo {
		height: 50px;
		width: auto;
		background-image: url(images/icons/lhcom.jpg);
		background-repeat: no-repeat;
	}

	img {
		border: 0px;
		padding: 8px 0 0 8px;
	}

#headerimg {
	height: 100px;
	width: auto;
	background-image: url(images/icons/header01.jpg);
	border-top: 2px solid #c86d14;
}

#headerimgfoto {
	height: 100px;
	width: auto;
	background-image: url(images/icons/header01.jpg);
	border-top: 2px solid #004eff;
}

#headerimgoverig {
	height: 100px;
	width: auto;
	background-image: url(images/icons/header01.jpg);
	border-top: 2px solid #00961c;
}

#headerimgcontact {
	height: 100px;
	width: auto;
	background-image: url(images/icons/header01.jpg);
	border-top: 2px solid #ff0000;
}

#menu {
	height: 30px;
	width: auto;
	background-color: transparent;
}

    #nav {
    	background:url(images/icons/nav.jpg) no-repeat;
    	width: 900px;
    	height: 30px;
    	margin: 0;
    	padding: 0;
    }

    #nav span {
    	display: none;
    }

    #nav li, #nav a {
    	height:30px;
    	display:block;
    }

    #nav li {
    	float:left;
    	list-style:none;
    	display:inline;
    }

    #nav01 {width: 225px;}
    #nav02 {width: 225px;}
    #nav03 {width: 225px;}
    #nav04 {width: 225px;}

    #nav01 a:hover {background:url(images/icons/nav.jpg) 0px -30px no-repeat; }
    #nav02 a:hover {background:url(images/icons/nav.jpg) -225px -30px no-repeat; }
    #nav03 a:hover {background:url(images/icons/nav.jpg) -450px -30px no-repeat; }
    #nav04 a:hover {background:url(images/icons/nav.jpg) -675px -30px no-repeat; }

#contenthome {
	height: 600px;
	width: 900px;
	font-family: "Arial Narrow", Verdana, sans-serif;
	font-size: 9pt;
	color: #585757;
	letter-spacing: 1.5px;
}

	#contenthome span {
		display: none;
	}
	
#counter {
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #fff;
}
	

