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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, table, img, form, hr, li, ul, hr{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}

body {
  background-color: #333333;
    background-image: none;
  border-color: #000;
  color: #000;
}

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: #333333;
	color: #999;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	
}
h2 {
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

h3 {
  color: #ccc;
  font-size: 10px;
  font-weight: bold;
 
}
HR {
	color: #333333;
	height: 0px;
	width:50%;
	
}
.yellow {
color:#FF9900;
}
a,  a:link {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #E69200;
	text-decoration: underline;
}
a:focus {
  color: #fff;
}
a:active {
  color: #fff;
}
#header {
  background-color: #333333;
  border-style: none;
  font-size: 18px;
  font-weight: bold;
  height: 300px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
#outerWrapper {
  background-color: #333333;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 972px;
}
#outerWrapper #contentWrapper #leftColumn {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	width: 285px;
	height: 90px;
	text-align: right;
}
#outerWrapper #contentWrapper #content {
	float: left;
	width: 650px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 80px 15px;
	color: #F19202;
	background-image: url(../img/home-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: 1px;
}

#outerWrapper #content a {
	color: #F19202;
	
}

#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #333;
	border-style: none;
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 130px 20px 5px 312px;
	height: 160px;
	background-image: url(../img/burger-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#outerWrapper #footer a{
color: #666666;}

#outerWrapper #footer a:hover{
	color: #FF9900;
}
.pipe {
	padding-right: 3px;
	padding-left: 3px;	
	
}