a:link, a:visited {
	color: #1c97ff;
	text-decoration: none;
}

a:hover {
	color: #eceac3;
	text-decoration: underline;
}

html, body {
	font-family: georgia, times, serif;
	color: #eceac3;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	background-color: #e8ecce;
	text-align: center;
}

table {
	font-family: georgia, times, serif;
	font-size: 13px;
}

#container {
	width: 770px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(images/shadow.gif) repeat-y top left;
}

#header {
	font-size: 16px;
	line-height: 19px;
	color: #8f996b;
	background: url(images/header.jpg) no-repeat bottom left;
	padding-left: 62px;
	height: 73px;
}

#main {
	margin: 0 50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 0px;
	height: auto;
	background: url(images/shadow_top.gif) no-repeat top left;
}

div.mininav {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	line-height: 14px;
	color: #8f996b;
	float: right;
	width: 230px;
	height: 20px;
	margin-top: 37px;
}

div.mininav img {
	padding-right: 4px;
	vertical-align: text-bottom;
}

div.mininavspacer {
	width: 50px;
	height: 64px;
	float: left;
	padding-left: 2px;
}

#artistnav {
	color: #adb17f;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	height: 71px;
	padding: 7px;
	background: url(images/shadow_artistnav.gif) repeat-x top left;
	background-color: #3c3b2d;
	border-bottom: 1px solid #adb17f;
	border-left: 1px solid #adb17f;
	border-right: 1px solid #adb17f;
}

#left {
	width: 30px;
	float: left;
	padding: 10px;
}

#right {
	width: 30px;
	float: right;
	padding: 10px;
}

div.row {
	height: 130px;
	background-color: #0d0d0c;
	border: 2px dotted #3c3b2d;
	line-height: 180%;
}

div.row img {
	float: left;
	margin-right: 12px;
	border-right: 2px dotted #3c3b2d;
}

div.artist {
	width: 120px;
	height: 142px;
	background: url(images/artist_bg.gif) no-repeat bottom left;
	margin-left: 7px;
	margin-right: 28px;
	margin-bottom: 30px;
	text-align: center;
	color: #005b98;
	line-height: 170%;
	float: left;
}

hr {
	border: none 0;
	border-top: 1px dotted #3c3b2d;
	border-bottom: 1px solid #323228;
	width: 100%;
	height: 2px;
	margin: 0px center 0 0;
	text-align: center;
}

input.normal, select.normal {
	font-family: georgia, times, serif;
	color: #ffffff;
	font-size: 13px;
	border: 1px solid #eceac3;
	background-color: #3c3b2d;
	padding: 2px;
}

textarea.normal {
	font-family: georgia, times, serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 140%;
	border: 1px solid #eceac3;
	background-color: #3c3b2d;
	padding: 2px;
	width: 460px;
	height: 105px;
	overflow-y: auto;
}

#footer {
	font-size: 11px;
	clear: both;
	background: url(images/footer.jpg) no-repeat top left;
	color: #8f996b;
	padding-left: 62px;
	padding-top: 4px;
	height: 35px;
}

div#tipDiv {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
	border: 1px solid #adb17f;
	background-color: #ffffff;
	padding: 24px;
}