body {
  background: #E3E3E3 url('images/bkg.jpg') repeat-x;
}

#headerbar .widget  {
  border: none;
  margin: 0;
  padding: 0;
}

#container, #wrap, #header, #footer {
  width: 960px;
}

#nav li a, 
#nav li a:visited {
  background-color: #6790A6;
  color: #C5D7E1;
}

#nav li a:hover {
  color: black;
}

#nav li a, 
#nav li a:visited,
#nav li a:hover {
}


#container {
  background: url('images/bkg-container.jpg') center top no-repeat;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#sidebar {
  width: 370px;
}

.splash, #content {
  width: 940px;
}

.footer {
  width: 920px;
}

#sidebar {
}

#slider {
  background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
  display: none;
  position: relative;
  height: 300px;
}

#slider img:first-child {
  display: auto;
}


.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
