body {background:#cad3b2;margin:0;padding:0;width:100%;font-size:small;}/*main page, the margin and width settings were recommended*/
.bodypage {margin:auto; width:70em;background:#e5ead9/*FFFFC0*/;font-family:Helvetica,Sans-Serif;font-size:small;padding-bottom:1.02em;}
/*center part of all pages defining all major elements and attributes*/
.twit {float:right; padding-top:.967em;margin-right:10.13em;}
 #toppart {background-color:#a91628;padding:0;margin:0 auto;width:70em;}/*container of section from top to */
.topimage {width:70em;height:7em;}
/*form.carole #fun {float:right;}/*to control location of words that say 'search website'*/
/*form.carole #poo {float:right;}/*spacing for the box where searchwords are entered*/
#fun {background-color:#BCC8AC; font-size:x-small;border:.413em solid black;padding-right:2.887em; }/*color of box that says search website*/
#poo {length:30em; border:.413em solid black;}
.intro1 {height:2em; width:70em; }
 h1 {/*border:.213em dotted white;*/margin-left:3.613em;font-family:"Comic Sans MS", sans-serif;font-size:1.95em;color:white;padding-top:2.13em;/*margin-top:1.213em;*//*display:inline; background:#cad3b2; */   }
/*goldbergcohen banner at top of each page*/
/*#printee {position:absolute;left:83em;top:2.5em;}/*this is the print icon which I'm currently disabling */
.momdadtop {margin:auto; }/*top photo on all pages but first*/
.Mainparagraphone {width:50em;margin:auto;background-color:white;padding-left:2.213em;padding-right:2.213em;}
/*main paragraph in each page*/
 h2{font-size:medium;font-family: "Comic Sans MS",sans-serif;background:#cad3b2;display:inline;}
h3 {font-size:medium;font-family:"Comic Sans MS",sans-serif;background:#cad3b2;display:inline; }
.tombstones {width:60em; height:55em;margin:auto;font-size:x-small;}/*to hold little photos,margin auto centers it*/
 /*this the space for the tombstones for the tombstone page*/
.tombphoto1{float:left; width:17em;height:24em;padding:.913em; border:.234em solid white;background:#cad3b2;}/*each indiv. tombstone photo*/
.tombphoto1 img {width:16.22em;height:12.19em;}/*for photo on tombstone picture*/

.button1 {float:right;}


/* These styles create the dropdown menus. navbar is all the lists itself */
#wrap {padding-bottom:2.213em; }/*pad bottom is space from tool bar bottom to end of section*/
#navbar {
margin-left:/*3.213em - original lenght w/out change to contact option on bar*/2.2em;
padding-top:.913em;/*space from toolbar to top of section*/
}
#navbar li {
   list-style: none;/*in an ul, there is a mark next to each entry, like a dot, this keeps it free*/
   float: left;
/*font size can be changed,though this is default, a padding just puts space around the box of toolbar*/}
#navbar li a {
   display: block;
   padding: .555em .68em;/*first top-keeps 2nd link closer to first link,second space between each link*/
   background-color: white;/*so t he white area behind the red words, the first 'a'*/
   color: #C32B4B;/*color of the words on the toolbar*/
   text-decoration: none; }/*height makes the white space bigger, but only font size makes letters bigger*/
#navbar li ul {
   display: none;
   width: 10em; /* Width to help Opera out */
   background-color: #C6556B;}/*not sure what this controls?*/
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;/*this keeps each link from moving when you hover over it*/
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }/*this keeps the lists under the mainlist completely under, w/out it moves down to a weird point*/
#navbar li:hover li a, #navbar li.hover li a {
  background-color: #cad3b2/*C6556B*/; /* background color of pulldown menu when you first hover,then it changes */
 border-bottom: .1123em solid #fff;/*bottom area of first item pulled down*/
  color: black; }/*was white for words on header,i.e home, resources,etc., trying black*/
#navbar li li a:hover {
  background-color: #C97F8C;}/*was the blue when you clicked 8db3ff*/
a:link {color:#aa002b;font-weight:bold;}
a:visited {color:#C6556B;font-weight:bold;}
a:hover {color:#437355;}a:active {color:#c03;}
/*this is for all your pages 'a'*/
.floatleft {float:left;padding:.213em;}.floatright {float:right;padding:1.213em;}/*universal float in documents*/




