﻿@import url("layout.css");
body {
	background-position: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFEEFF;
}
#contentLeft {
	float: left;
	width: 220px;
	height:700px;
	background-color: #555555;
	position: relative;
	clear: both;
	display: inline;
}
#contentMiddle {
	background-color: #FFFFFF;
	float: left;
	width: 780px;
	position: relative;
}
#topBanner {
	height:100px;
	float: left;
}
/* Styles for Navigation */
#mainMenu {
	height: 32px;
	background-color: #FF99FF;
	clear: left;
	width: 780px;
}
#mainMenu ul {
	background-color: #FF99FF;
	list-style-type: none;
	display: block;
	margin: 0;
}
#mainMenu li {
	background-color: #FF99FF;
	float:left;
	width: 100px;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
#mainMenu a{
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 7px;
}
#mainMenu a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF00FF;
}
#mainContent {
	float:left;
	padding:15px 15px 15px 15px;
}




/* Styles for Footer */
#footer {
	clear: both;
	width: 1000px;
	height:30px;
	background-color: #000000;
	overflow: auto;
	margin-top: 0px;
	color: #FFFFFF;
	text-align:center;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
h1 {
	color:#FF00FF
}
h2 {
	color: #CC00FF
}
h3 {
	color: #000000
}
h4 {
	color: #999966
}

#tracklist ul {
	color: fuchsia;
	list-style:none;

}
#tracklist li {
	color:black;
	font-size: .8em;
}
#albumMembers dt {
	width: 120px;
	float:left;
	font-weight:bold;
}
#albumMembers dd {
	width:260px;
}

#footer a {
	color: #0088FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #000000;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

