body {
    background: #333;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
	font-size: 100%; /* 16px font size */
}
#wrapper {
    background: #FFF;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 36.875em; /* 590px width */
	min-width: 468px;
}
#sitename {
   background: url(images/bgheader.gif) repeat-x top left;
}   
#sitename h1 {
    text-indent: -5000px;
    background: url(images/header.gif) no-repeat top center;
    height: 142px;
    margin: 0;
    padding: 0;
}
h2 {
    margin-top: 10px;
    padding-top: 2px;
}
p {
    font-size: 1em; /* 16px */
}
#spread {
    margin-left: 1.25em;
    padding: 0.81em 0.81em 1.9em 0.81em;
	position: relative;
}
#left {
    width: 25em;
}


/* navigator */
#nav {
    position: absolute;
	top: 2.5em;
	right: 1.25em;
	width: 7.2em;  /*115.2px width */
}
#nav ul {
    margin: 0;
    padding: 0;
	list-style: none;
}
#nav li {
    margin: 0;
	padding: 0;
}	
#nav li a {
    display: block;
	background-color: #DDD;
	padding: 0.25em 0em 0.25em 0.75em;
	text-decoration: none;
	font-weight: bold;
    font-size: 0.9em; /* 14.4 px font */
	color: #333;
	border-right: 0.5em solid #DDD;
	margin: 0.3em 0;
	outline: none;
}
#nav li a:hover, #nav li a:focus {
	border-right: 0.5em solid #09C;
}
	



/* footer */
#footer {
    background: #000;
	padding: 0.2em;
}
#company {
    font-size: 0.7em;
    color: #999;
    padding-bottom: 1px;
    letter-spacing: 0.15em;
    text-align: center;
}
#links {
    color: #999;
    text-align: center;
    font-size: 0.6em;
    font-variant: small-caps;
    letter-spacing: 0.2em;
}
#links a {
    text-decoration: none;
    color: #999;
}


/* faqs */
dt {
    color: #360;
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
}
dd {
    margin-top: 0.5em;
    color: #000;
    font-size: 1em;
	margin-left: 0;
	padding-left: 0px;
}


/* books */
h3 {
    font-variant: small-caps;
    color: #666;
    border-top: 2px solid #666;
    margin-top: 40px;
}
h4 {
    margin-bottom: 5px;
}
.description p {
    font-family: Georgia, Times, serif;
	margin: 0 0 10px 0;
}
img {
    border: none;
}
acronym {
    font-style: italic;
    border-bottom: 1px dotted #999;
}
td {
    padding: 0.125em;
    color: #900;
    font-size: 0.9em;
}
caption {
    color: #900;
    font-variant: small-caps;
    font-size: 0.9em;
}


/* order books */
#order {
    margin-top: 1em;
    width: 21.9em; /* 350px width */
}
#order a{
    color: #FFF;
    text-decoration: none;
}
#order p{
    color: #600;
    background: #696;
    padding: 0.08em 0;
    margin: 0;
    text-align: center;
    line-height: 1.15;
    font-size: 0.81em; /* 13px font size */
}


/* peek */
#peek {
    width: 12em; /* 260px width */
    position: relative;
}
#peek p {
    position: absolute;
    top: 120px;
    left: 170px;
	width: 7em;
    padding-top: 27px;
    line-height: 1.15;
    font-size: 0.81em; /* 13px font size */
    color: #666;
    background: url(images/arrow.gif) no-repeat top left;
}

/* Validator image */
#valid {
     position: absolute;
	 top: 10px;
	 right: 4px;
	 width: 8em;
	 text-align: right;
}
#valid a {
     color: #FFF;
	 text-decoration: none;
	 font-size: 10px;
	 line-height: 1.8;
}
#valid img {
     margin: 0;
	 padding-bottom: 0px;
}	 
