body
{
margin: 0px;
background-color: #534b48;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
}

img
{
border: none;
}





div#notepad
{
width: 860px;
height: 634px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
background-image: url('../images/notebook.jpg');
background-repeat: no-repeat;
color: #002157; 
line-height: 11pt;
}

div#leftpage
{
position: absolute;
width: 400px;
}

div#leftpage div#content
{
float: left;
position: relative;
width: 340px;
margin-left: 40px;
margin-top: 56px;
}

div#rightpage
{
float: right;
margin-right: 45px;
margin-top: 266px;
width: 340px;
}

div#rightpage img#foundtheanswer
{
margin-top: 8px;
}

div#notepad strong
{
font-weight: normal;
color: #863a25;
}




div#notepad div#leftpage a#contact-sticky
{
display: block;
width: 162px;
height: 162px;
position: absolute;
top: 471px;
left: 223px;
text-indent: -9999px;
background: url('../images/contact-off.jpg') no-repeat;
}

div#notepad div#leftpage a#contact-sticky:hover
{
background: url('../images/contact-on.jpg') no-repeat;
}




div#learnmore
{
width: 860px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
background-image: url('../images/learn_more.gif');
background-repeat: no-repeat;
background-position: top right;
text-align: right;
text-transform: lowercase;
}

div#learnmore ul
{
list-style-type: none;
padding: 8px 0px 20px 0px;
margin: 0px;
}

div#learnmore ul li
{
display: inline;
}

div#learnmore ul li a
{
margin: 0px 6px;
color: #fff;
text-decoration: none;
}

div#learnmore ul li a:hover
{
text-decoration: underline;
}

div#learnmore p#credits
{
color: #ccc;
}

div#learnmore p#credits a
{
color: #dda;
}

div#learnmore p#credits a:hover
{
color: #cc7;
}