/*Family site Layout*/

#header {
	position: absolute;
	left: 160px;
	top: 0%;
  	width: 80%;
	padding: 10px;
	padding-left: 20px;
	background: #E4C8F2;
	border-bottom: solid;
	border-color: #5E1E7D;
	/*font-size: 8pt;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#NavBar {
	position: absolute;
	top: 0%;
	left: 20px;
	width: 138px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 30em;
	border: thin;
	border-right: solid;
	border-left: solid;
	border-color: #5E1E7D;
	background: #E4C8F2;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#text {
	position: absolute;
	width: 80%;
	left: 0%;
	top: 285px;
 	margin-left: 175px;
	margin-right: 15px;
	padding-top: 60 px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

#panel {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 260px;
	padding: 10px;
/*	font-family: "MS Sans Serif", Geneva, sans-serif;
	font: 12pt;*/
/*		border: none;
	border-style: solid;
	border-color: Gray;*/
	background: transparent;
}

#panel2 {
	position: absolute;
	top: 40px;
	left: 300px;
	width: 500px;
	padding: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11.5pt;
	/*	border: thin;
	border-style: solid;
	border-color: Gray;*/
	background: transparent;
}

#panel3 {
	position: absolute;
	top: 350px;
	left: 5px;
	width: 600px;
	padding: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 11.5pt;
	/*border: thin;
	border-style: solid;
	border-color: Gray;*/
	background: transparent;
}

#pixpanel {
	position: absolute;
	top: 800px;
	left: 610px;
	width: 250px;
	padding: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 80%;
	/*border: thin;
	border-style: solid;
	border-color: Gray;*/
	background: transparent;
	display: inline;
}


