@charset "UTF-8";
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A8C0CC;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	white-space: 0;
	padding:0px;
	margin:0px;
}


#container {
	width:800px;
	padding:0px;
	border:0px;
	margin:0px auto;
}
	
#sleft {
	width:300px;
	margin-right:20px;
	border:0px;
	float:left;
}

#smain {
	width:480px;
	margin-top:175px;
	border:0px;
	padding:0px;
	text-align:left;
}

	
#title{
	padding-top:100px;
}

#thelatest {
	background:url(imgs/vids.jpg) no-repeat top right;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:25px;
}


#thephotos {
	background:url(imgs/photos.jpg) no-repeat top left;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:25px;
}


#thecontact {
	background:url(imgs/contact.jpg) no-repeat top right;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:25px;
}

#theshows {
	background:url(imgs/shows.jpg) no-repeat top right;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:25px;
}


#thebio {
	background:url(imgs/bio.jpg) no-repeat top right;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:25px;
}


#twitle {
	background:url(imgs/tweet.jpg) no-repeat top right;
	text-align:right;
	padding-top:10px;
	vertical-align:middle;
	height:30px;
	margin-top:20px;
}

#tweetus {
	width:480px;
	margin-left:320px;
	text-align:left;
}


#content {
	width:480px;
	margin-left:320px;
	text-align:left;
}

a {
	font-size:11px;
	font-weight:bold;
	color:#00AAAE;
	text-decoration:none;
}


a:hover {
	font-size:11px;
	font-weight:bold;
	color:#57C5CC;
	text-decoration:none;
	
}

#bottom {
	margin-top:30px;
	clear:both;
}


#content h1{
	font-size:18px;
	font-weight:normal;
	width:100%;
	padding-bottom:4px;
	border-bottom:1px solid  #A8C0CC;
	margin-top:0px;
	margin-bottom:10px;
	color:#00AAAE;
}


#content h2{
	font-size:16px;
	font-weight:normal;
	color:#00AAAE;
	margin-top:0px;
	margin-bottom:5px;
}


#content h3{
	font-size:14px;
	font-weight:normal;
	color:#00AAAE;
	margin-top:0px;
	margin-bottom:5px;
}



#content h4{
	font-size:14px;
	font-weight:normal;
	color:#A8C0CC;
	margin-top:0px;
	margin-bottom:5px;
}


