body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: Black;
  background-image: url('images/background.png');
  background-color: white;
  padding: 30px;
}
h1 {
  font-family: Mistral, Veranda, serif;
  font-size: 24pt;
  color: black;
  background-color: inherit;
  text-decoration: underline;
  padding: 0 0 10px 0;
  text-align: center;
  margin-bottom: 5px;
}
h2 {
  font-size: 12pt;
  color: #FFA442;
  background-color: inherit;
  text-decoration: underline;
  padding: 20px;
}
#shrunk_body {
  margin: auto;
  width: 800px;
  background-color: white;
  color: inherit;
  border: 1px solid black;
}
#title {
  font-family: Mistral, Veranda, serif;
  font-size: 40pt;
  padding: 20px 0px 0px 40px;
  background-color: white;
  color: black;
  text-align: center;
  border: 0;  
}
#title img{
  border: 0;
}
#banner {
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 5px 20px 20px 20px;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*    top navigation links -------------------------------------------------->*/
#navlist {
  margin: 0;
  border: 0;  
}
#topnav {
  padding: 0.4em 0;
  width: 100%;
  text-align: center;
  color: black;
  background-color: inherit;
  background-image: url('images/greygradient1.png');
}
#topnav ul {
  list-style-type: none;
}
#topnav ul li {
  display: inline;
  color: black;
  background-color: inherit;
}
#topnav a {
  padding: 0.2em 2em;
  color: black;
  background-color: inherit;
}
#topnav a:link, #navlist a:visited {
  text-decoration: none;
}
#topnav a:hover {
  background-color: #cccccc;
  color: inherit;
  border-bottom: 2px solid #595959;
}
.selected {
  background-color: #cccccc;
  color: black;
}
/*    footer ---------------------------------------------------------------->*/
#footer {
  clear: both;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 8pt;
  background-color: #880088;
  color: white;
  border-top: 1px solid black;
  padding: 10px;
}
#footer a:link {
  text-decoration: none;
  background-color: inherit;
  color: white;
}
#footer a:visited {
  text-decoration: none;
  background-color: inherit;
  color: white;
}
#footer a:hover {
  text-decoration: underline;
}
/*  home page formatting -----------------------------------------------------*/
#home_content {
  padding-left: 30px;
  overflow: hidden;
}
#home_content a {
  font-weight: bold;
  text-decoration: none;
  color: #0000CC;
  background-color: inherit;
}
#home_content a:hover {
  text-decoration: underline;
}
#home_text {
  width: 350px;
  padding: 30px;
}
#home_text p {
  text-align: justify;
}
#home_image {
  float: right;
  width: 250px;
  overflow: hidden;
  margin-top: 75px;
  margin-right: 50px;
  background-color: white;
  color: inherit;
  text-align: center;
}
#changing_image {
  padding-top: 10px;
  text-align: center;
}
#home_list {
  margin-left: 40px;
}
#micheal {
  float: right;
  padding-right: 10px;
}
/*    gallery page links ---------------------------------------------------->*/
#gallery_left {
  float: left;
  width: 200px;
  padding-left: 30px;
  margin-bottom: 100px;
}
#gallery_right {
  float: left;
  width: 550px;
}
#mainpiccontainer {
  padding: 0;
  margin: 30px 40px;
  width: 375px;
  text-align: center;
}
#mainpiccontainer p {
  text-align: left;
  padding-left: 35px;
}
#mainpic img {
  border: 0;
}
#selectpics {
  padding: 0;
  margin: 15px 20px;
  height: 100%;
}
#selectpics img {
  padding: 0;
  margin: 10px;
  border: none;
}
.button {
  clear: both;
  margin: auto;
  padding: 20px;
  text-align: center;
}
#gallery_copy {
  padding-left: 20px;
  padding-right: 40px;
  text-align: justify;
}
/*    about ----------------------------------------------------------------- */
.image_with_text {
  height: 100%;
  overflow: hidden;
}
.image_with_text img {
  padding: 15px;
}
.image_with_text p {
  text-align: justify;
}
#orderForm {
  background-color: #FEFFD6;
  color: inherit;
  border: 2px solid #FDFF70;
}
/*    shrunk content -------------------------------------------------------->*/
#shrunk_content {
  margin: 25px auto;
  width: 600px;
}
#shrunk_content p {
  padding: 15px;
  color: black;
  background-color: inherit;
}
.center {
  text-align: center;
}
.box {
  margin: 15px 0;
  padding: 20px;
  border: 1px solid black;
  color: black;
  background-color: inherit;
}
/*    contact us  ----------------------------------------------------------->*/
.contact_dets {
  text-align: center;
  font-weight: bold;
}
#email {
  background-color: #FFDFBD;
  color: inherit;
  border: 2px solid #FFC68A;
}
#phone {
  background-color: #BDDDFF;
  color: inherit;
  border: 2px solid #8AC2FF;
}
#post {
  background-color: #D6FFD7;
  border: 2px solid #A3FFA5;
  color: inherit;
}
#shrunk_content a {
  font-weight: bold;
  text-decoration: none;
  color: #0000CC;
  background-color: inherit;
}
#shrunk_content a:hover {
  text-decoration: underline;
}
/*    galleries ul --------------------------------------------------------->*/
#gallery_name {
  font-size: 14px;
  font-weight: bolder;
}
#gallerynav {
  padding-left: 0;
  margin: 0;
  height: 100%;
}

#galleries {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#galleries ul {
  padding: 0;
  margin: 0;
}

#galleries a {
  color: gray;
  font-weight: bold;
}
#galleries a:hover {
  color: #0000CC;
  text-decoration: none;
  font-weight: bold;
}
#galleryListSelected a{
  color: #0000CC; 
  text-decoration: none;
  font-weight: bold;
}
#viewSlideShow {
  padding-left: 20px;
  font-size: 14px;
  color: maroon;

}
/*    general links --------------------------------------------------------->*/
a:link {
  color: black;
  background-color: inherit;
  text-decoration: none;
  font-size: 10pt;
}
a:visited {
  color: black;
  background-color: inherit;
  text-decoration: none;
  font-size: 10pt;
}
a:hover {
  color: blue;
  background-color: inherit;
  text-decoration: underline;
  font-size: 10pt;
}
a:active {
  color: black;
  background-color: inherit;
  text-decoration: none;
  font-size: 10pt;
}

.image_thumbnail {
    float: left;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border: 1px solid #999999;
}

.image_thumbnail .image_detail_link {
    text-align: center;
    padding: 0px;
}

.imageDetails {
    padding-top: 10px;
    float: left;
    text-align: center;
}

.imageDetails .data table {
    border-collapse: collapse;
    text-align: center;
}

.imageDetails th{
    width: 140px;
}
.imageDetails td{
    text-align: center;
}
.imageDetails td form{
    padding-top: 10px;
}
.imageTitle{
  font-size: 14px;
  padding-top: 10px;
  float: left;
  margin-left: 25%;
  margin-right: 25%;
  width: 450px;
  text-align: left;
}

.imageTitle .title{
    text-decoration: underline;
    font-weight: bolder;
    padding-bottom: 10px;
}

.imageTitle .heading{
  font-size: 14px;
  font-weight: bolder;
  width: 50px;
  float: left;
}

.imageTitle .data{
  float: left;
  padding-bottom: 9px;
}

.imageTitle .data img{
  margin-bottom: 15px;
}