/* CSS Document */

body, div, img, h2, h3 {
padding:0px;
margin:0px;
}

img
{
border:none;
}

body
{
background:url('http://www.randomhouse.com/crown/index_images/bg.jpg') top center repeat-y #ffffff;
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

#container {
width:900px;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

#heading {
clear:both;
float:left;
width:100%;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

#title_author
{
background-color:#f5ebd8;
color:#bc9007;
margin-top:-10px;
font-size:14px;
font-weight:bold;
padding: 5px 0px 5px 20px;
}

#header
{
background-image:url(images/header.jpg);
height:148px;
}

#nav_bar
{
background-image:url(images/navbar.jpg);
height:37px;
font-size:14px;
font-weight:bold;
padding-left:10px;
}

#nav_bar a, a:visited
{
color:#f5efad;
text-decoration:none;
}

#nav_bar a:hover
{
color:#FFFFFF;
}

#nav_bar ul
{
margin:0px;
padding:0px;
}

#nav_bar ul li
{
color:#f5efad;
margin:0px;
padding:11px 2px 11px 2px;
list-style-type:none;
float:left;
}

.columns {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
border-left:1px solid #000000;
border-right:1px solid #000000;
}

.rightmenu {
background-image:url(images/sidebar_bg.jpg);
background-color:#fed1ba;
background-position:195px 0px;
}
.rightmenu .colleft {
float:left;
width:200%;
margin-left:-235px;
position:relative;
right:100%;
background-image:url(images/bg.jpg);
background-color:#f8f0e4;
background-repeat:repeat;
}
.rightmenu .col1wrap {
float:left;
width:50%;
position:relative;
left:50%;
padding-bottom:1em;
}
.rightmenu .col1 {
margin:0 15px 0 250px;
overflow:hidden;
}
.rightmenu .col2 {
float:right;
width:215px;
position:relative;
left:225px;
}

#sidebar {
font-size:12px;
padding:0px;
margin:0px;
height:100%;
}

.bookinfo {
font-size:12px;
position:relative;
top:-15px;
width:200px;
padding:0px;
margin:0px;
}

.sbTitle {
font-weight:bold;
font-size:14px;
padding-top:10px;
}

.sbCover {
position:relative;
left:15px;
}

.sbExtra {
color:#bb1910;
font-weight:bold;
}

#sbNewsletter {
font-size:12px;
font-weight:bold;
width:200px;
}

#sbNewsletter span {
color:#bb1910;
font-size:14px;
}

.formFix {
position:relative;
top:5px;
*top:-15px;
}

#break {
background-image:url(images/break.jpg);
background-repeat:no-repeat;
height:82px;
width:100%;
position:relative;
left:-10px;
*left:-6px;
top:-10px;
}

.sbFormats {
/* line-height:1.2em; */
font-size:12px;
color:#FFFFFF;
width:200px;
position:relative;
left:8px;
top:4px;
}

.sbFormats a:link, .sbFormats a:visited, .sbFormats a:hover {
color:#ffc674;
text-decoration:underline;
}

.sbBottom {
background-color:#e6dfcf;
width:100%;
height:100px;
position:relative;
left:-10px;
*left:-6px;
}

a:link {
color:bb1910;
text-decoration:none;
}
a:visited {
color:bb1910;
text-decoration:none;
}
a:hover {
color:bb1910;
text-decoration:underline;
}
a:active {
color:bb1910;
text-decoration:underline;
}

#footer {
clear:both;
float:left;
width:100%;
border-bottom:1px solid #000000;    
background-image:url(images/foot.jpg);
}

#about {
font-size:12px;
}

#excerpt p {
font-size:12px;
}

#qastyle {
font-size:12px;
position:relative;
top:10px;
}

#qastyle span {
font-weight:bold;
font-style:italic;
}

#reviews {
font-size:12px;
}

/*
#content
{
background-image:url(images/bg.jpg);
background-color:#f8f0e4;
background-repeat:repeat;
height:100%;
width:900px;
}


#content a, a:visited
{
color:#ffc674;
font-weight:bold;
text-decoration:underline;
}


#content h1
{
font-weight:bold;
font-size:18px;
margin:0;
position:relative;
top:20px;
}

#content_left
{
float:left;
padding: 0px 0px 0px 20px;
color:#000000;
width:618px;
font-size:14px;
}

#content_left h1
{
font-weight:bold;
font-size:18px;
margin:0;
margin-top:1
0px;
}

#content_left h2
{
font-weight:bold;
font-size:18px;
margin:0;
margin-top:30px;
}

#content_right {
position:relative;
top:-1px;
left:28px;
*left:48px;
}

.sidebar
{
background-color:#000000;
background-image:url(images/sidebar_bg.jpg);
height:100%;
width:214px;
float:left;
color:#FFFFFF;
line-height:18px;
padding:5px;
}

.siderbar ul
{
list-style-type:none;
margin:0;
padding:0;
}

.siderbar ul li
{
margin:0;
padding:0;
}
*/