* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #f99800;

}
a:hover {
text-decoration: none;
color: #e2007a;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.jpg) no-repeat;
}
#header h1 {
color: #a6c902;
font-size: 50px;
font-weight: 300;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #f99800;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu {
height: 180px;
background: #eee url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #f99800;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #e2007a;
text-decoration: none;
}

#menu header {
color: #e2007a;
font-size: 40px;
font-weight: 100;
text-decoration: none;
padding: 5px 0 0 10px;
}

#menu header a {
color: #f99800;
font-size: 40px;
font-weight: 100;
text-decoration: none;
padding:5px 10px 0 10px;
}

#menu header a:hover {
color: #e2007a;
text-decoration: none;
}


#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.img {
padding:1em;
float:left;
}

.thumbnail{
position: relative;
z-index: 0;
font-size:8pt;
font-family:"Trebuchet MS" Verdana, Arial, sans-serif;
color: #00000;
text-decoration: none;
padding: 2px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 2px;
left: -500px;
border: none;
visibility: hidden;
color: #ffffff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:fixed;
visibility: visible;
top: 0;
left: 250px;  /*position where enlarged image should offset horizontally */
}

.main {
border-top: 1px solid #000000;
padding: 10px;
}
.main h2 {
color: #a6c902;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #f99800;
text-align: center;
}
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

