body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BE7534;
}

#container {
	border: 1px solid #FFF;
}

#header {
	background-color: #FFF;
	background-image: url(images/baby_letters.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headerCont {
	margin: 15px;
}

.verse {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #515795;
	font-weight: bold;
	padding: 4px;
	line-height: 28px;
}
#content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		background-image: url(images/KidsPlaying.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content.nobackground {
	background-image: none;
}
#contCont {
	margin: 15px;
	background-color: #FFF;

}
fieldset {
	border: 1px solid #B3E0F9;
	padding: 3px;
}
fieldset legend {
	padding: 6px;
	font-weight: bold;
	margin-left:10px;
	background-color: #B3E0F9;
}

