html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #holder {
	height: auto;
}

body {
	margin: 0;
	padding:0;
}

img {
		border-style: none;
	}

.eqstyle {
	color: #000000;
	font-family: Georgia, Palatino, serif;
	font-size: small;
}

.boldbody {
	font-weight: bold;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#holder {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E1D9AB;
}

#nav {
	margin-top: 10px;
	z-index: 1;
	position: absolute;
	width: 710px;
	left: 320px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 15px;
	border: thin solid #000000;

}

#tabs {
	margin: 0;
	padding: 0 0 20px 10px;
}

#tabs ul, #tabs li {
	margin: 0;
	padding: 10px;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#leftimage {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: #000000;
}

#midcontent{
	position: absolute;
	z-index: 1;
	overflow: auto;
	height: 80%;
	width: 300px;
	padding: 5px;
	margin-top: 50px;
	left: 320px;
}

#rightcontent{
	position: absolute;
	z-index: 1;
	overflow: auto;
	padding: 5px 10px 5px 5px;
	left: 630px;
	margin-top: 50px;
	height: 80%;
	width: 300px;
}

#musiccontent{
	position: absolute;
	z-index: 1;
	overflow: auto;
	height: 80%;
	width: 600px;
	padding: 5px;
	margin-top: 50px;
	left: 320px;
}

#musiccontent img{
	margin: 5px 5px 10px;
	border: none;
	
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
h1 {
	font-weight: bold;
	font-size: small;
	font-style: normal;
}
h2 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
.indent {
	margin-left: 15px;
}
