body
{
  background-color: white;
  margin: 0px;
  padding: 0px;
	font-size: 12px;
}
td, span
{
	font-size: 12px;
}
*
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left_promo
{
  width: 259px;
  padding: 0px;
  margin: 0px;
}

a{
	color: #D7350F;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #D7350F;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#main
{
  background-color: black;
  width: 775px;
}

#header
{
  background-image: url("images/header_fill.png");
  background-repeat: repeat-x;
  height: 177px;
}
h1
{
  padding: 0px;
  margin: 0px;
}
#nav table
{
  margin-left: 15px;
}

#nav a, a.small
{
  line-height: 20px;
  color: white!important;
  font-weight: normal;
  text-decoration: underline;
}
#nav a:hover, a.small:hover
{
  line-height: 20px;
  color: white;
  font-weight: normal;
  text-decoration: none;
}

#hmenu 
{
  padding-left: 12px;
}
#hmenu a
{
  margin-top:1px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 11px;
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  display: block;
  clear: none;
  float: left;
  line-height: 38px;
  color: white;
}
#slogan
{
  color: white;
  font-size: 12px;
  text-align: right;
  font-weight: bold;
}

.promo
{
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.promo h1 {
  padding-top: 10px;
  padding-bottom: 10px;
	font-family: tahoma;
	font-size: 12px;
	color: #FF4826;
	font-weight: bold;
}

#content
{
  background-color: white;
  width: 466px;
  padding: 0px;
  margin: 0px;
  padding: 15px;
}
#footer
{
  border-top: 1px solid black;
  border-bottom: 12px solid #D7350F;
  text-align: center;
}
#footer a
{
  color: black;
}