/* 
Stylesheet for Darnell Thomas Home Page 
*/

* { 
margin:0px;
 padding:0px;
 }
 
 body {
 background-image: url(images/background2.jpg);
 background-repeat: repeat-x;
 text-align: center ;
 min-width : 770px ;
 }
 
 #paper{
position: relative;
float: right;
}
 
img { border: 0; } 
 div.wrapper {
 width : 770px ;
 text-align : left ;
 margin-left : auto ;
 margin-right : auto ;
 position : relative ;
 } 
 
 #classbutton {
 position: relative;
 top:-30px;
 }
 
 #bodycontent {
 position: absolute;
 background-color: white;
 border: solid black;
 text-align: left;
 font-family: "Kristen ITC", Georgia, sans-serif;
 width: 700px;
height: 639px;

 }
 
#header{
background-color:black;
border:solid black;
text-align: right;
width: 700px;
height: 90px;
font-family: "Kristen ITC", Georgia, sans-serif;
 }
 
 #navigation {
 position: absolute;
 background-repeat: no-repeat;
 width:350px;
 height:400px;
 left: 351px;
 top: 60px;
 }
 
div.wrapper2 {
float: right;
margin: -20px;
padding: 100px;

} 
 ul {
 margin: 30px;
 padding: 20px;
 text-align: center;
 background: url(images/notebook_paper.png);
 
 font-family: "Kristen ITC", Georgia, sans-serif;
 font-size: large;
 list-style-type: none;
 }
 
 #darnell {
 position: absolute;
 margin: 50px;
 padding: -30px;
 left: -26px;
 top: 130px;
 }
 
 #navigation a { 
 display: block;
color: green;
} 

#navigation a:hover {
color:blue;
}
 
 p {
 font-size: large;
 text-align: left;
 margin: 2px;
 }
 h1 {
 color: orange;
 margin: 1px;
 padding: 2px;
 }

 h2 {
 color: green;
 padding: 2px;
 }