/* CSS Document */

/* Used for any pages only */

/* Formatting Section */
body{background-color:yellow;}
h1{font-family:"Lucida Handwriting","Calibri","Century Gothic";color:green;text-align:center;}
h2{font-family:"Lucida Handwriting","Calibri","Century Gothic";color:green;}
h3{font-family:"Calibri";color:green;}
h4{font-family:"Calibri";color:green;}
p{font-family:"Calibri";color:green;}
pre{font-family:"Calibri";color:green;}
a:link{color:green;}
ul{color:green;}
address{color:green;}
blockquote{color:green}

/* Comments Section */
#commentsandsuggestions
{
   display:inline;
   position:static;
   float:left;
   width:1205px;
   height:1080px;
   background:greenyellow;
   border-style:solid;
   border-color:green;
   overflow:auto;
   padding:1% 1% 1% 1%
   
}
/* Floating Header */
#floatingheader.center
{
   display:inline;
   position:fixed;
   color:green;
   align:center;
   background: url(/images/header01.PNG) ;
   
   
}

#floatingheadercontent
{
   display:inline;
   position:fixed;
   color:green;
   padding-left:1%;
   padding-right:3%;
   align:center;
   background: url(/images/header01.PNG) ;
   
}

div.clear{
  clear:both;
}
