
* {
  margin: 0; padding: 0;
}


html {
	background: #accbec url(/img/bg_gradblue.jpg) repeat-x;
}

body {
	padding: 0;
	margin: 0;
	background: url(/img/bg_starfield.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	height: auto;	
	}
	
#main {
	width: 817px;
	margin: 0px auto;
	}
	
#leftCol {
	width: 273px;
	height: auto;
	margin: 0px; padding: 0px;
	float: left;
	display: inline;
	}
	
#navMain {
	width: 262px;
	height: 561px;
	margin: 0px; padding: 0px;
	float: left;
	}
	
#rightCol {
	width: 543px;
	height: auto;
	margin: 0px; padding: 0px;
	float: right;
	display: inline;
	background-image: url(/img/bg_ltblue.jpg);
	background-repeat: no-repeat;
	background-color: #D3DDF8;
	}
	
#rightColLyrics {
	width: 543px;
	height: auto;
	margin: 0px; padding: 0px;
	float: right;
	display: inline;
	background-image: url(/img/bg_lyrics.jpg);
	background-repeat: no-repeat;
	background-color: #D3DDF8;
	}	

#header {
	width: 543px;
	height: 79px;
	margin: 0px; padding: 0px;
	float: left;
	}
/*HEADING STYLES //////// */	
#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	height: 79px;
	}
.default {
	background-image:url(/img/hdr_default.jpg);
	background-repeat:no-repeat;
	width: 543px; height: 79px ;
	}
.lyrics {
	background:url(../img/hdr_lyrics.jpg) no-repeat;
	width: 156px; height: 79px;
	}
	
.links {
	background:url(../img/hdr_links.jpg) no-repeat;
	width: 166px; height: 79px;
	}	
	
.photos {
	background: url(../img/hdr_photos.jpg) no-repeat;
	width: 171px; height: 79px;
	}
.story {
	background: url(../img/hdr_story.jpg) no-repeat;		
	width: 281px; height: 79px;
	}
.news {
	background: url(../img/hdr_news.jpg) no-repeat;
	width: 135px; height: 79px;
	}
.contact {
	background: url(../img/hdr_contact.jpg) no-repeat;
	width: 209px; height: 79px;
	}
.about {
	background: url(../img/hdr_about.jpg) no-repeat;
	width: 372px; height: 79px;
	}
.shop {
	background: url(../img/hdr_shop.jpg) no-repeat;
	width: 132px; height: 79px;
	}
.video {
	background: url(../img/hdr_videos.jpg) no-repeat;
	width: 372px; height: 78px;
	}
	
.lyricsTitle {
	margin-top: 10px;
	}
				
	
#content {
	width: 543px;
	height: auto;
	margin: 0px; padding: 0px;
	float: left;
	clear: left;	
	}
	
#contentNoshade {
	width: 543px;
	height: auto;
	margin: 0px; padding: 0px;
	float: left;
	clear: left;
	background-color: #ACCBEC;	
	}
	

	
#content p, h1, h2, h3 {
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	}
#content p {
	padding-bottom: 8px;
	line-height: 1.5em;
	}
#content h1 {
	font-size: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	}
	
.synopsis p {
	
	margin-top: 8px; margin-bottom: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	}	
	
	
	
.article p {
	line-height: 1.4em;
	color: #330000;
	}
	


dl.notelist {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333333;
	}

dl.notelist dd {
	padding-bottom: 8px;
	}	



	
	
.thumbnail{
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #006699;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
#quotes {
	padding-top: 5px;
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C306C;
	}
#quotes ul li {
	padding-bottom: 8px;
	list-style-type: none;
	}
#quotes span {
	font-size: 18px;
	}			
	
.copyright {
	font-size: 12px;
	padding-top: 10px;
	}			
	
#footer {
	width: 817px;
	margin: auto;
	margin-top: 10px;
	float: left;
	clear: both;
	background-image: url(/img/bg_footer.jpg);
	background-repeat: no-repeat;
	/*background-color: #33CC99;*/
	}

#footer h1 {
	background-image: url(/img/logo_skyboat_sm.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 20px;
	margin-right: 0; padding-right: 0;
	height: 67px; width: 110px;
	float: left;
	overflow: hidden;
	}
#footer p {
	font-size: 12px;
	color: #666666;
	float: left;
	padding-left: 5px;
	padding-top: 40px;
	margin-left: 0;
	}
#footer a {
	text-decoration: none;
	color: #006633;
	}	
		
