body,td,th {
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  color: #767676;
}
body {
  background-image: url(images/back2.png);
  background-repeat: repeat-x;
  background-color: #FCFCFC;
  margin-left: 10px;
  margin-top: -0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
  
#main {
  background-image: url(images/back3.png);
  background-repeat: repeat-y;
  background-color: #ffffff;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  MARGIN-top: -58px;
  padding-top: 60px;
  margin-bottom: -10px;
  min-height: 500px;
}

a:link {
  color: #009cff;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #009cff;
}
a:hover {
  text-decoration: underline;
  color: #009cff;
}
a:active {
  text-decoration: underline;
  color: #009cff;
}

#banner {
  margin-bottom: 6px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 581px;
  height: 200px;
}
    
p {
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
}
    
h1 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #787777;
  padding: 4px 14px 4px 14px;
  margin: 0px;
}

#upload {
 background-color: #ffffff;
 background-image: url(images/upload.gif);
 width: 132px;
 height: 39px;
 border: 0px;
}

.file {
border: 1px solid #767676;
background-color: #f7f7f7;
}

#nav {
	margin: 0px;
margin-left: auto;
margin-right: auto;
	padding: 47px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
margin-top: -93px;
position:absolute;
	color: #6F6F6F;
	width: 620px;
	z-index: 20;
}
#nav ul {

	text-transform: uppercase;
	list-style: none;
	margin: 0px;
	float:left;
}
#nav li {
	float:left;
	text-transform: uppercase;
	list-style: none;
	margin-left: 10px;
	padding-top: 1px;
	padding-left: 8px;
	border-left: 1px solid #AFAFAF;
}
#nav a{
	color: #6F6F6F;
	text-decoration: none;
}
#nav .upload {
	border-left: 0px;
}
#nav .upload a:hover{
	color: #66CC00;
	text-decoration: none;
	border-bottom: 2px solid #66CC00;
}
#nav .terms a:hover{
	color: #FF6600;
	text-decoration: none;
	border-bottom: 2px solid #FF6600;
}
#nav .faq a:hover{
	color: #1591ED;
	border-bottom: 2px solid #1591ED;
}
#nav .wtalk a:hover{
	color: #FF0000;
	border-bottom: 2px solid #FF0000;
}
#nav .contact a:hover{
	color: #077F00;
	border-bottom: 2px solid #077F00;
}

#footer{
margin-top:-40px;margin-bottom:-40px;}

#download {
text-decoration: none;
border: none;
width: 209px;
height: 69px;
}
