/*LAYOUT*/

body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, serif;
	font-size:14px;
	background:#fff2f2;
	text-align:center;
}

#container { width:961px; height:664px; margin:0 auto;}
#col_1 { width:394px; height:664px; float:left; background:url(/images/bg_01.jpg); position: relative;}
#col_2 { width:411px; height:664px; float:left; background:url(/images/bg_02.jpg); position: relative;}
#col_3 { width:156px; height:664px; float:left; background:url(/images/bg_03.jpg); position: relative; }

a img { border:none; }

#scroll_content { 
	position:absolute; 
	margin:0 0 0 10px;
	font-size:13px; 
	text-align: justify;
	width:391px;
	left: 0;
	top: 0;
}

#scroll_wrapper {
	position:absolute; 
	top: 55px;
	left: 0;
	width:411px; 
	height:410px; 
	max-height:410px; 
	overflow:hidden;
}
#bottom { margin-top:525px; }

/*NAV*/
#nav_wrap {
	background:url(/images/nav.gif);
	width:222px;
	height:249px;
	position: absolute;
	top:253px;
	left:130px;
}

#nav {
	list-style:none;
	text-align:center;
	font-style: italic;
	font-weight:bold;
	display:block;
	margin:0 0 0 80px;
	padding:70px 0 0 0;
}

#nav li { border-bottom:1px solid #000; padding:5px 0 5px 0; }
#nav li a { text-decoration:none; color:#777; }
#nav li a:hover { color:#bd7309; }
#nav li.active a { color:#000; }

/*TEXT*/

h1 {
	font-size:19px;
	font-weight:normal;
	font-style: italic;
	font-variant: small-caps;
	text-align:center;
}

a {
	color:#bd7309;
	text-decoration:none;
}

/*MUSIC STYLES*/
.tracktitle {color: #BD7309; vertical-align: bottom; text-align: left; font: bold italic 10pt Georgia; padding-left: 5px;}
.trackcredits {vertical-align: top; text-align: left; font: italic 7pt Georgia; padding-left: 5px;}
.musictable {border: solid brown 1px;}
.musicLK {color: black; font: bold italic 7pt Georgia; text-decoration: none;}
.musicLK:hover {color: blue; cursor: pointer; font: bold italic 7pt Georgia; text-decoration: none;}
.center {text-align: center;}

