html {
	overflow: scroll;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	text-align: center;
	background-color: #bdccdf;
	color: #fff;
}

div {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #f1d487;
}

h2 {
	color: #fff;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

#main-container {
	width: 913px;
	margin: 0 auto;
	background: url(i/back-blend.jpg) repeat-y;
}

.inside-wrapper {
	background: #216bcb url(i/inside-back.jpg) no-repeat;
	min-height: 700px;
	width: 900px;
	margin: 0 auto;	
}

.inside-content {
	padding-top: 80px;
	text-align: left;
	padding: 15px;
}

.home-links {
	width: 206px;
	float: left;
	margin-top: 50px;
	text-align: left;
	padding-left: 19px;
	font-size: 1.1em;
	display: block;
}

.bottom-container {
	background: url(i/bottom-links.jpg) no-repeat;
	height: 173px;
	width: 900px;
	margin: 0 auto;
}

#nav {
	border-top:1px solid #FFFFFF;
	float: right;
	margin:70px 15px 0;
	padding:3px 10px;
	text-align:right;
	width: 850px;
}

#nav li {
	display: inline;
	list-style-type: disc;
	list-style-image: none;
	padding-left: 20px;
	color: #fff;
}

#nav li a {
	color: #fff;
}

#nav .selected {
	list-style-type: disc;
	list-style-image: url(i/arrow.gif) no-repeat;
	height: 11px;
	width: 8px;
}

.band-member-name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.instrument {
	font-weight: normal;
	font-size: 12px;
}

#demotip { 
    display:none; 
    background-color: #003;
	font-size: 12px; 
    /*height: 100px; 
    width: 400px;*/ 
	height: 30px; 
    width: 100px;
    padding: 9px; 
    color: #fff; 
	line-height: normal;
	text-align: left;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 3px solid #fff;

}