body {
  margin: 0 auto;
  padding: 0 0 0 0;
  font-family: arial, helvetica, verdana, sans-serif;
  background-color: #000000;
}

#guts {
  width: 100%;
}

#guts-inner {
  width: 960px;
  overflow: auto;
  margin: 0 auto;
  color: #ffffff;
}

#guts-inner a {
  color: #3399FF;
  text-decoration: none;
}

.footer {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: #000000;
  padding: 10px;
}
a {outline: none}
img {border: none;}
a.nav:link, a.nav:visited, a.nav:active, .footer a, #pager a {
	color: #FF9999;
	text-decoration: none;
}
a.nav:hover,
#pager a:hover {
	color: #000000;
	background-color: #FF9999;
	text-decoration: none;
}

b { font-weight: bold; }

h1 {
	font-weight: bold;
	font-size: 26px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	color: #FF9999;
}

#header {
  width: 100%;
  height: 200px;
  display: block;
  background: #000000 url('images/header.jpg') no-repeat center top;
  text-align: center;
  position: relative;
}

#header-inner {
  width: 960px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

#header-inner a.home {
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 194px;
  text-indent: -9999px;
}

#header-inner a.leftarr {
  text-align: left;
  display: block;
  position: absolute;
  left: 623px;
  top: 101px;
  width: 154px;
  height: 94px;
  text-indent: -9999px;
}

#header-inner a.rightarr {
  text-align: left;
  display: block;
  position: absolute;
  left: 806px;
  top: 101px;
  width: 154px;
  height: 94px;
  text-indent: -9999px;
}

#pager {
  text-align: center;
  padding: 20px 0 10px 0;
  color: #ffffff;
}
