body { 
  background:       url(images/blueglow.png) top left;    
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           10px 0px 10px 0px;
 
}

#allcontent  {
  width:	    800px;
  border:	    1px solid black;
  padding:          0px;
  background:       url(images/wood.jpg);
  margin: 	    auto;

}

#header {
  margin:           0px;
  padding:          0px;
  background:       url(images/wood.jpg);
  height:           79px;
  border:           none;
  text-align:       right;
}

#navsite {
  width: 	    798px;
  background:       url(images/blueglow.png);
  margin:           0px;
  border:           none;
  text-align:       center;
  color:            white;
  border:      	    1px solid black;
  border-bottom:    none;
  margin:           0px;
  padding:	    0px;
  clear:            left;		
}

#nav {
  margin:	0px;
  padding:	0px;
  list-style:   none;
  float:	none;
  font-size:	11px;
  height:       30px;
}
#nav li {
  background:   url(images/blueglow.png);
  font:  	bold 12px Verdana, sans-serif;
  float:   	left;
  text-align:	center;
  margin-left:	0px; 
  width: 	112px;
  border:	1px solid black;
  padding:      0px;
 
}


#pghdr {
  font:         bold 16px Verdana, sans-serif;
  color:      	white;
  height:  	20px;
  width:        500px;
  padding:      5px 0px 0px 0px;
  border:	none;
  margin:       0px 0px 0px 25px;
  }

#main {
  background:       url(images/bumps.jpg);
  border:	    none;
  padding:          10px 0px 10px 0px;
  margin:           0px 10px 0px 20px;
  width:	    450px;
  float:	    left;
  height:           750px;
}

#sidebar {
  background:       url(images/bumps.jpg);
  border:	    none;
  font-size:        1.05em;
  padding:          10px;
  margin:           0px 0px 0px 500px;
  width:	    250px;
  height:           750px;
   
}

h1 {
  background:       transparent;
  font-size:        1.4em;
  color:            #954b4b;
  text-align:       center;
  padding:          0px;
}

h2 { font-size: 1.1em;
     text-align: center;
     padding:    0px;
}


.siteheadings {
  background-color: transparent;
  text-align:       center;
  font-weight:      bold;
  color:            #4d4d4d;
  text-decoration:  none;
  padding:          10px;
}

#navsite a:link {
  
  color: white;
  text-decoration: none;
  border: none;
}

#navsite a:visited {
  
  color: white;
  text-decoration: none;
  border: none;
}
 
#navsite a:link:hover, #navsite a:visited:hover {
  
  color: #ee4000;
  text-decoration: none;
  border: none;
}

a:link img {
  border-style:   none;
}
a:visited img {
  border-style:   none;
}
a:link:hover img, a:visited:hover img {
  border-style:   none;
}

#footer {
  border:	    none;
  background:       url(images/wood.jpg);
  padding:          10px 0px 10px 0px;
  margin:           0px;
  height:           50px;
  font-size:        .9em;
  font-weight:      bold;  
  color:	    white;
  clear: 	    left;
  text-align:       center;
 
}

