div#nav-bar {
	overflow: hidden;
	width: 1024px;
}
div#nav {
	float: left;
	display: inline;
	width: 1024px;	
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;}
	
}

h1, h2, h3, h4 {
	font-family: 'TREBUCHET MS', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.date {
	margin-left: 20px;
	font-size: 60%;
	background: #DDD;
	padding: 2px 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

div.post {
	border-bottom: 1px dashed #999;
	padding: 10px 0px;
}

.post img {
	border: 3px solid #999;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px;
	margin: 10px 20px 10px 10px;
}



#welcome_baby_crews {
	width: 1024px;
	height: 92px;
}

#header_low {
	width: 1024px;
	height: 23px;
	clear: both;
	background: white url(/images/header_low.jpg) no-repeat;
}

#pre_footer {
	width: 1024px;
	height: 62px;
	clear: both;
	background: white url(/images/pre_footer.jpg) no-repeat;
	
}

#real_footer p{
	text-align: center;
	font: normal normal normal 1em Lucida, sans-serif;
	font-size: 90%;
}

#main {
	width: 1024px;
	min-height: 600px;
	background: white url(/images/main_background.jpg) repeat-y;
	margin: 0;
	padding: 5px 20px 40px 20px;
}

#footer {
}

.front_page_text_box {
	border: 3px solid #999;
	margin: 20px 0px 20px 30px;
	width: 510px;
	background-color: white;
	padding: 10px 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 105%;
	float: left;
	min-height: 246px;
}

img {
	border:0px;
}

.registry_option {
	border: 1px solid #999;
	background-color: #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px 20px 10px;
	width: 450px;
}

h3.center {
	text-align: center;
}

#registry_wrapper {
	margin: 20px auto;
	width: 450px;
}

#site_wrapper {
	margin: 0 auto;
	width: 1024px;
}

#click_here {
	width:379px;
	height:188px;
}

#left_side {
	position: relative;
	width: 379px;
	float: right;
	right: 20px;
	top: 10px;
}

.page_photo {
	border: 2px solid #999;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 350px;
	margin-left:10px;
	text-align: center;
}

.page_photo img {
	margin: auto;
	padding: 5px;
}


.picture {
	width: 300px;
	border: 3px solid #999;
	background-color: #CCC;
	text-align: center;
	margin: 10px;
	float: left;
	vertical-align: center;
	
}

.clearfloat {
		clear:both;
		height:0px
}

.picture_description {
	padding: 5px;
	color: #DDD;
	background-color: #222;
	font-size: 90%;
}