body{
	background-color: transparent;
	color: #150e00;
	font-size: 16px;
	font-family: helvetica, sans-serif;
}

a {
	color: #150e00;
	text-decoration: underline;
}
hr { 
	background-color: #150e00;
	border: 0px;
	height: 1px;
	margin: 0px;
}

ul {
	list-style: none;
	padding: 0px;
}

li {
	padding: 5px 0px;
}

.header {
	padding: 0px;
	height: 25px;
}

p {
	margin: 10px 0px;
}

#tour {
	position: relative;
	background: url(../images/Neutral_Uke_Sprite_Nav.png) -0px -0px no-repeat;
	width: 130px;
}

#press {
	background: url(../images/Neutral_Uke_Sprite_Nav.png) -160px 0px no-repeat;
	width: 165px;
}

#contact {
	background: url(../images/Neutral_Uke_Sprite_Nav.png) -500px 0px no-repeat;
	width: 240px;
}

#links {
	background: url(../images/Neutral_Uke_Sprite_Nav.png) -755px 0px no-repeat;
	width: 160px;
}

.hide {
	display: none;
}

.openers {
	font-size: 13px;
}