html, body {
font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:black;
margin: 0;
padding: 0;
background: #FFF8C6 url(backgroundCream.jpg) repeat-x;

}

#header {
width:100%;
height:164px;
text-align:left;
margin-bottom:10px;
}

a {
font-weight:bold;
text-decoration:underline;
color:#FF0000;
}
a:hover {
font-weight:bold;
text-decoration:none;
color:#736AFF;
}

h1 {
font: 30px Georgia;
color:#666;
font-weight:normal;
padding: 40px 0 0 70px;

}

h2 {
font: 16px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:black
font-weight:bold;
}

#container {
width:800px;
margin-left:auto;
margin-right:auto;
}

#content {
width:800px;
}

#left_box {
margin-top:5px;
padding-top:10px;
width:250px;
margin-left:20px;
padding-bottom:10px;
float:left;
}

#navigation {
width:180px;
float:left;
}

#navigation p{
padding:15px 0 0 35px;
}

#navigation ul {
margin:10px 0 0 10px;
list-style:none;
}

#navigation li {

padding: 4px 0 4px 0;
margin: 5px 0 5px 23px;
font-weight:bold;
}

#right_box {
width:350px;
float:right;
}

#thumbnails {
list-style-type: none;
margin:0;
padding:0;
float:left;
}

#thumbnails li {
margin:0;
padding:0;
float:left;
}

.gallerycontainer{

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 10px;
left: -200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.photo {
position:relative;
width:120px;
height:90px;
top:4px;
left:4px;
border: 1px solid #666666;
}

#footer {
width:100%;
margin-top:5px;
height: 20px;
padding-top:5px;
text-align:center;
font: 10px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:2px solid #6F6F6F;
}

#footer a {
color:#fff;
border-bottom:1px dotted #fff;
}


