
.hiddenPic {
  display: none;
}

@font-face {
  font-family: Delicious;
  src: url('./Fonts/Delicious-Roman.eot');
  src: local('Delicious'), url('./Fonts/Delicious-Roman.otf') format('opentype');
}

@font-face {
  font-family: Delicious;
  font-weight: bold;
  src: url('./Fonts/Delicious-Bold.eot');
  src: local('Delicious'), url('./Fonts/Delicious-Bold.otf') format('opentype');
}

@font-face {
  font-family: Delicious;
  font-style: italic;
  src: url('./Fonts/Delicious-Italic.eot');
  src: local('Delicious'), url('./Fonts/Delicious-Italic.otf') format('opentype');
}

@font-face {
  font-family: Delicious;
  font-weight: bold;
  font-style: italic;
  src: url('./Fonts/Delicious-BoldItalic.eot');
  src: local('Delicious'), url('./Fonts/Delicious-BoldItalic.otf') format('opentype');
}


body {
  background: #89f;
  margin: 0px;
  padding: 0px;
}

div#main img {
  box-shadow: 5px 5px 3px #aaaaaa;
}

div#container {
  background-color: white;  
  background-image: url('Images/Header-Decorated-Ovariole.jpg');
  background-repeat: no-repeat;
  background-position: 20px 25px;

  width: 970px;
  min-height: 540px;

  box-shadow: 5px 5px 4px #6677ff;
  
  margin-bottom: 2px; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top: 20px;
  
  padding-top: 1px;
}  

div#header {
  height: 40px;
  margin: 0px 100px 0px 470px;
  padding: 0px 0px 0px 0px;
}


div#navbar {
  margin-left: 340px;
  margin-right: 165px;
  margin-bottom: 0px;
  margin-top: 0px;
  
  padding: 0px;
  
  height: 50px;
  
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 16px;
  font-weight: normal;
}

div#navbar hr {
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}
  
  
div#navbar table {
  margin: 0px;
}

div#navbar table td {
  border: none;
  padding: 0px 9px;
}


div#pagetitle {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

div#main {
  margin: 0px;

  padding-top: 0px;
  padding-left: 120px;
  padding-bottom: 40px;
  padding-right: 50px;
  
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 18px;
  font-weight: normal;
}

div#footer {
  width: 950px;
  margin-bottom: 10px; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top: 0px;
  
  padding: 0px;
  
  text-align: right;
  
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 12px;
  font-style: italic;
} 
  
h1 {
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-family: Calibri, Gill Sans, "Delicious", arial, sans-serif, sans;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  margin: 8px 0px 0px 0px;
}


a {
  outline: none;
}

a img {
  border: 0px;
}

a:link {color: #0b0; font-weight: bold; text-decoration: none;}
a:visited {color: #0b0; font-weight: bold; text-decoration: none;}
a:hover {color: #4f0; font-weight: bold; text-decoration: none;}
a:active {color: #0b0; font-weight: bold; text-decoration: none;}

a.header:link {color: #000; font-weight: normal; text-decoration: none;}
a.header:visited {color: #000; font-weight: normal; text-decoration: none;}
a.header:hover {color: #000; font-weight: normal; text-decoration: none;}
a.header:active {color: #000; font-weight: normal; text-decoration: none;}

a.navbar:link {color: #000; font-weight: normal; text-decoration: none;}
a.navbar:visited {color: #000; font-weight: normal; text-decoration: none;}
a.navbar:hover {color: #4f0; font-weight: normal; text-decoration: none;}
a.navbar:active {color: #0b0; font-weight: normal; text-decoration: none;}

a.footer:link {color: #448; font-weight: normal; text-decoration: none;}
a.footer:visited {color: #448; font-weight: normal; text-decoration: none;}
a.footer:hover {color: #224; font-weight: normal; text-decoration: none;}
a.footer:active {color: #224; font-weight: normal; text-decoration: none;}