@charset "utf-8";
/* CSS Document */


/*		Universal Settings
-----------------------------------------------------------------------*/
body {
	margin: 0px;
	font-family: Arial, Verdana, sans-serif; 
	font-size:14px;
	background-color: #e8e7e3;
}

img {
	border: 0px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
	font-weight:bold;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 0.9em;
	color:#eeeeee;
	font-weight:bold;
	padding: 3px 5px;
}

.spacer {
	clear: both;
}

a:link {text-decoration: underline; color: #909;}
a:visited {text-decoration: none; color: #333;}
a:active {text-decoration: underline; color: #333; }
a:hover {text-decoration: none; color: #909;}

#line {
	border-bottom-style:solid;
	border-width:2px;
	width:480px;
	height:0px;
}
/* body content */
#index {
	background:url(../images/home-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#index p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 80px;
	font-weight:bold;
	width:500px;
	color:#333333;
}

#about {
	background:url(../images/about-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#bio {
	margin-top: 330px;
	
	}

#bio p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 100px;
	font-weight:bold;
	width:500px;
	color:#333333;
}

#lyricspage {
	background:url(../images/lyrics-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#lyricspage p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 50px;
	font-weight:bold;
	width:500px;
	color:#333333;
}


#songlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 20px;
	font-weight:bold;

	color:#333333;
}

#songlist ul {
  float: left;
  width: 520px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#songlist li {
  float: left;
  width: 160px;
  margin: 0;
  padding: 5px;
}

#gallery {
	background:url(../images/gallery-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#gallery p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 50px;
	font-weight:bold;
	width:500px;
	color:#333333;
}

#news {
	background:url(../images/news-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#news p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 100px;
	font-weight:bold;
	width:500px;
	color:#333333;
}

#news p .date{
	color:#909;
}


#live {
	background:url(../images/live-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}
#updatewrap {
	margin-top: 30px;
	height:850px;
	width:600px;
}

#updatebox {
	width:250px;
	margin:0px 0px 15px 27px;
	height:100px;
	float:left;
}

#updatebox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding: 0px 5px 0px 90px;
}


#connect {
	background:url(../images/connect-bg.jpg) no-repeat;
	background-position:top left;
	height: 700px;
}

#connect form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0px 0px 100px;
	font-weight:bold;
	width:500px;
	color:#333333;
}

#social {
	margin-left: 600px;
}