html, body {
font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:white;
margin: 0;
padding: 0;
background: #2d2d2d url(background.jpg) repeat-x;
}

#header {
width:100%;
height:164px;
text-align:center;
margin-bottom:20px;
text-decoration:none;
}

#header a img {
text-decoration:none;
border: 0;
}

a {
font-weight:bold;
text-decoration:none;
color:#FFEA00;
}

h1 {
font: 50px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#2d2d2d;
font-weight:bold;
padding: 40px 0 0 70px;
}

h2 {
font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:white;
font-weight:bold;
}

#container {
  margin-left: auto ;
  margin-right: auto ;
width:780px;
}

#content {
width:780px;
}

#left_box {
width:40%;
float:left;
text-align:center;
}


#right_box {
width:60%;
float:right;
}

#thumbnails {
list-style-type: none;
margin:0;
padding:0;
float:left;
}

#thumbnails li {
margin:0;
padding:0;
float:left;
}

.photocontainer {
width:130px;
height:100px;
margin:10px 10px 10px 10px;
background-color: #fff;
border: 1px solid #000;
float:left;
}
.photo {
position:relative;
width:120px;
height:90px;
top:4px;
left:4px;
border: 1px solid #666666;
}

#footer {
width:100%;
margin-top:10px;
height: 50px;
padding-top:15px;
text-align:center;
font: 12px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:2px solid #FFEA00;
}

#footer a {
color:#fff;
border-bottom:1px dotted #fff;
}


