body {
 background: black url("http://creativestudent.com/graphix/scrapbook-background.jpg");
 background-repeat: repeat-y;
 background-position: top left;

 /* font-family: Arial, Geneva, Helvetica, sans-serif; */
 /* margin: 30px 0px 0px 95px;
 width: 745px;
 border: white 1px solid; */
}

div.entirepage {
 margin: 30px 0px 0px 95px;
 width: 745px;
}

div.title{
 position: static;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 170px;
 width: 100%;
 text-align:center;
 border: white 0px solid;

 background: transparent url("http://creativestudent.com/naps/imgz/naps-logo.gif") no-repeat scroll top center;
}

div.title h1{
 display: none;
}

div.nav {
 position: static;
 float: left;
 width: 9em;
 margin: 20px 0px 40px 0px;
 padding: 0px;
 border: white 0px solid;
 font-family: Arial, Helvetica, Geneva, sans-serif;
 font-size:inherit;
}

div.nav a {
 display: block;
 padding-bottom: 5px;
}


div.maincontent {
 position: static;

 clear: none;
 margin: 20px 0px 20px 9em;
 padding: 0px 0px 0px 20px;
 min-height: 10em;

 border-left: gray 1px solid;
}

*.indent {
 text-indent: 3em;
}

div.maincontent h2 {
 font-family: Arial, Geneva, Helvetica, sans-serif;
}

div.footer {
 width: 100%;
 padding-top: 5px;
 height: 100px;
 border-top: gray 1px solid;
 clear: both;
 /* border: white 1px solid; */
}
div.left {
 text-align: left;
 display: block;
 float: left;
 width: 48%;
}
div.right {
 text-align: right;
 display: block;
 float: right;
 width: 48%;
}



/*
div.footer:after {
 content: "1999-2005 Copyright - Creative Student Productions" ;
 
}
*/

img {
 border: none;
}



*.signature {
 text-align: right;
 font-weight: bold;
 font-family: Arial, Helvetica, Geneva, sans-serif;
}

hr {
 background-color: gray;
 height: 1px;
 border: none;
 margin-top: 3em;
}







