/* Header */
body {font-family: georgia; height:2000px;}


/* Section 1 */
a {text-decoration: none}
a.newmenu   { color: white; }
a:visited.newmenu  {color: lime; }
a:hover.newmenu {background-color: yellow; color: navy;}
a.newmenu, a:visited.newmenu { font-size: 14pt; background-color: navy; font-weight: bolder; height: 10em;}
div.nav { background-color: maroon; text-align: center; width: 95%; position: absolute; top: 0%; left: 3%; border-style: dashed; border-width: 0px; height: 58px;}
table.nav {position: absolute; top: 1.5%; left: 0%; width: 100%;}
tr.nav { background-color: navy; text-align: center;}                    

/* ==================================================================== */

/* Section 2 */
div.section2 {position: absolute; top: 18%; left: 3%; width: 35%; 
            border: dashed 0px red; height: 165px; }


/* ==================================================================== */

/* Section 3 */
div.section3 {position: absolute; top: 22%; right: 3%; text-align: right; 
            border: dashed 0px blue; width: 65%;
            color: green;
           }


/* ==================================================================== */

/* Section 4 */
div.section4 {position: absolute; top: 250px; left: 3%; width: 94%; height: 185px;
            border: dashed 0px green;}
            
p.intro1 {border: solid blue 0px; width: 33%;}
p.intro2 {border: dashed blue 0px; position: absolute;  top: 53px; left: 35%; right: 38%;}
p.intro3 {border: dashed red 0px; position: absolute; top: 52px; left: 65%; right: 3%;}           

span.first {position: absolute; left: 3%; 
            }
span.last {position: absolute; left: 15%; 
           }
span.first,span.last {font-family: "arial black";  width: 99px;
                       padding-top: 7px; padding-bottom: 7px; text-align: center;
                        background-color: #009CDA; color: #800000; border: 5px outset white;}            
span.next {position: absolute; right: 3%;}
span.previous {position: absolute; right: 15%;}            

/* ==================================================================== */

/* Section 5 */
div.section5 {position: absolute; top: 440px; left: 3%; 
            border: dashed teal 0px; width: 94%;   height: 1500px;}
            
p.title {position: absolute; border: dashed 0px maroon; width: 320px; 
        text-align: center; font-size: 14pt;} 
        
p.synopsis {border: solid red 0px; position: absolute; right: 6%; top: 3%; width: 40%; color: #005951;
            font-size: 14pt;}
            
img.Herbert {height: 500px;}



div.poll {border: solid purple 0px; position: absolute; top: 0px; left: 0px;}

ul.poll {list-style-type: none;}

div.blogroll {border: solid black 0px; height: 350px; width: 35%; position: absolute; top: 0px; right: 0px;}                   

form.first {border: solid orange 2px; width: 90%;}
form.second {border: dashed green 2px; position: absolute; top: 200px; width: 90%;}
form.third {border: dotted brown 2px; position: absolute; top: 460px; width: 90%;}
form.four {border: dotted gray 2px; position: absolute; top: 690px; width: 90%;}
form.five {border: solid red 2px; position: absolute; top: 950px; width: 90%;}
form.six {border: dashed blue 2px; position: absolute; top: 1120px; width: 90%;}

span.buyitnow {border: 0px solid blue;}

div.webringB {position: absolute; top: 900px; margin-left: 5%; margin-right: 5%; width: 90%; border: red solid 2px;}

/* ======= Index  ==========*/
h2,p.poemNC {color: purple; font-family: times;}
p.poemNC {font-size: 16pt;}


p.status1 {color:navy;}
p.status2 {color: maroon;}

/* ==================================================================== */

/* Footer */
div.copyright { font-size:10pt; text-align: center; position: absolute; top: 1980px; width: 93%;}
