/* Content page styles */
h1 {
	background-image: url(../Images/H1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:#555 1px dotted;
	padding-left:30px;
	line-height:28px;
	color:#CA128A;
}
#content {
	background-color:#fff;
	color:#555;
	min-height:460px;
}
hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border:0;
	border-bottom:#000 1px dotted;
	margin:12px 0;
}

a {
	color:#CC128B;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
#weddingnav {
	position:relative;
	float:left;
	width:160px;
	
}
#weddingnav ul{
	list-style: none;
	line-height:20px;
}

#weddingcontent {
	position:relative;
	float:left;
	width:680px;
}
#clear {
	clear:both;
}