@charset "utf-8";
/* CSS Document */
body {
	background-color:#ffcc66;
	color:#de7008;
	font-family:"Roadgeek 2005 Series E";
	font-size:24px;
	text-align: center;
  }
a:link {
  color:#1B703A;
  text-decoration:none;
  }
a:visited {
  color:#003F87;
  text-decoration:none;
  }
a:hover {
  color:#1B703A;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
.style1 {font-size: 12px}
.style2 {font-size: 14px}
.style3 {font-size: 18px}
.style4 {color: #CC0000}	
/* Header
----------------------------------------------- */

#header-wrapper {
    background-position:center;
	margin:0 2% 10px;
	border:1px solid #ffcc66;
  }

#header-inner {
	background-position:center;
	margin-left: auto;
	margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid #ffcc66;
  text-align: center;
  color:#1B703A;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font:"Roadgeek 2005 Series E";
}

#header a {
  color:#1B703A;
  text-decoration:none;
  }

#header a:hover {
  color:#1B703A;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font:"Roadgeek 2005 Series E";
  color: #DE7008;
}

#header img {
  margin-left:20px;
  margin: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	margin:0;
	padding:10px;
	text-align:left;
	font:"Roadgeek 2005 Series E";
	}

#main-wrapper {
	text-align:center;       /* fix for doubling margin in IE */
	word-wrap: break-word;
  }

#sidebar1 {
  font:16px, "Roadgeek 2005 Series E";
  font-weight:bold;
  text-align:center;
  margin: 2%;
  width: 25%;
  float: left;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/* Headings
----------------------------------------------- */

h2 {
  margin:1.5em 0 .75em;
  font:"Roadgeek 2005 Series E";
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#cc0000;
}

/* Footer
----------------------------------------------- */
#footer {
font:"Roadgeek 2005 Series E";
font-size:10px;
  width:660px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  letter-spacing:.1em;
  text-align: center;
}
