#divWrapper {
	width: 1025px;
	height: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	float: left;
	clear: none;
	width: 1023px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
	overflow: hidden;
}

#leftNav {
	padding: 10px;
	width: 180px;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftNav a {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	display: block;
	width: 164px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFD7D4;
	border-bottom-color: #BFD7D4;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#leftNav a:link, #leftNav a:visited {
	background-color: #ACC2C0;
}
#leftNav a:hover {
	background-color: #BFD7D4;
}
#bottomNav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 80px;
}
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottomNav ul li {
	display: inline;
}
#bottomNav ul li a {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 10px;
}
#bottomNav ul li a:link, #bottomNav ul li a:visited {
	text-decoration: underline;
}
#bottomNav ul li a:hover {
	color: #9AADAB;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8DA7A6;
	font-size: 15px;
	line-height: 13px;
	letter-spacing: -0.2mm;
}
#centerColumn {
	background-color: #FFFFFF;
	clear: none;
	float: left;
	width: 610px;
	padding: 10px;
	overflow: hidden;
}
#rightColumn {
	clear: none;
	float: right;
	width: 165px;
	background-color: #EAE9E5;
	padding: 10px 10px 2000px;
	overflow: hidden;
	height: 100%;
}
#leftColumn {
	background-color: #A4B9B7;
	height: 100%;
	width: 201px;
	float: left;
	clear:none;
	padding: 10px 0px 2000px;
	overflow: hidden;
}
#logoDiv {
	float: left;
	height: 55px;
	width: 257px;
	background-color: #FFFFCC;
}
#footer {
	background-color: #666666;
	float: left;
	height: 25px;
	width: 838px;
	padding: 5px 5px 5px 180px;
	color: #CCCCCC;
	font-size: 90%;
}
#topNav {
	height: 55px;
	background-color: #FFFFCC;
	width: 766px;
	float: left;
}
#smallNav {
	float: right;
	width: 180px;
	background-color: #FFFFCC;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav ul li {
	display: inline;
}
#topNav ul li a {
	text-decoration: none;
	padding: 10px 15px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
}
#artistNav {
	float: left;
	width: 200px;
	height: 600px;
	background-color: #336699;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#topNav ul li a:link, #topNav ul li a:visited {
}
#topNav ul li a:hover {
	background-color: #ACC2C0;
}
