@charset "utf-8";
#main {
	/*height: 1170px;*/
	width: 793px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #661115;
}

#definition{
    margin-left:-20px;
   
}

#bio{
    margin-left: 30px;
    margin-right: 20px;
}

#navbar {
	width:  793px;
	height: 18px;
	background-color: #DBD9ED;
	border-top: 10px solid #2E3192;
}


#top {background-image: url(images/top.gif);
   background-repeat: no-repeat;
   width:  793px;
   height: 45px;
   position: relative;
   top: 0px;
}
   
#frame {background-image: url(images/mid.gif);
   background-repeat: repeat-y;
   width:  793px;
   /*height: 985px;*/
   position: relative;
   top: 0px;
}

#bottom {background-image: url(images/bottom.gif);
   background-repeat: no-repeat;
   width:  793px;
   height: 45px;
   position: relative;
   top: 0px;
}
   
   
#frametext {
  position: relative;
  top: 0px;
  left: 60px;
	width:  680px;
	/*height: 800px;*/
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#frametext p{
  display: inline;
}

#frametext a:link {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}

#frametext a:visited {
	color: #B2222A;
	text-decoration:none;
	font-weight: bold;
}


#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

#navbar a:link {
	color: #000;
}
#navbar a:visited {
	color: #000;
}
#navbar a:hover {
	color: #661115;
	font-style: italic;
}
#navbar a:active {
	color: #661115;
}

.selected {font-style: italic; color: #661115;}

h1 {
  font-family:"Times New Roman", Times, serif;
	font-size:30px;
	margin-top: -10px;
}


