/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.jpg);
}
#main {
	width: 750px;
	text-align: left;
}
#header {
	height: 325px;
	background-image: url(/images/header_image.jpg);
	position: relative;
}
#header_music {
	height: 325px;
	background-image: url(/images/header_image_music.jpg);
	position: relative;
}
#header_news {
	height: 325px;
	background-image: url(/images/header_image_news.jpg);
	position: relative;
}
#header_gallery {
	height: 325px;
	background-image: url(/images/header_image_gallery.jpg);
	position: relative;
}
#header_getinvolved {
	height: 325px;
	background-image: url(/images/header_image_getinvolved.jpg);
	position: relative;
}
#header_store {
	height: 325px;
	background-image: url(/images/header_image_store.jpg);
	position: relative;
}
#header_join {
	height: 325px;
	background-image: url(/images/header_image_join.jpg);
	position: relative;
}

#about_link {
	width: 32px;
	position: absolute;
	left: 632px;
	top: 2px;
	height: 15px;
	
}
#contact_link {
	width: 43px;
	position: absolute;
	left: 672px;
	top: 2px;
	height: 15px;	
}
#blog_link {
	width: 29px;
	position: absolute;
	left: 719px;
	top: 2px;
	height: 15px;	
}

#song_form {
	width: 147px;
	position: absolute;
	left: 556px;
	top: 102px;
	height: 25px;	
}
#song_form_submit {
	width: 38px;
	position: absolute;
	left: 703px;
	top: 103px;
	height: 26px;	
}

#home_link {
	width: 101px;
	height: 40px;	
	position: absolute;
	left: 0px;
	top: 277px;
}
#music_link {
	width: 107px;
	height: 40px;	
	position: absolute;
	left: 105px;
	top: 280px;
}
#news_link {
	width: 108px;
	height: 40px;	
	position: absolute;
	left: 214px;
	top: 277px;
}
#gallery_link {
	width: 111px;
	height: 40px;	
	position: absolute;
	left: 325px;
	top: 278px;
}
#involved_link {
	width: 117px;
	height: 40px;	
	position: absolute;
	left: 438px;
	top: 281px;
}
#store_link {
	width: 90px;
	height: 40px;	
	position: absolute;
	left: 557px;
	top: 280px;
}
#join_link {
	width: 101px;
	height: 40px;	
	position: absolute;
	left: 650px;
	top: 275px;
}
#main_content {
	background-color:#FFFFFF;
	width: 750px;
}

#left_column {
	float: left;
	width: 437px;
	background-color:#FFFFFF;

}
#left_title {
	background-image:url(/images/grey_title_background.jpg);
	width: 437px;
	height: 71px;
	position: relative;
}
#left_title_text {
	position: absolute;
	width: 151px;
	height: 33px;
	left: 19px;
	top: 19px;
}
#news_item {
	width: 423px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 5px;
}
#right_column {
	background-image: url(../images/right_back.jpg);
	background-color:#FFFFFF;
	width: 311px;
	height: 592px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
}
#right_store_link {
	width: 160px;
	height: 63px;
	position: absolute;
	left: 51px;
	top: 12px;
}
#right_album_link {
	width: 220px;
	height: 224px;
	position: absolute;
	left: 55px;
	top: 84px;
}
#right_text {
	position: absolute;
	width: 217px;
	height: 82px;
	left: 58px;
	top: 314px;
}
#right_gallery_link {
	width: 222px;
	height: 146px;
	position: absolute;
	left: 54px;
	top: 402px;
}

#footer {
	width: 750px;
	height: 157px;
	background-image:url(/images/footer.png);
	position: relative;
}
#footer_links {
	width: 532px;
	height: 24px;
	position: absolute;
	left: 116px;
	top: 21px;
}

/* Sub Page Layout */
#sub_page {
	padding-top: 21px;
	padding-left: 21px;
	padding-right: 21px;
}
#sub_page ul {
	padding-left: 10em;
	margin-left: 1em;
	list-style-position: inside;
}
#float_box {
	width: 256px;
	float: left;
	background-color: #7B5D5A;
	color: #FFFFFF;
	margin-right: 11px;
	margin-bottom: 11px;
}
#float_box p {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#float_box a {
	text-align: right;
	font-weight: bold;
	color: #FF755A;
	text-decoration: none;
}
#sub_left_title {
	background-image:url(/images/grey_title_background.jpg);
	width: 437px;
	height: 71px;
	position: relative;
	float: right;
}
#sub_left_title_left {
	background-image:url(/images/grey_title_background.jpg);
	width: 457px;
	height: 71px;
	position: relative;
}

#lyrics1, #lyrics2, #lyrics3, #lyrics4, #lyrics5, #lyrics6, #lyrics7, #lyrics8, #lyrics9, #lyrics10, #lyrics11, #lyrics12 {
	display: none;
	color: #FFFFFF;
}
/* Gallery Style */
#gallery {
	text-align: justify;
}
div.img
{
  margin: 2px;
  height: auto;
  width: auto;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #58482F;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 180px;
  margin: 2px;
}
