/* CSS Document */

#left {
	position:absolute;
	left:0px;
	top:0px;
	width:465px;
	/* height:100%; */
	z-index:1;
	padding-top: 10px;
}
#base {
	position:absolute;
	left:485px;
	top:0px;
	width:75%;
	z-index:2;
	background-color: #CBDA95;
	/* height: 275%; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#text {
	position:absolute;
	left:25px;
	top:0px;
	width:650px;
	height:100%;
	z-index:3;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
a:link {
	text-decoration: none;
	color: #65A2B4;
}
a:visited {
	text-decoration: none;
	color: #7AA355;
}
a:hover {
	text-decoration: underline;
	color: #FFEB47;
}
a:active {
	text-decoration: none;
	color: #FFEB47;
}
body,td,th {
	color: #684A28;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	padding: 0px;
	margin: 0px; /*the path to your image*/
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.png);
	background-position: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
.music_list {
	white-space: normal;
}
.gray-table td {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
.pic-border {
	border: 1px solid #666666;
}
