body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Geneva, Arial, sans-serif;
	font-size: .8em;
	color: white;
	line-height: 1.5em;
	/*background: #000;*/
}

#content-wrapper {
	margin: 0;
	padding: 0;
	width: 830px;
	margin: 0 auto;
	text-align: left;
	/*background: #FFF;*/
}

#logo {
	margin: 0 0 2px 0;
	padding: 0;
	width: inherit;
	height: 115px;
	
}

#digbody {
  margin: 0;
  padding: 0px;
  width: 830px;
  height: 570px;
  background-color: #000000;
  }
  
#digbody p {
  margin: 0;
  padding: 0;
  color: white;
}

#digbody a {
  color: #00CCFF;
  
 }




#ticker {
	margin: 0;
	padding: 0;
	width: 830px;
	height: 23px;
	font-weight: normal;
	background: #000 url("images-temp/ticker-background.gif") no-repeat;
}

#ticker a {
  color: white;
  text-decoration: none;
  }

#color-bar {
	margin: 2px 0 0 0;
	padding: 0;
	height: 9px;
	width: 830px;
	background: #FFDD00 url("images-temp/color-bar.gif") no-repeat;
}

.footer {
	text-align: right;
	/*height: 70px;*/
	padding: 1em;
	font-size: 1em;
	color: #fff;
	background: #000;
	margin: 2px 0 0 0;
}

#sub-navigation a {
	color: #FFF;
}

#sub-navigation a:hover {
	color: #00B0E0;
	text-decoration: none;
}