#banner, #content {
	padding: 0px;
	width: 750px;
	margin: 0px;
}

#content {
	width: 750px;
	background: url(../_images/templates/background-sep.gif);
	background-repeat: repeat-y;
	margin-top: 6px;
	margin-bottom: 6px;
}

#picFrame {
	float: left;
	width: 255px;
	padding-right: 5px;
}

#contentFrame {
	float: left;
	width: 485px;
	padding-left: 5px;
}

#navBox {
	width:484px;
	padding: 1px 0px 1px 266px;
	height:16px;
	background-image: url(../_images/templates/warmgrey.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	background-position: 1px 1px;
}

#nav {
	width:480px;
	height:14px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#navBox li {
	float:left;
	width:96px;
	height: 14px;
}

#navBox li a {
  	padding: 0px 0px 0px 0px;
  	overflow:hidden;
	float: left;
	width: 96px;
	height: 14px;
	display: block;
}
#navBox li a:hover {
 	background-position:2px -14px;
}
#navBox li.selected {
	background-position:2px -14px;
}
#navBox li a.selected {
 	background-position:2px -14px;
}
#navBox li a.selected:hover {
 	background-position:2px -14px;
}
#n1, #n1 a  {
	background: url(../_images/templates/tour.gif) no-repeat 2px 0px;
}
#n2, #n2 a  {
	background: url(../_images/templates/artifacts.gif) no-repeat 2px 0px;
}
#n3, #n3 a  {
	background: url(../_images/templates/more.gif) no-repeat 2px 0px;
}
#n4, #n4 a  {
	background: url(../_images/templates/visit.gif) no-repeat 2px 0px;
}
#n5, #n5 a  {
	background: url(../_images/templates/partners.gif) no-repeat 2px 0px;
}
#content #mainmenu {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#siteContainer #content #sh {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

