@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
a,  a:link {
  color: #d75846;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #a14a35;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #c92c17;
  text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
  color: #732600;
}
#outerWrapper {
  background-color: #fff;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 780px;
}
#outerWrapper #header {
	background-image: url(pix/header_decoy.jpg);
	border-bottom: solid 5px #000000;
	font-size: 18px;
	font-weight: bold;
	height: 180px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-color: #A77C52;
}
#outerWrapper #header #nav {
	padding-top: 155px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #DC2E30;
	border-right: solid 5px #000000;
	border-bottom: solid 5px #000000;
	color: #FFFFFF;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 14em;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #000000;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
  color: #FFCC33;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 16em;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #content a, #outerWrapper #contentWrapper #content a:link {
  color: #DC2E30;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #A77C52;
  border-bottom-color: #000000;
  border-top: solid 5px #000000;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer a {
	color: #FFFFFF;
}
