/*copyright audrey jacks | designed by nansounds designs chrisperkins at athenaverse.com */

html { 
  padding:0px;
  margin:0px;
  text-align: center;
}

body {
  background-color: #ffffff;
  color: #3a304e; 
  width: 100%;
  padding-top: 0%;
  padding-right: 5%;
  padding-left: 0%;
  padding-bottom: 5%;
}

.promo  {
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  }

//.promo a {
//  text-decoration: none;
//  color: #8260c8;
//  }
  
body a {
  text-decoration: none;
  }

#container {
  width: 90%;
  height: 480px;
  }
  
#container2 {
  width: 90%;
  height: 900px;
  }

#container3 {
  width: 90%;
  height: 1200px;
  }


#logo {
  text-align: right;
  padding-right: 15%
}

#nav {
  width: 19%;
  float: left;
  padding-right: 1%;
  padding-top: 3%;
}

#images {
  font-family: "Century Gothic", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  width: 70%;
  float: right;
  margin-top: 1%;
  margin-left: 0%;
  border: 0px;
  }
  
#images a {
  text-decoration: none;
  color: #7c67a6;
  }
  
#images a:hover {
  text-decoration: none;
  color: #0c3ccc;
  }
  
.active {
  text-decoration: none;
  color: #000000;
  } 
  
#text {
  /*background-color: #e9e9e9; uncomment this to see its weird shape*/
  text-align: left;
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  width: 70%;
  margin-left: 30%;
  margin-right: 0%;
  font-size: 15px;
  }
  
#foot {
  width: 90%;
  font-family: "Century Gothic", sans-serif;
  font-size: 8px;
  text-align: center;
  padding-top: 5px;
 /*border-top: 1px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #3a304e;*/
  }
  
#foot a {
  text-decoration: none;
  color: #3a304e;
  }
  
#foot a:hover {
  color: #0c3ccc;
  }

#gallery_nav {
  text-align: center;
  font-weight: bold;
}
  
  img {
  border: 0px;
  }

