body { text-align: center; }

#header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 191px;
	margin: 0px auto 0px auto;
	position: relative;
}

#floatWin
{
	background-image: url(images/float.png);
	width: 249px;
	height: 152px;
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 20;
}

#floatTxt
{
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 35px 25px 15px 40px;
	font-weight: normal;
	text-align: left;
}

#floatBar
{
	background-image: url(images/navBar.png);
	background-repeat: no-repeat;
	width: 681px;
	height: 34px;
	position: absolute;
	bottom: -10px;
	left: 5px;
	z-index: 10;
}

#navigation
{
	width: 675px;
	height: 32px;
	position: absolute;
	bottom: -5px;
	left: 5px;
	z-index: 12;
	text-align: center;
}

#home
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 15px;
	padding-top: 10px;
	text-align: center;
}

#about
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	position: absolute;
	left: 120px;
	padding-top: 10px;
	text-align: center;
}

#services
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	position: absolute;
	left: 228px;
	padding-top: 10px;
	text-align: center;
}

#clients
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	position: absolute;
	right: 232px;
	padding-top: 10px;
	text-align: center;
}

#deregulation
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	position: absolute;
	right: 123px;
	padding-top: 10px;
	text-align: center;
}

#contact
{
	width: 101px;
	height: 32px;
	background-image: url(images/navBut.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	position: absolute;
	right: 15px;
	padding-top: 10px;
	text-align: center;
}

.navLnx { text-decoration: none; }

a:link.navLnx { color: #FFF; }
a:hover.navLnx { color: #000; }
a:visited.navLnx { color: #FFF; }
a:visited:hover.navLnx { color: #000; }