body   {
 font-size: 12px;
 font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 margin: 0
 }

a {
 color: black;
 font-size: 16px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: italic;
 font-weight: bold;
 text-decoration: none;
 }
 
/* Highlights the current page in the nav bar */
.here {
 color: red;
 }

 
/* Page layout */
#leftnav {
 margin-top: 325;
 text-align: center;
 }

#wrapper {
 width: 800px;
 }

#right {
 width: 650px;
 float: left;
 }

 
/* Backgrounds are declared on local pages */ 
#left {
 background-repeat: no-repeat;
 width: 136px;
 height: 100%;
 float: left;
 }

#top {
 background-repeat: no-repeat;
 width: 634px;
 height: 181px;
 float: left;
 }

#content  {
 background-repeat: no-repeat;
 width: 650px;
 float: left;
 }


 
/* Content area */
.thumb_row {
 display: table;
 margin-top: 10px;
 margin-left: 30px;
 }

.thumb {
 text-align: center;
 font-weight: bold;
 float: left;
 padding: 3px;
 margin-left: 15px;
 margin-bottom: 10px;
 width: 265px;
 }
.thumb img {
 cursor: pointer
 }

#details   {
 margin-left: 30px;
 display: none;
 width: 608px;
 }

