body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: black;
  font: sans-serif;
  /* light blue: 8080B3 */
  /* red: 990000 */
  
}

#header {  
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  background-color: #000066;
  border: 1px solid white;
}

#main {
  margin-top: 10px;
}

#sidebar {
  background-color: #000066;
  font-family: tahoma, sans-serif;
  font-weight: bold;
  font-size: 90%;
  color: #8080B3;
  padding: 5px 0px 20px 5px;
  margin-top: 5px;
  margin-left: 0px;
  padding-right: 5px;
  float: left;
  width: 159px;
  border: 1px solid #8080B3;
}

#sidebar a:link, #sidebar a:visited {  
  color: #8080B3;
  text-decoration: none;
}

#sidebar a:hover {
 color: white;
}

#sidebarright {
 float: right;
 width: 225px;
 margin-top: 5px;
 padding-left: 10px; 
 height: 340px;
 padding-top: 5px;
 background-color: #8080B3;
 font-family: tahoma, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: black;
 border: 1px solid #000066;


}


#translationwrapper {  
  margin: 0px 100px 0px 100px;
  padding: 0px 0px 0px 0px;  
  /*border: 1px solid white;*/
  position: relative;
  top: -10px;
}

#translationwrapper li {    
  display: inline;
}

#topnav { 
  background-color: #990000;
  border-top: 1px solid #8080B3;
  border-bottom: 1px solid #8080B3;
  margin: 60px 0px 0px 0px;
  padding: 5px 0px 1px 5px;
}

#topnav ul {
  /*border: 1px solid white; */
  margin-left: 5px;
  padding: 0px 0px 0px 0px;
  /*border: 1px solid white;*/
}

#topnav li { 
  font-family: itc garamond;
  font-weight: bold;
  font-size: 90%;
  display: inline;
  color: white;
}

#topnav a:link, #topnav a:visited {
  text-decoration: none;  
  color: white;
  
}



#content {
  margin: 5px 240px 0 175px;
  font-family: tahoma, sans-serif;
  background-color: #8080B3;
  height: 340px;
  font-size: 80%;
  padding-top: 5px;
  padding-left: 5px; 
  padding-right: 25px;  
  color: black;
  border: 1px solid #000066;
}

#content a:link, #content a:visited {  
  color: #000066;  
  text-decoration: none;
  font-weight: bold;
}

#footer {
  margin: 5px 0px 0px 0px;
  font-size: 90%  
  clear: both;
  background-color: #000066;
  color: white;
  
}

#mainpicture {
  /*margin: 0px 0px 0px 0px; */
  position: relative;
  top: -45px;
  left: 0px;
  
  float: right;  
 /* background-color: #000066;*/
 
}

#footer ul {
 font-family: tahoma, sans-serif;
 font-size: 90%;
 /*border: 1px solid white;*/
 padding: 5px 0px 5px 0px;
 margin: 0px 0px 0px 300px;
}

#footer li {
  color: #8080B3;
  display: inline;  
}

#content h2 {
 color: #000066;
 font-family: garamond;

}

#footer a:link, #footer a:visited {  
  color: #8080B3;
  text-decoration: none;
}

#logo {
  margin: 10px 0px 0px 5px;  
  float: left;
}

#tagline {    
  font-family: garamond;
  font-size: 90%;
  color: white;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  background-color: #000066;
  /*border: 1px solid white;  */
}

#tagline a:link, #tagline a:visited {  
  color: white;
  
}

#tagline p {
  font-family: tahoma, sans-serif;
  /*border: 1px solid white;*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 100%; 
}

#bell img {
  float: left;
}


#family img {
  float: left;
}

#disneypicture img {
  margin-left: 20px;
  float: left;
}

#contentfooterdisney { 
 float: left;
}


#contentfooterlexicon {
 float: left;
 margin: 5px 0px 0px 5px;
}

#disneyclickhere p {
  position: relative;
  top: 18px;
  left: 5px;
  
}

#disneytext {
 position: relative;
 left: 20px;   
 top: 5px;
}


#isbpicture img {
  margin-left: 20px;
  float: left;
}

#isbclickhere p {
  position: relative;
  top: 12px;
  left: 5px;
  
}

#isbtext {
 position: relative; 
 top: -5px;
 left: 20px;   
}

#tiptext p {
 padding-left: 25px; 
}

#searchform {
  padding-top: 10px;
  font-size: 85%;
}

#searchform .text { 
 width: 196px; 
 border: 1px solid #45bac0;
}

#searchform .searchbutton {  
  font-size: 50%;
  margin-top: 10px;
}

#searchform .btn {
  margin-top: 10px;
  border: 1px solid #8080B3;
  background-color: #000066;
  color: white;
}

