/* CSS Document */ 

body { background: url(images/background.jpg); font-family: 'MyUnderwoodRegular', courier; font-size: 200% } 
img { border: 0 } 
#nav { width: 100%; background: url(images/wood.jpg); height: 81px; positon: relative; text-align: center } 
#notes { float: left; width: 330px; height: 368px; background: url(images/notes.png) center center no-repeat; padding: 16px; margin:120px 40px 0 8px; }
h1 { font-family: 'MyUnderwoodRegular', courier; background: url(images/leaves_top.png) no-repeat; width: 888px; height: 286px; font-size: 80px; color: #a51a17; margin-top: 0 } 
#star {  margin: 10px 0 0 30px }
a { color: #000; } 
a:hover { color: #a51a17; }
h2 { font-family: 'MyUnderwoodRegular', courier; margin: 130px 100px 10px; padding: 0; font-size: 18px } 
p { font-family: 'MyUnderwoodRegular', courier; margin: 5px 16px 10px 100px; font-size: 12px; line-height: 14px } 
p + p + p + p + p { font-family: 'MyUnderwoodRegular', courier;; margin: 8px 0 0 100px } 
#leaves { position: absolute; z-index: 5; top: 0px; height: 560px; width: 560px; margin-left: 100px; }  
#leaves_bum { position: relative; top: 160px; }  
#left { width: 330px; float: left } 
#right { width: 650px; float: right; position: relative; margin-top: 80px; text-align: left } 
#frame { background: url(images/picture1.jpg) center center no-repeat; } 
#float_nav { clear: both; position: absolute; z-index: 6; background: url(images/leaves_bum.png) no-repeat top right; margin: 0 auto; width: 1024px; height: 224px; margin-top: 480px }   
ul { margin-left: 0; padding-left: 0; margin-top: 90px; padding-right: 20px; text-align: right } 
li { font-family: 'MyUnderwoodRegular', courier; display: inline; padding: 0 8px; font-size: 40px; font-weight: bold } 
#wrapper { margin: 0 auto; width: 1024px; height: 550px; position: relative } 
#screenSize { position: absolute; z-index: 100; width: 1024px; height: 600px; } 
#ie6 { border: red solid 5px; background-color: white; padding: 10px }


