/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~GLOBAL STYLES ~~~~~~~~~ */

* { margin: 0;
	padding:0;
	}

body {
	background: #cfe3e4 url(images/background.jpg) center 20px no-repeat;
	color: #515859;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 13px;
}

body#frame {background-image:none; background: transparent; }
body#home {background-image:none; background: #cfe3e4; }

a img { border: none;}

a, a:link { color: #6c001c; text-decoration: none; }

a:hover { color: #26050e; }

p { margin: 16px 0; clear:both; }

h1 { font-size: 20px; margin-bottom: 8px; }

h2 { font-size: 18px; font-weight: normal; text-transform: lowercase; color: #182728; margin-bottom: 8px; }

h3 { font-size: 18px; font-weight: normal; color: #182728; }

h4 { text-transform: uppercase; letter-spacing: .19em; font-style: normal; font-weight: normal; font-size: 10px; }

td {padding-bottom: 6px; }

li {margin-left:20px;}

h5 { text-transform: uppercase; font-weight: bold; color: #5288a5;}

ul { margin: 20px 0; }


/*~~~~~~~~~~~PAGE STYLES ~~~~~~~~~ */

#wrapper { 
	width:870px;
	margin: 0 auto;
	}
	
#message { 
	height:30px; 
	margin:0 auto;
	text-align: center;
	margin-top:0;
	background: white;
	padding-top:10px;
	color: red;}
	
#navigation { 
	height:30px; 
	margin:0 auto;
	text-align: center;
	margin-top:0;
	background: #b9cfd0;
	padding-top:10px;
	}
	
#navigation a { 
	padding-left:20px;
	font-size: 11px;
	color: #657e80;
	font-weight: bold;
	}
	

#navigation a:hover { 
	color:#26050e;
	}	
	
#body-bands { 
	width: 800px;
	float:left;
	margin-left:80px;
	margin-top:110px;
	}
	
	
#bandnames { 
	height:600px; 
	float:left;
	width: 200px;
	margin:18px 40px 0px 0px;
	overflow: hidden;
	}
	
#bandinfo { 
	height:600px; 
	float:left;
	width: 500px;
	margin-top:18px;
	overflow:visible;
	background: transparent;
	}
	

a.link1:link {
display: block;
width:190px;
float:left;
text-decoration: none;
}

a.linked{
font-weight: bold;
color: #0e0d12;
cursor:default; /*Make mouse pointer an arrow to discourage clicking */
}

	
#body-text { 
	width: 600px;
	float:left;
	margin-left:200px;
	margin-top:120px;
	}
	
.photo-left { 
	float:left;
	margin: 0 20px 20px 0;
	}
	
.film-text {
	float:left;
	width: 480px;
	}
	
.film {
	clear:both;
	float: left;
	margin:10px 0 ; }
	
.film img {
	float: left;
	margin: 0 40px 10px 0;
	}
	
iframe { border: none; }

div#sat {float:left; width:300px }

div#sun {float:left; width:300px }

#thanks { background: #FFFFFF; width: 670px; padding:40px; }


table#buy { background: #bfd9da; padding: 20px; margin-top:10px; }