
#main{
	margin: 2em auto;
	width: 1000px;
	background-color: #121116;
	position: relative;
}

#header{
	z-index: 30;
	position: relative;
	width: 1000px;
	height: 145px;
	background-image: url('../img/headerBGTile.gif');
	background-repeat: repeat-x;
}	
#logoContainer{
	position: absolute;
	left: 0;
	top: 0;
	width: 165px;
	height: 138px;
	background-image: url('../img/logoBgSlice.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 7px;
}
#bannerHeader{
	position: absolute;
	left: 112px;
	top: 7px;
}
/* stuff common to both navs:*/
#nav,
#sNav{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li,
#sNav li{
	margin: 0;
	padding: 0;
	float: left;
}

/*Unique positioning stuff for each*/
#nav{
	left: 178px;
	top: 36px;
	width: 600px;
}
#nav li a{
	height: 30px;
	padding: 4px 10px 0 5px;
	color: #131313;
	text-decoration: none;
	font-size: 1.1em;
}

#sNav{
	right: 0;
	top: 0;
	width: 219px;
	height: 63px;
	background-image: url('../img/sNavBG.gif');
	background-repeat: no-repeat;
}
#sNav li{
	padding-top: 17px;
	width: 33%;
	text-align: center;
}
#sNav a{
	color: #222;
	text-decoration: none;
}

#footer{
	clear: both;
}

