/* Basic Structure */
* { 
  margin: 0;
  padding: 0;
}
body {
  background: #fcfcfc url(bg.png);
  font-size: 14px;
  font-family: trebuchet ms, ms p gothic;
}
a:link, a:visited { color: #3976a8;}
a:active { color: rgb(256, 14, 77);}
a:hover { color: rgb(256, 14, 77);}

/* Header */

#container {
  width: 600px;
  margin: auto;
}
#header {
  position: relative;
  margin: 100px auto 15px auto;
  color: #feeefe;
  background: #728299;
}

#header h1 {
  text-align: center;
}

/* Main body */

#main {
  margin-top: 20px;
  background: #8C9AB5;
}
#main p { text-indent:1em; }

table.list {
  border-collapse: collapse;
  border: solid 1px #777;
  width: 98%;
  margin: 20px auto;
}
table.list tr th {
  font-size: 13px;
  font-weight: normal;
  background: rgb(200,200,240);
  color: #333;
  border: solid 1px #777;
}
table.list td {
  border: solid 1px #777;
  background: #fff;
  text-align: center;
}
table.list td a {

}
.upload {
  text-align: right;
}
.upload a {
  color: #ddd;
  font-size: 10px;
}
/* Footer */

#footer {
  font-size:11px;
  margin-top: 20px;
  text-align: center;
  background: #9CADCB;
  color: #eee;
}
