#bigkahuna
{
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 960px;
	height: auto;
	background-color: transparent;
}

/*GLOBAL HEADER LINKS STYLE*/
#hdrSection
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 32px;
}

#hdrLinksPosLeft 
{
    position: absolute;
    z-index: 3;
    margin-top: 24px;
    margin-left: -3px;
    width: 350px;
    height: 30px;  
    background-color: Transparent;
}
#hdrLinksPosRight
{
    position:absolute;
    text-align: right; 
    z-index: 2;
    margin-top: 18px;
    margin-left: 150px;
    width: 800px;
    height: 30px;  
    background-color: Transparent;
}
.hdrLinks
{
	margin-left: 10px;
    font-size: 8pt;
    font-weight: bolder;
    font-family: Arial Narrow, Sans-Serif;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: .5px;       
}
.hdrLinks A:link {
	margin-left: 10px;
    text-decoration: none;
	color: #E1B268;
}
.hdrLinks A:visited {
	margin-left: 10px;
	text-decoration: none;
	color: #E4B269;
}
.hdrLinks A:hover {
	margin-left: 10px;
	text-decoration: none;
	color: #efd49c;
}
.hdrLinks A:active {
	margin-left: 10px;
	text-decoration: none;
	color: #942507;
}
/*ENDS GLOBAL HEADER LINKS*/


#hdrLogo
{
	position:absolute;
	z-index: 5;
	margin-right: auto;
	margin-left:333px;
	margin-top: 2px;
	background-image: url(../images/plain-logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	width: 313px;
	height: 261px;
	text-align: center;
}

