@import url(nav.css);

html { margin: 0; background-color: #dee0e3;}
body { margin: 0; }

#bodyoftable { background-color: #dee0e3; position: relative; top: -45px; height: 100%; width: 100%; }

#leftofbody { border-right-color: #b2b3b6; border-right-style: solid; border-right-width: 1px; }
#centeroftable { background-color: #ffffff; width: 900px; margin: 0; vertical-align: top; border-bottom-color: #b2b3b6; border-bottom-style: solid; border-bottom-width: 1px; }
#rightofbody { border-left-color: #b2b3b6; border-left-style: solid; border-left-width: 1px; }

#firstofheader { background-image: url(images/firstofheader.jpg); height: 100px; width: 900px; }
#secondofheader { background-image: url(images/secondofheader.jpg); height: 100px; width: 900px; }
#lastofheader { background-image: url(images/lastofheader.jpg); position: relative; left: 0px; top: 37px; height: 20px; width: 900px; z-index: 97; }

#floatrightlink { float: right; padding-right: 10px; position: relative; bottom: 10px; }

#outercontentofbody { background-color: #ffffff; width: 900px; height: 100%; position: relative; top: 0px; padding-top: 37px; }
#innercontentofbody { width: 880px; height: 100%; padding: 10px; font-family: Georgia, Times, serif; }
#footerofbody { background-image: url(images/footerofbody.jpg); position: relative; bottom: 0px; width: 900px; height: 50px; }