html, body, div, p {
	font-family:  Arial, sans-serif; 
	color: #fff;
}
body { 
	text-align:center;
	padding:0px;
	border:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right: 0px;
	background-color: #000;
}
p {
	font-size:12px;
	text-align:justify;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:18px;
	font-weight:normal;
	line-height:18px;
}
.title {
	font-size:14px;
	text-align:left;
	margin:0;
	padding:0;
	border:0;
	margin-bottom:2px;
	font-weight:bold;
	color:#99c;
}
.summary {
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	margin:0;
	border:0;
	padding:0;
}
/*links */

.discover-more {
	color:#669;
	text-decoration:none;
	font-weight:bold;
}
.discover-more:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/*images */

img {
	margin:0;
	padding:0;
	border:0;
}


/* the overall container for the page */


#container {
	width:980px;
	height:766px;
	margin: auto;
	border:0;	
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	position:relative;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background-color:#3a2452; 
}
#masthead {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:166px;
	border:0px;
	margin:0px;
	padding:0px;
	background: #3a2452 url(images/repeat-masthead.jpg) repeat-x;
	overflow:hidden;
	text-indent:-10000px;
	z-index:3;
}
	#logo {
		position:absolute;
		top:18px;
		left:20px;
		width:329px;
		height:126px;
		border:0px;
		margin:0px;
		padding:0px;
		background: #3a2452 url(images/butterfly-moments-logo.jpg) no-repeat;
		overflow:hidden;
		text-indent:-10000px;
		z-index:3;
	}
	#call-sharon {
		position:absolute;
		top:32px;
		right:24px;
		width:453px;
		height:34px;
		border:0px;
		margin:0px;
		padding:0px;
		background: #3a2452 url(images/call-sharon.jpg) no-repeat;
		border-bottom: 1px solid #fff;
		overflow:hidden;
		text-indent:-10000px;
		z-index:3;
	}
	#create-the-life {
		position:absolute;
		top:103px;
		right:17px;
		width:365px;
		height:36px;
		border:0px;
		margin:0px;
		padding:0px;
		background: #3a2452 url(images/create-the-life.jpg) no-repeat;
		overflow:hidden;
		text-indent:-10000px;
		z-index:3;
	}
#content {
	position:absolute;
	top:166px;
	left:0px;
	width:980px;
	height:600px;
	border:0px;
	margin:0px;
	padding:0px;
	background: #3a2452;
	z-index:3;
}
	#content #masthead-shadow {
		position:absolute;
		top:0px;
		left:0px;
		width:980px;
		height:20px;
		border:0px;
		margin:0px;
		padding:0px;
		background: #3a2452 url(images/masthead-shadow.jpg) repeat-x;
		z-index:2;
	}
	#content #picture {
		position:absolute;
		top:0px;
		left:0px;
		width:411px;
		height:600px;
		border:0px;
		margin:0px;
		padding:0px;
		background: #3a2452 url(images/create-the-life-you-deserve.jpg) no-repeat;
		z-index:3;
	}
	
		#content #text {
			position:absolute;
			top:28px;
			left:421px;
			width:529px;
			height:auto;
			border:0px;
			margin:0px;
			padding:0px;
			background: #3a2452;
			z-index:3;
		}
		#content #text .hline {
			position:relative;
			margin:0;
			padding:0;
			border:0;
			width:529px;
			height:1px;
			background-color:#669;
			margin-bottom:17px;
		}