/* CSS Document */

body
{
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	scrollbar-base-color: #f3e3d1;
	scrollbar-darkshadow-color: #f3e3d1;
}

#container
{
	width: 1002px;
	border: 1px solid #000000;
	height: auto;
}

#subcontainer
{
	background-color: #555555;
	vertical-align: top;
	width: 1002px;
	position: relative;
}

#banner
{
	background-image: url(../images/banner-test.jpg);
	background-repeat: no-repeat;
	background-color: #D9B391;
	vertical-align: top;
	width: 1002px;
	height: 120px;
}

#menu
{
	width: 250px;
	height: 480px;
	float: left;
	vertical-align: top;
	border-top: 1px solid #000000;
	background-color: #f3e3d1;
	position: absolute;
}

#libraries
{
	width: 250px;
	height: 345px;
	float: left;
	vertical-align: top;
	background-color: #f3e3d1;
	overflow: auto;
}

#content
{
	width: 750px;
	float: right;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
}

#contentFrame
{
	width: 750px;
	height: 408px;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}

#mediaPlayerFrame
{
	width: 750px;
	height: 70px;
	vertical-align: bottom;
	background-color: #555555;
}

.menuHeadingBg
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9e6f48;
	background-image: url(/images/category_bg.jpg);
	background-repeat: repeat-x;
}

.menu_item
{
	padding-left: 15px;
}

.submenu_item
{
	padding-left: 30px;
}

.musicianHeader
{
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9e6f48;
	background-image: url(/images/category_bg.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	height: 20px;
	width: 100%;
}

.normal
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	line-height: 1.5;
}

a:link
{
	font-size: 9pt;
	font-weight: bold;
	color: #881e0c;
	text-decoration: none;
}

a:visited
{
	font-size: 9pt;
	font-weight: bold;
	color: #881e0c;
	text-decoration: none;
}

a:hover
{
	font-size: 9pt;
	font-weight: bold;
	color: #881e0c;
	text-decoration: underline;
}

a:active
{
	font-size: 9pt;
	font-weight: bold;
	color: #881e0c;
	text-decoration: none;
}

.PageTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 7px;
}

#musicTable
{
	border: 1px solid #9e6f48;
}

#sep
{
	padding-bottom: 7px;
}