

body {
	text-align: justify; 
  	font-family: MS-comic-sans, arial, verdana, sans-serif;
  	color: #301805;
  	size: +1;
  	background-color: #fffff7;
	background-image: url("lightbk.gif");
	background-repeat: repeat;
}

#pagetitle {
        color: #ffaaaa;
}

#header {
        margin: 0;
        padding: 0; 
        background: url("header.jpg") 0 0 no-repeat; /*** this is a shorthand 
                                                          property for the various 
                                                          background properties ***/
        height: 100px; } /*** must be set so the following absolutely positioned divs are 
                              placed correctly on initial load of the page***/ 
}

#navmenu { }

/**
           background-color: #879186;
           border: 1px solid #000;
           border-width: 1px 0;
           padding: 2px 0;
           position: relative; 


**/

#navmenu ul {
         display: block;
         font-family: Verdana, sans-serif;
         text-align: center;
				 background: #000000;
				 margin: 0 auto;
}

#navmenu ul li {
         display: block;
         float: left;
         position: relative; /*** IE6 needs this to display the links ***/
         padding: 5px 2px;
         margin: 0px;
         background: #000000;
         font-size: 100%;
         width: 9%;  
}

#navmenu ul li a:link {
         color: #ffffff; }

#navmenu ul li a:visited {
         color: #ffffff; }

#navmenu ul li a:hover {
         color: cyan; }

#container {
  margin-left: 1em;
  margin-right: 1em;
  }
	
/**a:link { color: orange; }**/

a:visited {
	color: purple;
}
a:hover{
	color: red;
}

/***/

h1 {
	 position: relative; 
	 font-style: italic;
	 font-family: serif, bookman, times,;
	 text-align: center;
	 color: #301805;
}

h2 {
	 position:relative; 
	text-align: center;
	color: #301805;
}

h3 {
	 position:relative; 
	text-align: center;
	color: #663300;
}

h5 {
	 position:relative; 
	text-align: center;
	color: #301805;
}

p {
	text-indent: 30px;
	margin: 5px 50px 5px 50px;
}
}

#footer {
        margin-right: 139px;
  	margin-top: 1.5em;
        background: url("header.jpg") 0 0 no-repeat;        
        height: 40px;
        position: relative;
}