@charset "utf-8";
/*Famous People CSS*/
body
{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00002E;
	background-image: url(../images/famous-people.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	scrollbar-arrow-color: #95908A;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-highlight-color: #00002e;
	scrollbar-face-color: #00002e;
	scrollbar-shadow-color: #00002e;
	scrollbar-darkshadow-color: #00002e;
	scrollbar-track-color: #00002e;
}
#fam
{
	position:absolute;
	width: 769px;
	top: 10px;
	left: 431px;
	height: 37px;
}
#famepeopleinfo
{
	position:absolute;
	width: 227px;
	top: 172px;
	left: 23px;
	height: 20px;
}
#famepeopleinfotwo
{
	position:absolute;
	width: 360px;
	top: 80px;
	left: 268px;
	height: 20px;
}
#menufampeo
{
	position:absolute;
	width: 360px;
	top: 100px;
	left: 22px;
	height: 20px;
}
#menupeofam
{
	position:absolute;
	width: 203px;
	top: 39px;
	left: -215px;
	height: 20px;
}
#famupda
{
	position:absolute;
	width: 810px;
	top: 68px;
	left: 238px;
	height: 642px;
}
#adminstra
{
	position:absolute;
	width: 203px;
	top: 93px;
	left: 19px;
	height: 180px;
}
#deleFam
{
	position:absolute;
	width: 506px;
	top: 89px;
	left: 251px;
	height: 180px;
}
#famadd
{
	position:absolute;
	width: 1130px;
	top: 93px;
	left: 19px;
	height: 180px;
}
/*Fonts*/
h1
{
	color:#FFFFFF;
	font-size:12px;
}
h4
{
	color:#FFFFFF;
	font-size:14px;
}
h5
{
	color:#FFFFFF;
	font-size:20px;
}
/*navigation*/
#navigation

{
	/*position:absolute 50px;*/
	width: 500px;
	font-family: "Times New Roman", Times, serif;
	font: bold;
	font-size: medium;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*#navigation li
{
	border-bottom: 1px solid #879AB8;
}*/

#navigation li a:link, #navigation li a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}
#navigation ul ul
{
	margin-left: 12px
}

#backto  
{
	width: 200px;
	font: bold;
	font-size: medium;
}

#backto ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#backto li
{
	background-color: #E0DFE3;
	color: #000021;
}
#backto a:link, #backto a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}
#backto a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}
