body {

		 font-family: "Comic Sans MS", "Arial", "sans-serif";

     /* background-color: #EEEEDD; */

		 background-image: url("/images/bg.gif");

		 }



h1 {

   /* background-color: #00ff00 */

   }



h2 {

   background-color: transparent

   }



p	 {

   font-family: inherit;

	 font-size: 100%;

   font-weight: normal;

   color: #008b8b;

	 }



link {

     text-decoration: none;

     font-weight:            bold;

     color:            #0c1098;

     }



A:active {

				 color: yellow;

         }



A:link {

			 color: blue;

       }



A:visited {

					color: red;

          }

					

A:hover {

				color: white;

				}



#sidebar {

          position: fixed;

          width: 158px;

          height: 100%;

          top: 0;

          right: auto;

          bottom: 0;

          left: 0;

					padding-left: 6px;

          text: #444444;

					}

#sidebar A:active { color: #FFCC00; } 

#sidebar A:link { color: #FFCC00; } 

#sidebar A:visited { color: #FFCC00; } 

#sidebar A:hover { color: red; } 



#main   {

        position: absolute;

        width: auto;

        height: auto;

        top: 0;

        right: 0;

        bottom: 0;

        left: 158px;

				padding-left: 20px;

				padding-top: 10px;

				}

#footer

{

	text-align: center;

	/* used to fix issue with IE not respecting min-height */

	/* left: 10.5%; */ 

	/* width: 85%; */

	/* original settings at bottom of page

	width: 96%;

	*/

}

p.copy {

			 font-size: .6em;

			 text-align: center;

			 }

/*

#header {

        background: blue;

        position: fixed;

        width: 100%;

        height: 100px;

        top: 0;

        right: 0;

        bottom: auto;

        left: 0;

        }

#footer {

        background: yellow ;

        position: fixed;

        width: 100%;

        height: 100px;

        top: auto;

        right: 0;

        bottom: 0;

        left: 0; }

*/

.center
{
  text-align: center;
}
