
body
{
background-image: url(literary-agents-middle.jpg);
background-repeat: repeat-y;
background-position: center center;
background-color: #0066FF;
font: 110% times,serif;
color: #000;
margin: 0px;
}

#container
{
width: 1000px;
margin: auto;
}

#top
{
background-image: url(literary-agents-top.jpg);
background-repeat: no-repeat;
background-position: center center;
height: 75px;
}

#leftnav
{
width: 200px;
font: 80% arial;
}

#leftnav a { color: #000000; text-decoration: none; margin: 0px 15px 0px 15px; display: block; }
#leftnav a:visited { color: #000000; text-decoration: none; }
#leftnav a:hover {background: #ffffff; }

#leftnav p.head { border-bottom: 1px solid black; font-weight: bold; margin: 20px 15px 0px 15px;}

#rightmain
{
width: 650px;
margin: auto;
}

#rightmain a { color: #0000ff; text-decoration: none; font-weight: bold;}
#rightmain a:visited { color: #0000ff; text-decoration: none; }
#rightmain a:hover {background: #ffffff; }

#bottom
{
background-image: url(literary-agents-bottom.jpg);
height: 75px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


p
{
text-align: left;
}

h1
{
font-size: 190%;
font-weight: bold;
color: #da1b2d;
text-align: center;
}

h2
{
font-size: 170%;
font-weight: bold;
text-align: center;
}

h3
{
font-size: 90%;
font-weight: bold;
text-align: center;
}

.testimonial
{
padding: 10px;
margin: 20px;
border: 1px solid black;
background: #FFFFC4;
}

.highlight
{
background-color: yellow;
}
