

body {
 background: #ffffff url();
 background-attachment: fixed;
 background-repeat: repeat;
 background-position: center;
 scrollbar-arrow-color: #336633;
 scrollbar-track-color: #FFFFFF;
 scrollbar-shadow-color: #ffffff;
 scrollbar-face-color: #FFFFFF;
 scrollbar-highlight-color: #ffffff;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-3dlight-color: #ffffff;
  }


container {
	margin: 0 auto;
	text-align: left;
	width: 767px;
}



.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
  font: normal 10px georgia;
  color:#666666;
  text-align: left;
  line-height:13px;
  }



B, STRONG {
 font-weight: bold;
 color: #336633;
 text-transform: none;
 font: bold 9px georgia;
}


h2 {
 color: #ffffff;
 text-transform: none;
 font: 20px georgia;
padding: 5px 17px 5px 16px; color: #FFFFFF;
background: #0099CC; 
text-align: center;
a:hover {color: #E8CA0F;
	background: #FFFFFF;} 
}



h1 {
 color: #666666;
 text-transform: none;
 font: normal 10px georgia;
  text-align: center;
}


u {
border-bottom: 2px solid #ffffff;
}



i,em {
text-decoration: italic;
color: #663300;
font-weight:normal;
text-transform: none;
}







div.blogheader, .caption {
/* edits the dates */
 width: 360px;  
  background-color: #fff;
  font: 30px arial narrow;
  text-transform: lowercase;
  color: #663300;
  text-align: center;
letter-spacing: -3px;
  border: 1px dashed #336633;
border-bottom: none;
  }




a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
 color: #000000;
 text-decoration: none;
 }


a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
 color: #000000;
 text-decoration: none;
 }


a:hover {
/* edits when user mouseovers the links */
color: #000000;
 text-decoration: none;
  }



table.left {
/* this edits the menu module */
  border: 0px dashed #336633;
  width:650px;
 background-image: url();
 background-repeat: repeat;
text-align:center;
background-color:#ffffff;
color: #333333;
}



table.navigation, table.main, table.footer {
/* the width of your blog with snapcracklepop lays modules */
width: 323px;
 }


hr {
/* horizontal divider */
display: none;
 } 


<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
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 on hover*/
visibility: visible;
top: relative;
left: 40px; /*position where enlarged image should offset horizontally */

}

</style>
