body {
 font-family: Georgia,"Times New Roman",Times,serif;
 background: url(images/background.jpg);
}
h1,h2,h3,p {
 font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
}
h1 {
 color: red;
}
h2,h3 {
 color: yellow;
}
h3 {
 font-size: small;
}
#container {
  margin: auto 200px;
  width: 910px;
  color: white;
}
#header {
  /*border: 2px solid green;*/
  height: 255px;
  margin: auto;
}
#logo {
  width: 434px;
  height: 254px;
  margin: auto;
  float: left;
  /*border: 1px solid yellow;*/
}
#slideshow {
  width: 350px;
  height: 240px;
  margin: auto;
  float: right;
  overflow: hidden;
  /*border: 1px solid yellow;*/
}
#main {
 padding: 2px;
 /*border: 1px solid yellow;*/
}
#footer {
 padding: 2px;
 clear: both;
 /*border: 1px solid yellow;*/
}
#extras {
 position: absolute;
 top: 200px;
 left: 5px;
  /*border: 4px ridge red;*/
  width: 180px;
}
#link {
 background: maroon url(images/linktop.gif) no-repeat scroll left top;
 /*border: 1px solid yellow;*/
 padding: 29px 0 0;
 font-size:small;
}
#contact {
 background: maroon url(images/contacttop.gif) no-repeat scroll left top;
 /*border: 1px solid yellow;*/
 padding: 39px 0 0;
 font-size:smaller;
}
#orderbox {
 background: url(images/contactbottom.gif) no-repeat scroll left top;
 padding: 29px 0 0;
 /*border: 1px solid yellow;*/
}
#gallery {
 margin: 0 53px;
}
#colleft { 
 float: left; 
 margin-top: 5px; 
 width: 300px; 
 /*border: 1px solid red;*/
}
#colmid { 
 float: left;
 margin: 5px 0 0 0; 
 width: 300px; 
 /*border: 1px solid red;*/
}
#colright {
 float: left;
 margin: 5px 0 0 0;
 width: 300px;
 /*border: 1px solid red;*/
}
#orderbutton {
 margin: 5px 34px;
 width: 120px;
}
#extras ul {
 list-style-type: none;
 margin: 0;
 padding: 0 15px 5px;
}
#link li {
 margin-top: 7px;
}
#link li a {
 background-color: black;
 border: 1px solid red;
 margin: 2px 4px;
 padding: 2px 8px;
 text-align: center;
}
p.fg {
 text-align: center;
 font-size: small;
}
#contact ul {
 padding-left: 17px;
}
ul#leftside, ul#rightside {
 float: left;
 padding-left: 20px;
 margin-top: 5px;
}
a:link {
   color: white;
}
a:visited {
   color: #007f7f;
}
a:hover {
   text-decoration: none;
   color: red;
}
address {
   margin-top: 1em;
   padding-top: 0.5em;
   border-top: thin dotted;
   color: #8A0000;
   text-align: center;
}

/* ######### CSS for PHP Photo Album itself ######### */

.photodiv{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.photodiv img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 106px;
cursor: hand;
cursor: pointer;
}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
}

.albumnavlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
padding: 1px 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
font-weight: bold;
}


.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
border: 1px solid #2b66a5;
background-color: yellow;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}
