@charset "UTF-8";
/* CSS Document */

/* /////////////////  MAIN ///////////////// */


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#663300;
	background-color:#B8AE70;
}

#container {
	min-height:100%;
	height: auto !important;
	height:100%;
	min-height: 100%;
	width:900px;
	background-color:#FFFFFF;
	margin:0px auto -110px auto;
}

.ie #container {
	min-height:100%;
	height: auto !important;
	height:100%;
	min-height: 100%;
	width:900px;
	background-color:#FFFFFF;
	margin:0px auto -100px auto;
}

.clear {
	clear:both;
}

/* /////////////////  HEADER ///////////////// */

#header {
	height:190px;
	background-image:url(../images/background_header.jpg);
	background-repeat:no-repeat;
}

/* /////////////////  NAVIGATION ///////////////// */

#nav {
	width:140px;
	background-image:url(../images/background_nav.jpg);
	background-repeat:repeat-y;
	margin: 10px 0px 0px 30px;
	float:left;
}

.link {
	display:block;
	width:114px;
	height:20px;
	text-decoration:none;
	background-position:0 0;
}

.link_on {
	display:block;
	width:114px;
	height:20px;
	text-decoration:none;
	background-position:-114px 0;
}

#nav a:hover {
	background-position:-114px 0;
}

#home {
	background-image:url(../images/nav_home.jpg);
}

#about {
	background-image:url(../images/nav_about.jpg);
}

#services {
	background-image:url(../images/nav_services.jpg);
}

#weddings {
	background-image:url(../images/nav_weddings.jpg);
}

#receptions {
	background-image:url(../images/nav_receptions.jpg);
}

#corporate {
	background-image:url(../images/nav_corporate.jpg);
}

#occasions {
	background-image:url(../images/nav_occasions.jpg);
}

#concerts {
	background-image:url(../images/nav_concerts.jpg);
}

#funerals {
	background-image:url(../images/nav_funerals.jpg);
}

#applause {
	background-image:url(../images/nav_applause.jpg);
}

#venues {
	background-image:url(../images/nav_venues.jpg);
}

#photos {
	background-image:url(../images/nav_photo.jpg);
}

#repertoire {
	background-image:url(../images/nav_repertoire.jpg);
}

#classical {
	background-image:url(../images/nav_classical.jpg);
}

#popular {
	background-image:url(../images/nav_popular.jpg);
}

#celtic {
	background-image:url(../images/nav_celtic.jpg);
}

#spirituals {
	background-image:url(../images/nav_spirituals.jpg);
}

#latin {
	background-image:url(../images/nav_latin.jpg);
}

#hymns {
	background-image:url(../images/nav_hymns.jpg);
}

#hebrew {
	background-image:url(../images/nav_hebrew.jpg);
}

#japan {
	background-image:url(../images/nav_japanese.jpg);
}

#harpVoice {
	background-image:url(../images/nav_harpVoice.jpg);
}

#harpFlute {
	background-image:url(../images/nav_harpFlute.jpg);
}

#xmas {
	background-image:url(../images/nav_xmas.jpg);
}

#listen {
	background-image:url(../images/nav_listen.jpg);
}

#harp {
	background-image:url(../images/nav_harp.jpg);
}

#contact {
	background-image:url(../images/nav_contact.jpg);
}

/* /////////////////  CONTENT ///////////////// */


#content {
	padding-bottom: 50px;
	margin:10px 0px 0px 200px;
	width:650px;
	min-height:100%;
	height:100%;
	height:auto;
	
}

#content p {
	text-align:justify;
	text-wrap: normal;
}

#content ul {
	width:280px;
}

#content a {
	color:#000000;
}

#content form {
	margin-top:30px;
}

#heading {
	font-weight:bold;
	color:#000000;
}

#title {
	margin-left:200px;
}

#picture {
	padding:0px 0px 20px 30px;
	display:block;
	float:right;
	
}

#photo_thumbs {
	padding-bottom: 50px;
	margin:10px 0px 0px 200px;
	width:650px;
	min-height:100%;
	height:100%;
	height:auto;
}

.photo_list {
	list-style:none;
}

.photo_list li {
	float:left;
	margin: 20px 10px -15px 0px;
}

.photo_list_end {
	list-style:none;
}

.photo_list_end li {
	float:left;
	margin: 20px 10px 20px 0px;
}

.name {
	font-weight:bold;
	color:#666666;
}

.sub_name {
	color:#666666;
}

#right_list {
	list-style:none;
	margin-left:20px;
	padding:10px 10px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:24px;
	float:right;
	background-color:#B8AE70;
}

.contact_inputs {	
	width:200px;
	background:#B8AE70;
	border:none;
	padding:5px;
}

#music_info 
{
	float:left;
	width:300px;
	padding-bottom:10px;
	font-size:14px;
}

#wedding_widget {
	width:280px;
	padding:10px 20px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	line-height:24px;
	background-color:#B8AE70;
}

#push {
	height:100px;
}


/* /////////////////  FOOTER ///////////////// */

#footer {
	height:100px;
	background:url(../images/background_footer.jpg) no-repeat #FFFFFF;
	width:900px;
	margin:0 auto;
}

#footer_nav {
	padding-top:20px;
	text-align:center;
}

#footer_text {
	color:#CCCCCC;
	text-align:center;
}

.bottom_nav {
	text-decoration:none;
	color:#666666;
}
