* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 16px;
}
#outdiv {
	background-image: url(hgbbig.jpg);
	background-position:top;
	background-repeat: repeat-x;
}	
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 240px;
	width: 100%;
	top: 0px;
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(newlogo.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 400px;
	position: absolute;
	left: 22px;
	top: 0px;
	display: block;
}
#rightbar {
	position:absolute;
	width:22px;
	height:160px;
	z-index:auto;
	left: 680px;
	top: 0px;
	background-image: url(striperight.jpg);
}
#leftbar {
	position:absolute;
	width:22px;
	height:160px;
	z-index:auto;
	left: 0px;
	top: 0px;
	background-image: url(striperight.jpg);
}
#headerimage {
	position:absolute;
	width:255px;
	height:160px;
	z-index:auto;
	left: 425px;
	top: 0px;
	background-image: url(headerimage.jpg);
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #d8a82d;
}

#main {
	background-image: url(Pettern02.jpg);
	background-repeat: repeat;
	border: 1px solid #515151;
	text-align: left;
	padding: 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main a {
	color: #cfb429;
	text-decoration: none;
}
.bloc1 {
	height: 71px;
	width: 154px;
	float: left;
	background-image: url(BetterBusiness.JPG);
}.bloc2 {
	height: 83px;
	width: 279px;
	float: left;
	margin-left: 220px;
	background-image: url(npcalogo.jpg);
}

#outfooter {
	background-image: url(footer1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
h1,h2 {
	color: #cfb429;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfb429;
	text-transform: uppercase;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.1em;
	color: #cfb429;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	text-transform: uppercase;
}
