body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #B4DAEF;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	width: 700px;
	text-align: left;
}

/*Upper header*/

#upperHeader {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#upperHeader img {
	display: block;
}

#motto {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 97px;
	left: 28px;
}

/*Lower header*/

#lowerHeader {
	padding: 0px;
	margin: 0px;
	position: relative;
	background-color: #E1F2FF;
	border-top: 9px solid #FFFFFF;
	height: 166px;
}

#headerContent {
	position: absolute;
	top: 0px;
	left: 26px;
	height: 129px;
	background-color: #B4DAEF;
	width: 316px;
	padding-left: 10px;
	padding-right: 10px;
}

#headerContentBorderTop {
	position: absolute;
	top: -13px;
	left: 26px;
}

#headerContentBorderBottom {
	position: absolute;
	top: 129px;
	left: 26px;
}

#contactUs {
	position: absolute;
	top: 5px;
	right: 45px;
}

/*Main Content*/
#bodywrapper {
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#childpic {
	position: relative;
	top: 5px;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#childpic img {
	display: block;
}

#bar {
	position: relative;
	top: 0px;
	z-index: 1;
}

#contentWrapper {
	margin-top: -220px;
	padding-right: 40px;
	padding-left: 270px;	
}

/*Footer Content*/

#footerBottom {
	top: 0px;
	position: relative;
	display: block;
	width: 700px;
}

#footerBottomBorder {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

	
