@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	background:#ffd1d1 url('../images/content-bg.jpg') repeat-x top;
}

#outer {
	margin:0 auto;
	text-align:center;
	background:url('../images/top-pattern-bg.gif') repeat-x top;
	padding-top:85px;
	width:100%;
}

#container {
	margin:0 auto;
	text-align:center;	
	width:100%;
	background:url('../images/title-bg.png') repeat-x top;
	float:left;
	margin-top:-5px;
}

#topArea {
	margin:0 auto;
	text-align:center;
	width:955px;
}

.home #top {
	background:none;
	width:955px;
	padding-bottom:30px;
}

#topLeft {
	float:left;
	margin-top:-33px;
	padding-right:33px;
	width:245px;
}

#topRight {
	float:left;
	margin-top:11px;
	width:499px;
}

.home #contentArea {
	margin:0 auto;
	text-align:center;	
	width:770px;
}

#mainImg {
	width:770px;
	margin-top:20px;
	float:left;
}

.home #content {
	float:left;
	padding:58px 0 0 16px;
	margin:0;
	width:770px;
}

#contentLeft {
	float:left;
	width:408px;
	text-align:left;
	padding:21px 0 0 8px;
	background:url('../images/home-left-bg.png') no-repeat top;
	margin:0;
}

.whatIdo {
	clear:both;
	padding-top:20px;
	width:408px;
}

#debby {
	float:left;
	width:134px;
	padding-right:13px;
}

#homeTxt {
	float:left;
	width:245px;
	padding-right:13px;
	text-align:justify;
}

#contentRight {
	float:left;
	text-align:left;
	width:307px;
	margin-left:17px;
}

#contentRight div {
	line-height:0;
	margin-bottom:3px;
}

.home #footerArea, .music #footerArea, #footerArea {
	float:left;
	background:url('../images/footer-btm.gif') repeat-x bottom;
	margin-top:68px;
	padding:30px 0;
	width:100%;
	color:#993619;
}

#footer {
	margin:0 auto;
	width:955px;
}

#footer div {color:#993619;}

#footer a:link, #footer a:visited {
	color:#7f2a11;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}

#footerLeft {
	float:left;
	width:40%;
}

#footerRight {
	float:right;
	width:60%;
}

/* inner page styles */

#top {
	background:url('../images/inner-nav-bg.png') no-repeat 0px 155px;
	width:955px;
	padding-bottom:30px;
}

#innerNav {
	clear:both;
	text-align:center;
	width:955px;
	padding-top:10px;
}

#innerNav ul, #innerNav li {list-style:none;}

#innerNav li {
	float:left;
	padding-left:32px;
	width:auto;
}

#innerNav li a:link, #innerNav li a:visited {
	font-size:1.7em;
	color:#7f2a11;
	text-decoration:none;
}

#innerNav li a:hover, #innerNav li a.current {color:#8d6791;}

#contentArea {
	margin:0 auto;
	text-align:center;	
	width:955px;
}

#content {
	text-align:left;
	margin:10px 50px 50px 60px;
	/*width:815px;*/
}

#btmImg {
	float:left;
	width:430px;
	margin-left:20px;
}

#couplesQuotes {
	float:left;
	text-align:left;
	margin-left:50px;
	width:416px;
}

#innerText {
	float:left;
	width:396px;
	height:249px;
	margin-top:-5px;
	padding:20px 10px;
	background:url('../images/inner-quote-bg.png') no-repeat top;
}

#musicImg, #testImg, #sandImg {
	float:right;
	width:360px;
	margin:15px 0 0 10px;
}

#testImg {margin-top:50px;}

#sandImg {
	float:left;
	margin:0 15px 0 0;
}

.op1, .op2, .op3, .op4 {
	float:left;
	width:auto;
	font-weight:bold;
	color:#2f0d35;
	margin-right:15px;
}

.op4 {margin:0}

#musicBox, #musicBox1 {
	float:left;
	width:255px;
	text-align:left;
	padding:21px 0 0 8px;
	background:url('../images/music-box-bg.png') no-repeat top;
	margin:30px 20px 0 0;
}

#musicBox1 {margin-right:0;}

#musicBox h2, #musicBox1 h2 {
	margin-top:-40px;
}

#musicBox p, #musicBox1 p {
	padding-top:20px;
	padding-left:5px;
}

#footerArea {margin-top:120px;} 


/* Contact form styles */

#contact-area {
	width:770px;
	margin-top:25px;
}

#contact-area input, #contact-area textarea {
	padding:5px;
	width:70%;
	margin-bottom:10px;
	border:2px solid #a27fa1;
	float:left;
	background-color:#fef6f5;
}

#contact-area textarea {height:90px;}

#contact-area textarea:focus, #contact-area input:focus {border:2px solid #5d004c;}

#contact-area input.submit-button {
	width:100px;
	float:left;
	margin-left:115px;
}

label {
	float:left;
	text-align:right;
	margin-right:15px;
	width:100px;
	padding-top:5px;
	font-size:1em;
	font-weight:bold;
}