body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #5d625c;
	background-image: url(/img/common/background.jpg);
	background-repeat: repeat-x;
}

body, td, th {
	color: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}

#topheader {
	width: 770px;
	height: 176px;
	text-align: center;
}

#topbar {
	width: 770px;
	height: 40px;
	padding-bottom: 5px;
}

#pagetitle {
	float: left;
	height: 33px;
	padding-top: 7px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
}

#viewlinks {
	float: right;
	width: 124px;
	height: 24px;
	padding-top: 16px;
}

#closelinks {
	float: right;
	width: 129px;
	height: 24px;
	padding-top: 16px;
}

#contact {
	width: 770px;
	height: 26px;
	padding: 4px 0px 5px 0px;
	background-image: url(/img/misc/contact_dotted.gif);
	background-repeat: repeat-x;
}

.title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.titlelarge {
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:hover .imgroller {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

#content {
	width: 770px;
	padding: 0px 0px 10px 0px;
}

#bottombar {
	width: 770px;
	height: 36px;
	background-image: url(/img/common/bottom_bar.gif);
	background-repeat: repeat-x;
}

#bottomleft {
	float: left;
	width: 158px;
	height: 36px;
	padding-left: 10px;
}

#bottomright {
	float: right;
	width: 310px;
	height: 36px;
	padding-right: 10px;
}

#takeover {
	width: 756px;
	height: 20px;
	padding: 14px 0px 0px 14px;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.imgbrd {
	border: 6px solid #e9e9e9;
}

.executivesleft {
	float: left;
	width: 172px;
}

.executivesright {
	float: right;
	width: 565px;
	padding-right: 17px;
	padding-bottom: 5px;
}

.execdots {
	width: 770px;
	height: 11px;
}

.imgbrdroll {
	border: 6px solid #e9e9e9;
}

a:hover .imgbrdroll {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

.artchoose {
	width: 191px;
	padding-bottom: 15px;
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.artspace {
	width: 2px;
}

.artchoose a:link, .artchoose a:visited, .artchoose a:active {
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.artchoose a:hover {
	color: #c0c3a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#topbarlogin {
	width: 770px;
	height: 40px;
	padding-bottom: 13px;
	text-align: center;
}

#contentlogin {
	width: 770px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.loginfield {
	width: 147px;
	height: 17px;
	background-color: #545a52;
	border: 1px solid #657264;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.logintext {
	padding-top: 12px;
	color: #98a095;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.loginbox {
	padding-top: 9px;
}

.loginbutton {
	padding-top: 11px;
}

#contentartist {
	width: 770px;
	padding: 0px 0px 10px 0px;
	background-image: url(/img/misc/artist_background.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

#artistsleft {
	float: left;
	width: 259px;
}

#artistsright {
	float: right;
	width: 501px;
}

#linksright {
	float: right;
	width: 501px;
}

.artistphotos {
	width: 254px;
	height: 189px;
	padding: 5px 0px 5px 5px;
}

.artisttitlesm {
	width: 259px;
	height: 29px;
}

.artisttextsm {
	width: 240px;
	padding: 11px 0px 11px 11px;
}

.artisttitlelg {
	width: 501px;
	height: 29px;
}

.artisttextlg {
	width: 472px;
	padding: 15px 0px 15px 15px;
}

.artistinfodots {
	background-image: url(/img/misc/info_dots.gif);
	background-repeat: repeat-y;
}

#errormessage{
margin: 0 auto;
width: 240px;
text-align: center;
padding: 20px;
background-color: #c94a4a;  /* the background          */
filter:alpha(opacity=50);   /* Internet Explorer       */
-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
opacity: 0.5;               /* newer Mozilla and CSS-3 */
border: 1px solid #5f3636;
color: #FFFFFF;
margin-bottom: 20px;
}
#songflash{
width: 240px;
height: 11px;
}
#flashphotos{
width: 254px;
height: 189px;
}

.bigartistnames a:link, .bigartistnames a:visited, .bigartistnames a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.bigartistnames a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}