#containerNav {
	width: 968px;
	height: 32px;
	z-index: 3;
	margin: auto;
	background-image: url("../images/bg.nav.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerHomeNav {
	width: 968px;
	height: 32px;
	z-index: 3;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bg.nav.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#homePosIE
{
	margin-top:-3px;
}
#boxNav 
{
	width: 743px;
	height: 32px;
	z-index: 5;
	margin: auto;
	background-image: url("../images/bg.nav.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#homeBoxNav
{
	width: 743px;
	height: 32px;
	z-index: 8;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navBar
{

	width:100%; 
	margin: -3px auto auto auto; 
	text-align: center;

}


#boxFooter {
	width: 600px;
	height: auto;
	margin: 0 auto 15px;
}
.txtFooter {
	font-family: Arial Narrow, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 17px;
	text-align: center;
	color: #EDD0A5;
}
.txtFooter A:link {
	text-decoration: underline;
	color: #E1B268;
}
.txtFooter A:visited {
	text-decoration: underline;
	color: #E1B268;
}
.txtFooter A:hover {
	text-decoration: underline;
	color: #EDD0A5;
}
.txtFooter A:active {
	text-decoration: underline;
	color: #EDD0A5;
}

