@charset "utf-8";
/* CSS Document */

h1, h2 {behavior: url(iepngfix.htc);}

body{
	background: #000000 url(Assets/BackgroundTile.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; /*For IE Auto-margins failure*/
	margin: 0;
	padding: 0;
	min-width: 800px;
	color: #000000;
}

h3{
	color:#40550D;
	font-size:24px;
	font-weight: normal;
}

h4{
	color:#40550D;
	font-size:18px;
	font-weight: normal;
}

em{
	/*background: url(Assets/BlueBackground.jpg);*/
	font-weight: bolder;
	font-style: normal;
	font-size: 120%;
}

a {
	color: #CC6600;
	text-decoration: none;
}

td img {
	margin-left: 50px;
	float: left;
	padding: 7px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#Container{
	position:relative;
	width: 800px;
	height: 2500px;
	margin: 0 auto;
	text-align: left;
	background: #fffdee url(Assets/Background.jpg) repeat-y;
	padding: 0;
	line-height: 120%;
}

#Title{
	background:url(Assets/WeddingHeader3.jpg) no-repeat top left;
	height: 301px;
	width: 800px;
	margin: 0;
}

#Title h1{
	display: none;
}
	
#HomepageLeftColumn {
	position: absolute;
	top: 324px;
	left: 20px;
	width: 435px;
	margin: 0;
	padding: 0;
	
	}
	


#HomepageRightColumn {
	position: absolute;
	top: 324px;
	left: 469px;
	width: 320px;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

/*#HomepageLeftColumn h1 {
	background: url(Assets/AboutMeHeader.png) no-repeat;
	width: 250px;
	height: 83px;
	}*/
	
#HomepageLeftColumn h1#About {
	background: url(Assets/AboutMeHeader.png) no-repeat;
	width: 250px;
	height: 83px;
	}
	
#HomepageLeftColumn h1#Why {
	background: url(Assets/WhyHeader.png) no-repeat;
	width: 295px;
	height: 79px;
	}
	
#HomepageLeftColumn h1#Consultation {
	background: url(Assets/ConsultationHeader.png) no-repeat;
	width: 421px;
	height: 79px;
	}

#HomepageLeftColumn h1#Repertoire {
	background: url(Assets/RepertoireHeader.png) no-repeat;
	width: 250px;
	height: 77px;
	}
	
#HomepageLeftColumn h1#Equipment {
	background: url(Assets/EquipmentHeader.png) no-repeat;
	width: 245px;
	height: 76px;
	}
	
#HomepageLeftColumn h1#PriceGuide {
	background: url(Assets/PriceGuideHeader.png) no-repeat;
	width: 245px;
	height: 76px;
	}
	
#HomepageLeftColumn h1#Contact {
	background: url(Assets/ContactHeader.png) no-repeat;
	width: 208px;
	height: 83px;
	}
		
#HomepageLeftColumn h1 span, h2 span {
	display: none;
}

/*#HomepageRightColumn p {
	text-indent: -50px;
	
*/
#MusicCDLink {
	position: absolute;
	top: 684px;
	left: 289px;
	width: 215px;
	}

#MusicCDLink img{
	width: 100px;
	float: left;
}

#MusicCDLink p{
	width: 100px;
	padding-left: 15px;
	float: right;
}

.AudioLink {
	display:block;
	padding: 20px 0 0 50px;
	height: 65px;
	background: url(Assets/AudioIcon.png) no-repeat left center;
}
