/* ISLAND OF SOUND CSS Document */

/* General Page Style */

body {
	margin-top: 0px;
	text-align: center;
	img-align: center;

	background-color: black;
        font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #93ABB4;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: yellow;

}

a:link, a:visited {
	color: #93ABB4;
	text-decoration: underline;
	border: 0;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: none;
	border: 0;	
}

p {
	vertical-align: top;
        horizontal-align: top;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 30px;
        margin-right: 30px;
}


p a:link {
	color: #93ABB4;
	text-decoration: underline;
}


img {
	border: 0;
        text-align: center;
}





/* Page Header Style */


#pageheader {
	width: 800px;
	height: 162px;

	margin: 0px auto;
	background-image: url(/base-img/top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #000000;
        border-left-style: solid;
        border-left-width: 3px;
        border-left-color: yellow;
        border-right-style: solid;
        border-right-width: 3px;
        border-right-color: yellow;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: yellow;
}


/* Section Hear background style */



h3 {
	color: #93ABB4;
        text-align: left;
	
        margin-top: 20px;
	font-size: 14px;
	margin-left: 120px;
	}


h6 {
	color: #93ABB4;
        text-align: center;
	font-size: 12px;
	}



h5 {
	color: white;
	text-align: center;
	
        margin-top: 0px;
	font-size: 18px;
	margin-left: 0px;
}

h4 {
	color: white;
	text-align: left;
	
        margin-top: 20px;
	font-size: 14px;
	margin-left: 100px;
}


/* Page Content Layout Style */

#pagewrap {
width:800px;
height: 100%;
margin:0 auto;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 20px;
background-color: #000000;
background-image: url('/base-img/BG-leftcol.gif');
background-position: left;

background-repeat: repeat-y;
border-left-style: solid;
border-left-width: 3px;
border-left-color: yellow;
border-right-style: solid;
border-right-width: 3px;
border-right-color: yellow;

}



#leftcol {
width:160px;
margin: 0px auto;
padding-left: 0px;
float: left;
text-align: left;
}




#pagecontent {
	width: 640px;
	margin-left: 160px;
	vertical-align: top;
}

#pagecontent td {
	vertical-align: top;
	text-align: center;
}


#pagecontent img {
        text-align: center;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:0px;
        padding:0px;
	
}

#pagecontent .coverL {
	margin-right: 0;
	margin-bottom: 0;
}

#pagecontent .title {
	margin: 0;
	border: 0;
}


	


/* Page Footer Style */

.pagelink {
	text-align: center;
}

#pagefooter {
        clear: both;
        margin: 20px auto;
        
	text-align: center;
	color: #93ABB4;
	font-weight: 100;
}


#pagefooter p {
       text-align: center;
       margin-top: 20px;
       color: white;
}












































