#page {
 margin: 0 auto;
 width: 1050px;
 z-index:0;
 }
 
#header {
	width:1050px;
	height:650px;
	top: 0px;
	z-index:1;
	background-image: url(BTF_bg.jpg);
}

#header2 {
	width:1050px;
	height:650px;
	top: 0px;
	z-index:1;
	background-image: url(BTF_bg2.jpg);
}
#main {
	left:159px;
	width:1050px;
	height:300px;
	z-index:2;
}	
#main-primary {
	float: right;
	margin: 0px;
	margin-right: 60px;
	padding-top: 80px;
}
 
 #header-logo {
float: left;
margin: 0px 0px 0px 50px;
}

#nav {
	margin: 10px 0px 0px 0px;
	z-index:2;
	width:600px;
	height:30px;
	float:right;
}
#nav ul {
	text-align: center;
	list-style: none;
	margin-top: -3px;
}
#nav li {
 display: inline;
 margin:  15px;
}
#nav li a {
 font-size: 1.2em;
 line-height: 2em;
 font-family:Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #000000;

}
#nav li a:hover {
 color: #ffffff;
}

body {
	background-image: url(page_bg.gif);
	background-repeat: repeat-x;
	background-color:#000000;
}

a img {
	border: 0;}
	
a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003399;
	text-decoration: none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
