@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: sans-serif;
	color: #CE1D91;
	font-size: 16px;
	background-color: #c7eafb;
}

#Wrap{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#Header{
	height: 140px;
}

#HeaderRight{
	float: left;
}

#HeaderRightImage{
}

#HeaderLeft{
	position: relative;
	z-index: 100;
}


#InnerWrap{
	height: 800px;
}

#InnerWrapLeft{
	float: left;
	width: 140px;
	height: 800px;
	background-image: url(Graphics/Links/Background.jpg);
	background-repeat: repeat-y;
}

#InnerWrapRight{
	height: 760px;
	margin-left: 140px;
	min-height: 800px;
	 /* IE 6 only */
	_posi\tion: absolute;
	_to\p: 140px;
	_mar\gin-left: -5px;
}

#MenuHolder{
	height: 32px;
	width: 800px;
	margin: 0px;
}

#Menu{
	list-style: none;
	height: 32px;
	padding: 0px;
	margin: 0px;
}

.MenuItem{
	float: left;
	padding: 0px;
}

.MenuItem1{
	margin-left: 4px;
}

.DropDownMenu{
	list-style: none;
	background-color: #FF0;
	width: 190px;
	margin-top: 2px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	z-index: 1;
}

#DropDownAboutUs{
	margin-left: 131px;
}

#DropDownRegistration{
	margin-left: 255px;
}

#DropDownFreeNurseryEducation{
	margin-left: 383px;
}

#DropDownBirth2Five{
	width: 160px;
	margin-left: 508px;
}

#DropDownBirth2Five2{
	width: 140px;
	margin-left: 660px;
}

#DropDownContact{
	width: 140px;
	margin-left: 760px;
}

.DropDownMenu a{
	color: #000;
	text-decoration: none;
}

.DropDownMenuItem{
	padding: 2px;
	border: solid 1px #FFF;
	padding-left: 5px;
}

#Content{
	height: 800px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: top right;
	/* ie6 */
	_mar\gin-left: 5px;
}

.ImageNoBorder{
	border: 0px;
}

.blacklink{
	color: #000;
}

.form{
	border: solid 1px #000;
}

#Footer{
	position: absolute;
	top: 830px;
}


