/* CSS Document */
#celebWrapper {
	left:165px;
	top:5px;
	width:900px;
	height:100%;
	z-index:2;
	background-color: #FFFFCC;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-left: 165px;
	
}
#celeblogo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	background-image: url(../celebration/images/chrislogo.gif);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#contentContainer1{
	height: 230px;
	width: 900px;
}
.content{
	float: left;
	width: auto;
	margin-left: 50px;
}
#contentContainer2{
	height: 360px;
	width: 900px;
	clear: both;
}
#contentContainer3{
	height: 250px;
	width: 900px;
	clear: both;
}
