/* CSS Document */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html,body { min-height:100.1%;margin-bottom:1px; }

body {
  font-family: arial;
  color: #333333;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 5px;
  text-align: center;
  background-image: url(../images/backgrounds/pink-stripe.gif); 
  background-repeat: repeat;

}



#outerWrapper {
	margin: 0 auto;
	background: white;
	width: 800px;
	background: #252425;
	border: 2px solid #ffffff;
	color: #CD667B;



}



.headerBanner{
  width: 800px;
  height: 250px;
  margin-bottom: 4px;
  background-image: url(../images/backgrounds/headerpink.jpg);
  background-repeat: no-repeat;
  border-bottom: solid 4px #666666;
  float: left;
  
  }
  
  
#headerNavigation {
	width: 200px;    
	margin: 190px 0 0 20px;
	text-align: center;
	clear: both;
	color: #ffffff;
	visibility: hidden;
	
  
}

#topMainLinks {
	width: 800px;
	height: 40px;
	margin-left: 0px;
	padding-top: 10px;
	 text-align: left;
	 clear: both;
	
}

#menu {
	width: 600px;
	float: left;
	margin-left: 20px;
	
	
	}
	
	
#headphones {
float: right;
text-align: center;
padding-right: 30px;
margin-top: 0px;
width: 80px;

}

#mainBody {
	width: 800px;
	clear: both;
	
	
}


.leftColumn {
	width: 480px;
	float: left;
	margin-left: 15px;
	
}



.leftColumnInside {

  width: 460px;
  margin: 4px 0 10px 3px;
  padding: 10px;
  background-color: white;

  

}

.leftColumnInsideTitle {
	text-align: center;
	
}



.leftColumnInside p  {
  color: #252425;
    text-align: left;
  }
  
  .leftColumnInside a:link {
	  color: #CD667B;
	  
  }

  .leftColumnInside a:visited {
	  color: #CD667B;
	  
  }
  
  
    .leftColumnInside a:hover{
	  color: #252425;
	  
  }


.rightColumn {
  
  
  height: 330px;
  margin: 2px 16px 0 5px;
  float: right;





}


.rightColumnPhoto {
 padding: 10px;
 margin-left: 5px;
 
 }



.spacer {
	clear: both;
	width: 100%;
	
}



#pageBodyIndex {
  width: 780px;
  height: 390px;
  float: left;
  margin: 3px 5px 5px 15px;
  background-image: url(../images/photographs/front-page2.jpg);
  background-repeat: no-repeat;
  
  } 
  
  #pageBodyIndex p {
	color: #ffffff;
	text-align: center;
  
  
  }
  
  
  
#pageBodyInside {
  width: 780px;
  float: left;
  margin: 9px 5px 5px 15px;

  
  } 
  
  #pageBodyInside p {
	color: #111111;
	text-align: left;

  
  
  }
  
  
  
  .pageBodyText {
	margin-right: 25px;
	margin-top: 10px;
	width: 245px;
	height: 400px;
	float: right;
	color: #FFF;

  
  }


#indexPhoto {

 width: 780px;
 margin-left: 5px;
 margin-right: 5px;


 
 }

.buyButton {
	text-align: left;
	padding-top: 9px;
	visibility: hidden;
	
}

#buyButtonMusic {
	text-align: right;
}
.photoWrap {

width: 800px;
padding-top: 10px;


}





.leftColumnPhoto {
	padding: 5px;
	text-align: right;
	
}

#linksFooter {
	width: 800px;
	background-repeat: no-repeat;
	height: 220px;
	background-image: url(../images/backgrounds/footer.jpg);
    margin: 40px 0 0 0;
	padding-top: 30px;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #000000;


  
}

#linksFooter td {
    color: #ffffff;
	font-size: 10px;
	
	}
	
	
	#linksFooter tr {
	width: 125px;
	
	
	}

.linksFooterText {
    width: 750px;
	padding: 10px;
	margin-top: 20px;
	margin-left: 10px;
	}


#footer {
width: 800px;
height:35px;
background: #CB6479;
font-size: 9px;
text-align: center;
color: #ffffff;
margin: 10px auto;

border-top: 1px solid #999999;
clear: both;
}

#insideFooter {
width: 800px;
height:22px;
background: #CB6479;
font-size: 9px;
text-align: center;
color: #ffffff;
margin: 10px auto;
padding-top: 9px;
border-top: 1px solid #999999;
clear: both;
}

#leftFooter {
	width: 520px;
	float: left;
	padding-top: 12px;
	
}

#rightFooter {
	width: 90px;
	padding-top: 2px;
	float: right;
	margin-top: 0;
	
}

a img {
	border: 0;
	
}
  
  
h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}
h2 {
  color: #CD667B;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}
h3 {
  color: #CD667B;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  
  
}
h4 {
  color: #ffffbf;
}
h5 {
	color: #252425;
	font-weight: bold;
	text-align: left;
}
h6 {
  color: #ffffff;
  font-size: 9px;
  
}
a,  a:link {
  color: #ffffff;
  text-decoration: none;

  
}
a:visited {
  color: #ffffff;
  text-decoration: none;

}
a:hover {
  color: #786ec8;
  text-decoration: none;

  
}
