html, body {
font: 12px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:white;
margin: 0;
padding: 0;
background: #012FAD url(background.jpg) repeat-x;
}

#header {
width:100%;
height:225px;
text-align:left;
background: url(header.gif) center no-repeat;
}

a {
font-weight:bold;
text-decoration:none;
color:#FFB200;
}

h1 {
font: 50px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#White;
font-weight:bold;
padding: 0px 0 0 0px;
}

h2 {
font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:FFB200;
font-weight:bold;
padding: 5px 20 0 70px;
}
h3 {
font: 18px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#FFB200;
font-weight:bold;
}
h4 {
font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#white;
padding: 5px 20 0 70px;
}
h5 {
font: 16px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#FF0000;
font-weight:bold;
}
#container {
width:800px;
margin-left:auto;
margin-right:auto;
}

#content {
width:800px;
}

#left_box {
margin-top:0px;
padding-top:0px;
width:210px;
margin-left:10px;
margin-right:20px;
padding-bottom:10px;
float:left;
}

#mid_box {
width:190px;
float:left;
}

#mid_box p{
padding:0px 0 0 0px;
}

#mid_box ul {
margin:0px 0 0 0px;
list-style:none;
}

#mid_box li {
background-image: url(form.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 4px 0 4px 25px;
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;
}

.photocontainer {
width:66px;
height:66px;
margin:5px 0px 5px 5px;
background-color: #fff;
border: 1px solid #000;
float:left;
}
.photo {
position:relative;
width:60px;
height:60px;
top:2px;
left:2px;
border: 1px solid #000000;
}

#footer {
width:100%;
margin-top:20px;
height: 50px;
padding-top:30px;
text-align:center;
font: 10px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:2px solid #FFEA00;
}

#footer a {
color:#fff;
border-bottom:1px dotted #fff;
}

