/* CSS Document */


html, body {
  background: #17181a;
  background-image: url(images/main/background1.jpg);
  color:#6E3900;
  margin-top: 40px;
  padding: 0;
  font-family:Verdana, Helvetica, Arial, sans-serif;
  }

/* Wrapper: table that holds whole site */

#wrapper {
  width: 100%;
  margin: 0 auto;
  valign: top;
  }

/* Header: banner */


#header a:link {
	text-decoration: none;
	color:#6E3900;
	font-size: 90%;
}
#header a:visited {
	text-decoration: none;
	color:#6E3900;
	font-size: 90%;
}
#header a:hover {
	text-decoration: none;
	color:#EF8D0A;
	font-size: 90%;
}
#header a:active {
	text-decoration: none;
	color:#6E3900;
	font-size: 90%;
}  
/* main: main table including header and footer */

#main {
  width: 900px;
  color:#ffffff;
  margin: 0;
  padding: 0;
  font-size: 85%;
  }

#main h1 {
  font-size: 145%;
  }
#main h2 {
  font-size: 130%;
  }
#main h3 {
  font-size: 115%;
  }
#main h4 {
  font-size: 100%;
  }

#main a:link {
  text-decoration: none;
  color: #ffffff;
  font-size: 100%;
}

#main a:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 100%;
}

#main a:hover {
  text-decoration: none;
  color: #1ecfff;
  font-size: 100%;
}

#main a:active {
  text-decoration: none;
  color: #ffffff;
  font-size: 100%;
}




#footer {
  text-align: center;
  color: #777777;
  font-size: 80%;
}

#footer a:link {
  text-decoration: none;
  color: #777777;
  font-size: 80%;
}

#footer a:visited {
  text-decoration: none;
  color: #777777;
  font-size: 80%;
}

#footer a:hover {
  text-decoration: none;
  color: #666666;
  font-size: 80%;
}

#footer a:active {
  text-decoration: none;
  color: #777777;
  font-size: 80%;
}

