div{
padding:10px;
font-family: Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
margin-left: auto;
margin-right: auto;
width: 600px;
}

#container {
width:90%;
height:800px;
z-index:-1;
background-color: #FFF;
border: 2px solid #106280;
}

#header {
font-size:30px;
text-transform:uppercase;
color:#106280;
font-family:trebuchet ms, verdana, sans-serif;
text-align: left;
margin-top:10px;
background-color: #B8D0D9;
border: 1px dashed #333;
z-index:1;
}

#navbar {
text-align: center;
margin-top:3px;
background-color: #CCCCCC;
border: 1px dashed #106280;
z-index:1;
}

#form {
text-align: left;
margin-top:15px;
height: 300px;
background-color: #B8D0D9;
border: 1px dashed #333;
z-index:2;
}

#thumbnails {
text-align: left;
margin-top:15px;
margin-bottom:15px;
background-color: #B8D0D9;
border: 1px dashed #333;
z-index:2;
}

#error {
color: #FF9900;
text-align: left;
margin-top: 15px;
width: 500px;
background-color: #FFFFFF;
border: 2px dashed #FF9900;
z-index:4;
}

#footer {
font-size: 10px;
text-align: center;
margin-top: 15px;
background-color: #CCCCCC;
border: 1px dashed #106280;
z-index:3;
}
a {
font-size: 10px;
color: #333333;
text-decoration: none;
}
a:hover {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #FF6633;
}
a:active {
color: #FF9900;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #FF6633;
}
td{
text-align:center;
}

