/* CSS Document */

body {
background-color:#000;
background-image:url(../images/bg.gif);
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 15px;
padding: 0px;
color:#e7e2cb;
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size:11px;
}

a:link, a:visited {
color:#e7e2cb;
text-decoration:underline;
}

a:hover {
color:#f7941d;
text-decoration:none;
}

.content {
background-image:url(../images/bg_content.gif);
background-repeat:no-repeat;
}

#content {
width: 480px;
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#e7e2cb;
}

h1 {
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size:18px;
border-bottom: 1px #e7e2cb dotted;
margin: 0px;
padding: 0px 0px 5px 0px;
}

#upload {
margin:20px;
width:500px;
}

.clear {
clear:both;
}