#pageContainer {
	position: absolute;
	height: 600px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	border: 1px outset #A0A0A4;
	visibility: visible;
	background-image: url(photos/sm-logo.jpg);
	background-repeat: no-repeat;
	background-position: 3em 1em;
	color: #FFFFFF;
	z-index: 3;
}
ul {
	background-color: #333333;
	background-image: url(gifs/sm-grey-black-grad.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 720px;
}
ul li {
	float: left;
	
}
ul a {
	padding: 0 2em;
	line-height: 2.1em;
	background-image: url(gifs/divider.gif);
	background-repeat: repeat-y;
	text-decoration: none;
	background-position: left top;
	display: block;
}
ul .first a {
	background: none;
}
#mainNav {
	background-image: url(gifs/sm-grey-black-grad.gif);
	margin: 0px 0px 0px -360px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 720px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #333333;
	left: 50%;
	top: 150px;
	position: absolute;
	visibility: visible;
	height: 2.1em;
	z-index: 28;
}
#mainNav a:link {
	color: #ffffff;
	text-decoration: none;
}
#mainNav a:visited {
	text-decoration: none;
	color: #ffffff;
}
#mainNav a:hover {
	text-decoration: none;
	color: #46A3F1;
}
#mainNav a:active {
	text-decoration: none;
}
#infoContainer {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #df7000;
	position: absolute;
	top: 50px;
	text-align: right;
	width: 250px;
	right: 3em;
	z-index: 27;
	visibility: visible;
}
#infoContainer a:link {
	color: #df7000;
	text-decoration: none;
}
#infoContainer a:visited {
	color: #df7000;
	text-decoration: none;
}
#infoContainer a:hover {
	color: #46A3F1;
	text-decoration: none;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	width: 400px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	bottom: 1em;
	text-align: center;
}

