*{
	border:0px;
	margin:0px;
	padding:0px;
	font-family: arial,sans-serif;
	font-size: small;
	
}

.artistText{
	text-align:center;
	font-weight:bold;
	padding-right:10px;
	
}

body {
	background: #000000 url(../_graphics/bg2.jpg) center top no-repeat;
	background-attachment: fixed;
	text-align:center;
	
}

#header {
	margin:auto;
	width:700px;
	height:135px;
	background: #f4f4f4;
}

#logo {
	float:left;
	width:169px;
	height:105px;
	background: #f4f4f4 url(../_graphics/logo.jpg) left top no-repeat;
}
#navigation{
	float:right;
	width:430px;
}
#navbar{
	list-style: none;
	margin-top:88px;
	height:20px;
	background:  #f4f4f4 url(../_graphics/alpha.jpg) left top no-repeat;
}

#navbar li{
	text-indent:-9999px;
	position: relative;
	float:left;
	
}

#navbar a{
	display:block;
	outline: none;
	width:100%;
	height:100%;
}

#li_home					{left: 0px; top: 0px; width: 60px; height: 25px;}
#li_home a:hover			{background: url(../_graphics/alpha.jpg) 0px -24px;}
#li_home a.active			{background: url(../_graphics/alpha.jpg) 0px -24px;}

#li_about					{left: 12px; top: 0px; width: 75px; height: 25px;}
#li_about a:hover			{background: url(../_graphics/alpha.jpg) -72px -24px;}
#li_about a.active			{background: url(../_graphics/alpha.jpg) -72px -24px;}

#li_roster					{left: 12px; top: 0px; width: 90px; height: 25px;}
#li_roster a:hover			{background: url(../_graphics/alpha.jpg) -147px -24px;}
#li_roster a.active			{background: url(../_graphics/alpha.jpg) -147px -24px;}

#li_twitter					{left: 12px; top: 0px; width: 90px; height: 25px;}
#li_twitter a:hover			{background: url(../_graphics/alpha.jpg) -237px -24px;}
#li_twitter a.active		{background: url(../_graphics/alpha.jpg) -237px -24px;}

#li_contact					{left: 12px; top: 0px; width: 85px; height: 25px;}
#li_contact a:hover			{background: url(../_graphics/alpha.jpg) -327px -24px;}
#li_contact a.active		{background: url(../_graphics/alpha.jpg) -327px -24px;}


#divider1{
	clear:both;
	width:700px;
	height:20px;
	background:  #f4f4f4 url(../_graphics/divider.jpg) left top repeat-x;
}

#divider2{
	display:none;
	width:700px;
	height:20px;
	background:  #f4f4f4 url(../_graphics/divider.jpg) left top repeat-x;
}

#container {
	text-align:left;
	
	margin:auto;
	width:700px;
	/*height:2120px;*/
	background: #f4f4f4;
}

#content {
	padding:5px;
}

#loading {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:160px;
	
}

#about_title{
	width:130px;
	height: 40px;
	background:  #f4f4f4 url(../_graphics/about.jpg) -3px 0px no-repeat;
	margin-bottom:20px;
}

#roster_title{
	width:150px;
	height: 40px;
	background:  #f4f4f4 url(../_graphics/roster.jpg) 0px 0px no-repeat;
}

#roster_table td{
	text-align:left;
	font-weight:bold;
	font-size:18px;
	padding-right:2px;
	padding-left:0px;
	padding-bottom:10px;
}

#roster_sub{
	font-weight: bold;
	padding-bottom: 10px;
}

#contact_title{
	width:200px;
	height: 40px;
	background:  #f4f4f4 url(../_graphics/contact.jpg) 0px 0px no-repeat;
}

.email{
	color:#c40b6b;
}

#contact{
	padding-left:10px;
}

#twitter_title{
	width:200px;
	height: 40px;
	background:  #f4f4f4 url(../_graphics/twitter.jpg) 0px 0px no-repeat;
}

#twitter_pic{
	padding:10px;
	float:left;
	width:70px;
}

#twitter_latest{
	padding:10px;
	float:left;
	width:230px;
}

#twitter_right{
	padding:10px;
	float:right;
	width:320px;
	border-style:solid;
	border-left-width:1px;
	border-color:#aaaaaa;
}

#twitter_big{
	font-size:16px;
	font-weight:bold;
}

#twitter_big_author{
	font-size:12px;
	color:#aaaaaa;
}

.twitter{
	
}

.twitter_author{
	font-size:10px;
	color:#aaaaaa;
	padding-bottom:10px;
}

#twitter_link, #twitter_link a{

	text-align:right;
	font-size:18px;
	font-weight: bold;

}

.pinkLink a:hover{
	text-decoration: underline;	
}

.pinkLink a{
		color:#c40b6b;
			text-decoration:none;
}

#song_selector{
	padding-top:10px;
}

#artist_pic{
	text-align: center;
}

#artist_text{
	padding:20px;
}

#artist_link{
	text-align:right;

}

#artist_link a{
	color:#c40b6b;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
}

#artist_link a:hover{
	text-decoration:underline;
}

#close_holder{
	float:right;
}

#close_button{
	color:#c40b6b;
	font-size:34px;
	font-weight:bold;
	text-decoration:none;
}

.clear{
	clear:both;
}