div#registry_container{
	width:98%;
	min-width:900px;
	background-color:#E5E5E5;
	overflow:hidden;
	margin:1%;
	position:relative;
}
div#registry_body{	
	background-color: #FFFFFF;
	margin:1%;  
	position:relative;
}
div#registry_enclosure{
	width: 100%;             /* full window width */
	margin: 0 auto;               /* keep flush with adjacent containers */
	background-color: #FFFFFF; 
	overflow:hidden;
	position:relative;
	margin-top:10px;
}
div#registry_section_one{
	width:48%;
	float:left;
	position:relative;
	border:1px solid #87613A;
	background-color: #F9F9F2;
	
}
div#registry_section_two{
	width:48%;
	float:right;
	position:relative;
	border:1px solid #87613A;
	background-color:#F8F7F3;
}
div#registry_header span.header_text{
	color:#FF0000;
}
div#registry_top_enclosure{
	margin: 0 auto;               /* keep flush with adjacent containers */
	background-color: #FFFFFF; 
	overflow:hidden;
	position:relative;
}
div#registry_top_enclosure span.top_text{
	font-weight:bold;
}
div#registry_top_one{
	width:33%;
	float:left;
	position:relative;
}
div#registry_top_two{
	width:33%;
	float:left;
	position:relative;
}
div#registry_top_three{
	width:33%;
	float:left;
	position:relative;
}
div#baby_section_header{
	text-align:center;
	height:40px;
	margin-top:10px;
}
div#baby_section_header a{
	font-family: "Bodoni MT Black";
	font-weight:bold;
	font-size:22px;
	color:#87613A;
}
div#wedding_section_header{
	text-align:center;
	height:40px;
	margin-top:10px;

}
div#wedding_section_header a{
	font-family: "Bodoni MT Black";
	font-weight:bold;
	font-size:22px;
	color:#87613A;
}
div#wedding_section{
	height:100px;
	margin-left:1%;
	margin-right:1%;
	margin-top:20px;
	border:1px solid #FFF;
}
div#wedding_section span.wed_text{
	font-weight:bold;
	color:#87613A;
}
div#wedding_section span.wed_small_text{
	color:#76797C;
	font-size:12px;
}
div#wedding_section a{
	font-size:11px;
}
div#baby_section{
	height:100px;
	margin-top:20px;
	margin-left:1%;
	margin-right:1%;
	border:1px solid #FFF;
}
div#baby_section span.baby_text{
	font-weight:bold;
	color:#87613A;
}
div#baby_section span.baby_small_text{
	color:#76797C;
	font-size:12px;
}
div#baby_section a{
	font-size:11px;
}