@charset "utf-8";


body{
	background-color: #D4D0C8;
}

#main {
	width: 800px;
	height: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}

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

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

#navbar {
	width:  800px;
	height: 16px;
	background-color: #000;
	border-top: 4px solid #000;
}

   
#frame {
	 background-color: #3F2BA6;
   width:  406px;
   height: 476px;
   float: right;
   overflow: auto;
   margin-top: 20px;
   margin-right: 10px;
}

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

#frametext p{
  display: inline;
}

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

#frametext a:visited {
	color: #4CBC00;
	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;
}
#navbar a:active {
	color: #661115;
}

.selected {color: #661115;}

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

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

.details {
  padding-left: 20px;
  font-size: 12px;
}

.fewerdetails {
  padding-left: 20px;
  font-size: 12px;
}

#main #frame #frametext #bio #news {
	border: thin solid #B2222A;
	background-color: #FFFFFF;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #C0DBC4;
	border: thin solid #2A7138;
}
#main img {
	float: left;
	padding-top: 25px;
}

