body {
     margin-left: 60; 
     color: black;
     background:url("./images/paw_background.jpg");
     font-family: arial;
     font-size: 12pt;
}

a {
     text-decoration: none; 
     color: #284c90;
}

a:hover {
     text-decoration: underline; 
     color: #284c90;
}

#page 
{
     width: 860px;
}

#top 
{

}

#content 
{
     position: absolute;
     width: 600px;
     margin-top: 8px;
     margin-left: 150px;
}

#content h1
{
     font-family: arial; 
     font-size: 150%; 
     font-weight: bold; 
     font-style: italic; 
     color: #83472D;
     margin-top: 0px;
     margin-bottom: 10px;
}

#content h2
{
     font-family: arial; 
     font-size: 120%; 
     font-weight: bold; 
     font-style: italic; 
     color: #83472D;
     margin-top: 6px;
     margin-bottom: 6px;
}

#content ul
{
     list-style-image:url("/images/bluepaw.gif");
     text-decoration: none;
}

#content li
{
     margin-bottom: 20px;
}

#sidebar 
{
     position: absolute;
     display: inline;
     background-color: #efefef;
     margin-top: 8px;
}

#sidebar a
{
     text-decoration: none; 
     font-family: arial; 
     font-size: small; 
     font-weight: bold; 
     color: #284c90;
}

#sidebar a:hover 
{
     text-decoration: underline; 
     font-family: arial; 
     font-size: small; 
     font-weight: bold; 
     color: #284c90
}

#sidebar b 
{
     font-family: arial; 
     font-size: small; 
     font-weight: bold; 
}

#facebook
{
     position: absolute;
     margin-top: 8px;
     margin-left: 760px;
}

