@import url("lightbox.css");

body{ 
	background: white;
}

p { 
	color: blue; 
} 

h3{ 
	color: white; 
}

img {
	border: 0;
}
#header {
	position: absolute;
	top: 1%;
	left: -20px;
}

.nav {
	position: fixed;
	left: 0;
	top: 1px;
	background: white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.nav ul {
	color: fff;
	list-style: none;
	line-height: 1px;

}

.nav ul li a{
	padding: 0px;

}

.nav ul li a:hover{
	color: #ccc;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


#container {
	margin: 0px auto;
	width: 900px;
	height: auto;
	overflow: none;
	background: white;
}

#footer {
	position: fixed;
	bottom:1%;
	right: 1%;
}

#mp3 {
	position: absolute;
	top:0;
	left:0;
}

#top {
	position: fixed;
	top: 1%;
	right: 1%;
	
}

#border {
	position: fixed;
	top: 0;
	left: 0;
	background: #888;
	height: 4px;
	width: 100%;
}

/* scrollable div area */
#scrollable1 {
	float: left;
	width: 950px;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* vertical track */
#track1 {
	float: left;
	width: 2px;
	height: 200px;
	margin-left: 10px;
	background-color: #ccc;
}

/* vertical track handle */
#handle1 {
	width: 10px;
	height: 20px;
	background-color: #f00;
	cursor: move;
}

/* horizontal track */
#track2 {
	float: left;
	clear: both;
	width: 300px;
	height: 15px;
	margin-top: 10px;
	background-color:#ccc;
}

/* horizontal track handle */
#handle2 {
	width: 20px;
	height: 15px;
	background-color: #f00;
	cursor: move;
}

/* scrollable div area */
#scrollable2 {
	float: left;
	width: 284px;
	height: 184px;
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
}

/* wrap to make sure that image area is clickable */
#wrap3 {
	float: left;
	width: 15px;
	height: 201px;
	background: transparent url(images/scrollbar-track-bottom.png) no-repeat bottom left;
}

/* top image of track */
#track3-top {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(images/scrollbar-track-top.png) no-repeat top left;
}

/* vertical track */
#track3 {
	position: absolute;
	width: 15px;
	height: 201px;
}

/* vertical track handle */
#handle3 {
	width: 15px;
	height: 37px;
}

/* wrap to make sure that image area is clickable */
#wrap4 {
	float: left;
	clear: both;
	width: 301px;
	height: 15px;
	background: transparent url(images/scrollbar-track-right.png) no-repeat top right;
}

/* left image of track */
#track4-left {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(images/scrollbar-track-left.png) no-repeat top left;
}

/* horizontal track */
#track4 {
	position: absolute;
	width: 301px;
	height: 15px;
}

/* horizontal track handle */
#handle4 {
	width: 37px;
	height: 15px;
}


