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: #140000;
	color: #FFFFFF;
	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;
	font-weight: bold;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #f90;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #f90;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f90;
  text-decoration: underline;
}
a:focus {
  color: #f90;
}
a:active {
  color: #f90;
}
#outerWrapper {
	background-color: #140000;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 790px;
	border-color: #FF9900;
	border-style: solid;
	border-width: 1px;
}
#outerWrapper #header {
  background-color: #330001;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #quotes {
  background-color: #330001;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #470000;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	width: 300px;
	font-weight: bold;
	margin-left: 20px;
}
#outerWrapper #contentWrapper #content {
	background-color: #470000;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 375px;
	padding: 10px 5px 10px 5px;
	width: 375px;
	font-weight: bold;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #140000;
  padding: 10px 10px 10px 10px;
}
