/* growing-together stylesheet */
@charset "utf-8";
body {
  margin: 10px;
  background-color: #FFFFFF;
  font-size: medium;
}
#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width:  750px;
  padding: 20px;
  border: ;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 95%;
}
#header  {
  width:  750px;
  height:  110px;
  background-color: white;
  margin-bottom: 10px;
  margin-top: 5px; 
  margin-left: auto;
  margin-right: auto;  
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 100%;
}
#navigation  {
  width:  750px;
  height:  35px;
  background-color: white;
  margin-bottom: 30px;
  margin-top: 10px; 
  margin-left: auto;
  margin-right: auto;  
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid green;
}
#navigation p a {
  color: green;
  text-decoration: none;
  font-size: 125%;
}
#navigation p a:hover {
  color: #CF2734;
  text-decoration: none;
  font-size: 125%;
}
#content {
  width:  750px;
  background-color: white;
  margin-bottom: 10px;
  margin-top: 10px; 
  margin-left: auto;
  margin-right: auto;  
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 100%;
}
#content h2 {
  font-size: 130%;
}
#content p a {
  color: green;
  text-decoration: none;
}
#content p a:hover {
  color: #CF2734;
  text-decoration: none;
}
ul { 
  color: green;
  text-decoration: none;
}
ul li a { 
  color: green;
  text-decoration: none;
}
ul li a:hover { 
  color: #CF2734;
  text-decoration: none;
}
#navigation-bottom  {
  width:  750px;
  height:  45px;
  background-color: white;
  margin-bottom: 10px;
  margin-top: 50px; 
  margin-left: auto;
  margin-right: auto;  
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 100%;
  padding-bottom: 20px;
  border-bottom: 8px solid green;
}
#navigation-bottom p a {
  color: green;
  text-decoration: none;
  font-size: 105%;
}
#navigation-bottom p a:hover {
  color: #CF2734;
  text-decoration: none;
  font-size: 105%;
}
.photograph-left {
   float:left;
   margin-right: 5px;
   margin-bottom: 0px;
   margin-top:-16px;
   clear:none;
}
