h1,h2,h3,h4,h5,h6,hr,p,ol,pre,table{
	margin: 0 0 15px;
	padding: 0;
}
#container {
	padding: 0 .3em;
	min-height: 100%;
	position: relative;
}

body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, sans-serif;
	color: #484452;
	font-size: .8em;
}

img {
	border: none;
}
a {
	color: #996600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc url(/media/arrow.jpg) outside;
}

ul.checks {
	//	list-style: disc url(/media/check.jpg) outside;
}

ul.checks {
	list-style-type: none;
	list-style-image: none;
}

ul.checks li {
	list-style-type: none;
	padding-left: 2em;
	background-image: url(/media/check.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#logo {
	margin-top: 1em;
	float: left;
}

#logo h1 {
	display: none;
}

#content_wrap {
	margin-top: .5em;
	padding: .3em;
	width: 545px;
	clear: both;
	float: left;
}

#nav {
	float: right;
	width: 205px;
}

#nav a, #nav #current {
	display: block;
	background: #f8f2da;
	border: 1px solid #996600;
	font-family: Impact, Charcoal, sans-serif;
	letter-spacing: 1px;
	margin-top: .5em;
	margin-left: .2em;
	padding: .2em;
	font-size: 14px;
}

#nav #current {
	color: #f8f2da;
	background: #996600;
}

#nav a:hover {
	background: #CCCC99;
}

#header_wrap {
	background: #F8F2DA;
	height: 160px;
	width: 100%;
}

#header_right {
	float: right;
	padding-left: 0px;
	width: 205px;
}

#header_right a {
	font-size: 14px;
	padding-left: 0px;
	font-family: Impact, Charcoal, sans-serif;
	letter-spacing: 1px;
	
}


#header_right ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
}

#header_right ul li {
	margin-bottom: 1.5em
}

#header_right ul a img {
  margin-left: 0px;
}

#header_right img{
	margin: .5em 1em .5em 0px;
}

.last, .last img {
	margin-bottom: 0px;
}

dd, dt{
  margin: 0px;
  padding: 0px;
}
dt {
  float: left;
  width: 170px;
  text-align: right;
  padding-right: 1em;
  clear: both;
}

ul.errors {
	list-style-image: none;
	list-style-type: square;
	color: red;
}
#footer {
	padding-top: 40px;
	text-align: center;
	clear: both;
	font-size: 10px;
}

.box {
	border: 1px solid #484452;
	padding: .4em;
}

#story_box {
	top: 50px;
	left: 5px;
	position: absolute;
	z-index: 1000;
	width: 700px;
	min-height: 464px;
	border: 2px solid #996600;
	background-repeat: no-repeat;
}

#story_box .close {
	font-weight: bold;
	float: right;
	background: #F8F2DA;
	padding: .2em;
}

#story_box div {
	width: 350px;
	margin-left: .3em
}

#quote_text span {
  font-size: 10px;
  float: right;
  display: block;
}

.storyTitle {
	padding: .5em;
	width: 200px;
	background: #f8f2da; 
	border: 2px solid #996600;
	color: #996600;
	position:absolute;
	top: 10px; 
	left:-175px;
}
