body
{
background:#fff;
font-family:'georgia';
font-size:12px;
color:#142A3B;
}

#wrapper
{
position:relative;
top:10px;
margin-left:auto;
margin-right:auto;
width:872px;
height:650px;
}

h1
{
font-size:21px;
}

#header
{
position:absolute;
left:0px;
top:0px;
width:800px;
height:20px;
}

#footer
{
position:absolute;
padding: 10px;
left:0px;
top:600px;
width:800px;
height:20px;
}

a:link {color: #0090d8;}
a:visited {color: #0090d8;}
a:active {color: #0090d8;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

h2
{
font-size:12px;
color:red;
}

h3
{
font-size:12px;
color:red;
}

#lefttextcol
{
position:relative;
width:300px;
height:195px;
background:#fff;
color:#000;
padding:10px;
top:10px;
border:0px solid #000;
}

#righttextcol
{
width:512px;
height:315px;
background:#fff;
color:#000;
padding:10px;
position:absolute;
left:340px;
top:10px;
border:0px solid #000;
}

#moreinfo
{
width:300px;
height:83px;
background:#fff;
color:#000;
padding:10px;
position:relative;
top:25px;
border:0px solid #000;
}

#maincont
{
  position:absolute;
  background:#fff;
  height:360px;
  width: 872px;
  left:0px;
  top:247px;
}

#topbar
{
  position:absolute;
  height:150px;
  left:0px;
  top:90px;
  border: 0px solid #000;
}

img.bookimg
{
margin-left:20px;
margin-top:10px;
vertical-align:middle;
border-color:#000;
border-width:1px;
border-style:solid;
}


table
{
width:500px;
}


td.header
{
  font-weight: bold;
}

p.text
{
line-height: 1.6;
}