/* CSS Document */
.clearBoth {
	clear:both;
	}
	
.wedding {
	position:relative;
	float:left;
	width:800px;
	line-height:25px;
	}
.wedding img {
	float:left;
	margin:0px 40px 0px 0px;
	border:0;
	}
	
.wedRht {
	position:relative;
	float:right;
	width:348px;
	}

.wedding h1 {
	float:left;
	padding:16px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:2px solid #666666;
	border-top:2px solid #666666;
	color:#CCCCCC;
	display:block;
	width:341px;
	font-size:21px;
	text-align:center;
	}
.wedding h2 {
	font-size:13px;
	font-style:italic;
	}
	
.wedding ul {
	margin-top:10px;
	margin-bottom:10px;
	}
	
.wedding ul li {
	line-height:20px;
	}
	
.recentWed {
	position:relative;
	float:left;
	width:360px;
	padding-right:20px;
	}
.recentWed h3 {
	font-size:14px;
	}
.recentWed ul {
	margin-top:10px;
	margin-bottom:10px;
	list-style:none;
	}	
.recentWed ul li {
	line-height:20px;
	font-size:12px;
	clear:both;
	}
.recentWed img {
	float:left;
	margin:0px 5px 5px 0px;
	}
	
.wedding dl dd {
	margin:-25px 0px 0px 150px;
	}
