@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #19a03a;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
}

.author {
	margin: 0 .5em .5em 0;
}

.blue {
	color: #006398;
}

body {
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat;
	font: .75em Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
}

#backflap,
#frontflap {
	position: absolute;
	left: 15px;
	width: 475px;
}

#backflap {
	top: 25px;
}

#backflap .content,
#frontflap .content {
	background: url(/images/flap-mid.png) repeat-y;
	padding: 0 2.5em 1em;
}

#cover {
}

.content {
}

.content-inner {
	max-height: 475px;
  _height: expression(475 + "px");
	overflow: auto;
	padding-right: 5px;
	_padding-top: 1em;
}

#content-left,
#content-right {
	/* padding: 0 60px; */
	vertical-align: top;
}

.readers-thumbs td,
.readers-details td {
	vertical-align: top;
 }
 
table.readers-details td {
	padding: 5px;
}

#content-left .readers-thumbs,
#content-left .readers-details {
	/* margin-left: 35px; */
}

#content-left .readers-towns {
	vertical-align: middle;
}

.darkblue,
a.darkblue {
	color: #254695;
}

#frontflap {
	top: 190px;
}

#flap-btm {
	margin-top: -1em;
}

#flap-top {
	margin-bottom: -1em;
}

#footer {
	background-color: #f26722;
	border: 1px dotted #ffca08;
	border-width: 0 1px 1px;
	color: #FFF;
	font-weight: bold;
	padding: 1em 0;
	margin: 0 auto 1em auto;
	text-align: center;
	width: 955px;
}

#footer a:link,
#footer a:visited {
	color: #FFF;
}

.green {
	color: #19a03a;
}

h1 {
	color: #f26722;
	font-size: 4em;
}

h2 {
	color: #254695;
	font-size: 1.25em;
}

h3 {
	color: #19a03a;
	font-size: 1.125em;
}

#header {
	background-color: #f26722;
	border: 1px dotted #ffca08;
	border-width: 1px 1px 0 1px;
	color: #FFF;
	font-weight: bold;
	padding: 1em 0;
	margin: 1em auto 0 auto;
	text-align: center;
	width: 955px;
}

#header a:link,
#header a:visited {
	color: #FFF;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	text-decoration: underline;
}

img { behavior: url(iepngfix.htc) }

#links {
	position: absolute;
	left: 545px;
	bottom: 20px;
	//bottom: 20px; /* ie 7 hack */
	_bottom: 15px; /* ie 6 hack back */
	text-align: center;
}

#links a {
	color: #FFF;
	text-decoration: none;
}

#links a:hover {
	color: #FFF;
	text-decoration: underline;
}

#links h3 {
	color: #8ED8F8;
	font-size: 9px;
}

.nav li {
	float: left;
	margin-left: 1.7em;
}

#header {
	position: relative;
	text-align: center;
	z-index: 999;
}

#header .center {
	display: table;
	display: inline-block;
	margin: 0 auto;
}

.orange,
a.orange {
	color: #f26722;
}

#outer {
	background: url(../images/back.jpg) no-repeat;
	border: 1px dotted #ffca08;
	border-width: 0 1px;
	clear: left;
	height: 586px;
	margin: auto;
	position: relative;
	width: 955px;
	z-index: 0;
}

p {
	line-height: normal;
	margin: 0 0 1em 0;
}

.readers-thumbs {
	width: 435px;
}

.readers-towns {
	width: 135px;
}

.small {
	font-size: .75em;
}

#subfooter {
	text-align: center;
	margin-top: 2em;
}

#subfooter a {
	background: #ffca08;
	color: #f26722;
	font: .9em normal;
	padding: .2em .5em;
	text-decoration: none;
}

.two-column {
	width: 835px;
}

.two-column #content-left {
	padding: 5px 0px 5px 40px;
}

.two-column #content-right {
	padding: 5px 40px 5px 0px;
}

.yellow {
	color: #ffca08;
}