body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	font-family:sans-serif; font-size: 9pt;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	font-size: 11pt;
}
a:link, a:visited { color: #ADADAD; }
a:hover, a:active {	color: #000; }

a.active {
	font-weight: bold;
	color: #e51837;
}

.clear { clear: both; }

#box-header {
	background: #FFF url(/images/header.gif) no-repeat;
	height: 10px;
}
#box-edges {
	background: #FFF url(/images/edges.gif) repeat;
	padding-top: 5px;
}
#header {
	height: 30px;
	padding-bottom: 0;
	padding-top: 5px;
}
#nav-container {
	padding: 0;
	padding-left: 40px;
}
#story-container {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}
#img-container {
	text-align: center;
	padding-bottom: 5px;
}
.centered-container {
	padding-top: 75px;
	padding-bottom: 75px;
}
#page-nav-container { padding-bottom: 10px; }
#nav-left {
	text-align: right;
	width: 203px;
	float: left;
}
#nav-right {
	text-align: left;
	width: 203px;
	float: right;
}
#nav-center {
	text-align: center;
	font-weight: bold;
}
#left {
  float: left;
  width: 220px;
  padding-right: 30px;
}
#right {
  float: right;
  width: 220px;
  padding-left: 30px;
}
#center { text-align: center; }
.title {
  color: #000;
  text-align: left;
  padding-top: 5pt;
}
.subtitle {
  color: #000;
  font-weight: bold;
  text-align: left;
  padding-top: 0pt;
}
.descriptor {
  text-align: left;
  padding-bottom: 10pt;
}
#footer {
	text-align: center;
    background: #fff url(/images/footer.gif) no-repeat;
	height: 58px;
	padding-top: 10px;
}

img { border: 0 solid black; }
img.hover { border: 1px solid white; }

