body {
	margin: 66px 0 0 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CACACA;
	background-color: #1f1f1f;
	background-image: url(../images/splash-bck.jpg);
	background-repeat: repeat-x;
	
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}


a {
  color: #FFFFFF;
  text-decoration: none;
}



#news   a:hover,
#footer a:hover {
	color: #000000;
	background-color: #1f1f1f;
	text-decoration: none;
}



/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 720px;
  margin: 0px auto;

}

/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/

#header {
  width: 960px;
  margin: 100px auto;
  text-align: center;
  height: 252px;
  z-index:1;
  background: url(../images/web-back.jpg) no-repeat top center;
}

#text {
  float: left;
  width: 700px;
}


/***************************************************
   Footer Styles
 ***************************************************/


#footer {
	height: 100px;
	padding: 120px 0px 0px 0px;
	background: url(../images/footer.jpg) repeat-x;

}

#footer * {
	color: #FF9900;
}

#footer p {
	text-align: center;
	font-size: 1.0em;
}

#footer a:hover {	
	color: #ffffff;
}
