#nav {
	list-style: none;
	background: repeat-x left bottom;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 20px;
	}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left 125px;
	background-image: url(images/bottom-border.jpg);
}
#logo {
	background-color: #222;
	padding-bottom: 20px;
	padding-top: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #834631;
	clear: both;
	background-image: url(images/mandala.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
}
#logotext {
	font-family: "Lucida Grande CE", "Trebuchet MS", Verdana, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	background-image: url(images/logo-mex.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#logotext2 {
	font-family:Palatino,"Palatino Linotype","Hoefler Text",Times,"Times New Roman",serif;
	font-weight:normal;
	font-size: 22px;
	color: #FFFFFF;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 93%;
	font-weight: lighter;
	}
#nav a {
	float: left;
	display: block;
	margin: 0 7px 0 0;
	padding: 4px 16px 4px 0px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	}
	
.sectionSpacer {
	margin-right:20px;
}


	/* Nav interactivity */


#nav a:hover, body#intro #t-intro a  {
	color: #D05B38;
	}
#nav a:hover,  body#videos  #t-videos a {
	color: #D05B38;
	}
#nav a:hover,  body#person  #t-person a {
	color: #D05B38;
	}
#nav a:hover, body#album #t-album a {
	color: #D05B38;
}
#nav a:hover, body#happenings #t-happenings a {
	color: #D05B38;
}
#nav a:hover, body#blog #t-blog a {
	color: #D05B38;
}
#nav a:hover, body#soundtracks #t-soundtracks a {
	color: #D05B38;
}
