body {
	background-color: #000;
	background-image: url("../images/Background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #999;
	font-family: verdana, arial;
	/*overflow: hidden;*/
	
}

#sc {
    position: absolute;
    background-color: transparent;
    /*I need a transparent bg image for IE to allow the onclick event to work...*/
    background-image: url("../images/scClear.gif");
    /*border-color: white;
    border-style: solid;
    border-width: 2px;*/
    width: 60px;
    height: 105px;
    z-index: 100;
    left: 640px;
    top: 49px;
}

#banner, #banner img {
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#main {
	position: relative;
	/*top: 196px;*/
}

#leftside {
	position: relative;
	float: left;
	left: 35px;
	width: 200px;
	height: 510px;
}

#menu {
	position: relative;
	background-image: url("../images/fadedbg.png");
	background-repeat: repeat;
	padding-top: 10px;
    padding-bottom: 12px;
	float: none;
	width: 196px;
	border-width: 1px;
	border-color: #a6bad1;
	border-style: solid;
}

p.menuItem:hover {
	background-color: #a6bad1;
}

p.menuItem {
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
}

#smBox {
	position: relative;
	background-image: url("../images/fadedbg.png");
	background-repeat: repeat;
	float: none;
	top: 35px;
	padding-top: 10px;
    padding-bottom: 17px;
	width: 196px;
	border-width: 1px;
	border-color: #a6bad1;
	border-style: solid;
}

p.smBoxContent {
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.smBoxContent img {
    position: relative;
    width: 25px;
    height: 25px;
    top: 6px;
}

#content {
	position: relative;
	background-image: url("../images/fadedbg.png");
	background-repeat: repeat;
	width: 580px;
	height: 550px;
	float: left;
	left: 100px;
	border-width: 1px;
	border-color: #a6bad1;
	border-style: solid;
	font-size: 10pt;
	padding: 10px;
    cursor: default;
    overflow: auto;
}

#content h3 {
	color: #697685;
	font-style: italic;
}

.selected {
	color: #c8dcf3;
	font-style: italic;
}

a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border-width: 0px;
}

a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a.contentLinks:hover{
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a.contentLinks {
    color: #ddd;
    font-weight: bold;
}

.albumThumb {
    position: relative;
    float: left;
    padding: 5px;
    height: 130px;
}

.albumThumb img {
    border-width: 1px;
    border-color: white;
    border-style: solid;
}

.albumDetails {
    position: relative;
    float: left;
    clear: right;
    padding: 5px;
    height: 130px;
    width: 200px;
}

.albumTitle {
    font-weight: bold;
    color: #a6bad1;
    font-size: 12pt;
    font-style: italic;
}

.albumRow {
    position: relative;
    float: left;
    clear: both;
    display: block;
    width: 560px;
}

.albumRow:hover {
    background-color: #102b47;
}

.albumShowMore {
    position: relative;
    float: left;
    clear: both;
    width: 500px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #ddd;
    font-weight: bold;
}

.albumShowMore:hover {
    cursor: pointer;
    color: red;
}

.albumShowMore img {
    float: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

.tracksHeader {
    font-weight: bold;
    color: #a6bad1;
    font-size: 11pt;
}

.albumTracks, .albumTrack{
    position: relative;
    float: left;
    clear: both;
    font-family: arial;
    width: 300px;
}

.albumTracks {
    display: none;
}

.albumTrackName {
    position: relative;
    float: left;
}

.albumTrackLength {
    position: relative;
    float: right;
}

.errorHeader {
    position: relative;
    font-weight: bold;
    font-size: 22pt;
    color: #FFF;
    background-color: #000;
}

.errorMessage {
    position: relative;
    font-size: 14pt;
    color: #F00;
    background-color: #FFF;
}

#footer {
    position: relative;
    float: left;
    clear: both;
    left: 300px;
    width: 575px;
    text-align: center;
    padding: 15px;
    font-size: 8pt;
    background-image: url("../images/fadedbg.png");
}