#switcher {
	list-style: none;
	float: left;
}
#switcher li {
	padding: 0px;
	height: 46px;
	list-style: none;
	text-indent: -9999px;
	margin: 0;
}

#switcher li a {
	overflow: hidden;
	display: block;
	height: 46px; 
	width: 403px;
	background-image: url("../i/nav-bg.png");
	background-repeat: no-repeat;
}

#switcher #thead { 
	height: 41px; 
	background: url("../i/t-head.png") 0 0 no-repeat;
}

#switcher #dennis a { background-position: 0 0;}
#switcher #dennis a:hover {background-position: -403px 0;}
#switcher #dennis a.cur { background-position: -806px 0;}

#switcher #sandy a { background-position: 0 -46px;}
#switcher #sandy a:hover {background-position: -403px -46px;}
#switcher #sandy a.cur { background-position: -806px -46px;}

#switcher #mike a { background-position: 0 -92px;}
#switcher #mike a:hover {background-position: -403px -92px;}
#switcher #mike a.cur { background-position: -806px -92px;}

#switcher #phil a { background-position: 0 -138px;}
#switcher #phil a:hover {background-position: -403px -138px;}
#switcher #phil a.cur { background-position: -806px -138px;}

#switcher #tracy a { background-position: 0 -184px;}
#switcher #tracy a:hover {background-position: -403px -184px;}
#switcher #tracy a.cur { background-position: -806px -184px;}

#switcher #doug a { background-position: 0 -230px;}
#switcher #doug a:hover {background-position: -403px -230px;}
#switcher #doug a.cur { background-position: -806px -230px;}


#loading {
    width: 150px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -75px;
    background: url("../i/loader.gif") 100% 0 no-repeat;
    position: absolute;
    display: none;
}
#loading span {
    width: 130px;
    height: 20px;
    display: block;
    text-indent: -9000px;
    background: url("../i/loading.gif") 0 3px no-repeat;
}


#container {
	position: relative;
	float: left;
	width: 550px; 
	height: 405px;
	padding-top: 20px;
}

