body { 
  background:       url(images/redback.jpg);    
  font-family:      sans serifGeorgia, "Times New Roman", Times, ;
  margin:           20px;
 
}

#allcontent  {
  width:	    800px;
  background-color: #5ca729;
  border:	    5px solid #ffe600;
  padding:          0px;
  margin: 	    auto;

}

#header {
  margin:           0px;
  color:            white;
  background-color: #8c0de5;
  font-style:       comic sans ms;
  font-weight:      bold;
  font-size:        2.5em;
  height:           105px;
  border-bottom:    5px solid #ffe600;
  text-align:       center;
}

#navback {
  border-top:       none;
  background-color: transparent;
  padding:          0px;
  margin:           0px;
  height:           32px;
}

#navsite {
  color:	    black;
}

#navsite table {
   border:           5px solid #5ca729;
   border-top:       none;
}

#navsite td {
  border:           1px solid black;
}

#navsite a:link {
  color: black;
  text-decoration: none;
}

#navsite a:visited {
  color: black;
  text-decoration: none;
}
 
#navsite a:link:hover, #navsite a:visited:hover {
  color: 	   #fa171c;
  text-decoration: none;
}

#pageback {
  background:       url(images/starback.jpg);
}

#main {
  font-size:        1.25em;
  color:            white;
  font-weight:      bold;
  border:	    none;
  padding:          10px 0px 0px 10px;
  margin:           0px;
  width:	    780px;
  text-align:       left;
  
}

.center {
  text-align:       center;
}


.leftpic {
  margin:	    0px 0px 0px 20px;
  float:	    left;
   border:           5px solid #ffe600;
}

.midpic {
  margin:	    -50px 0px 0px 250px;
  float:            left;
   border:           5px solid #ffe600;
}

.rightpic {
  margin:           -50px 0px 0px 0px;
  float:            right;
  border:           5px solid #ffe600;
}

.dwnlogo {
  float:            left;
  margin: 	    0px 0px 0px 20px;
  border:           3px solid #ffe600;
}



#footer1 {
  border-bottom:    1px solid white;
  border-top:       1px solid white;
  background-color: #b272a6;
  padding:          0px;
  margin:           0px;
  clear:            both;
  height:           31px;
  text-align:       right;
}
#footer2 {
  border:	    none;
  background-color: #e0427f;
  padding:          0px;
  margin:           0px;
  clear:            both;
  text-align:       right;
  height:           100px;
 
 
}

h1 {
  font-size:        1.4em;
  color:            #cc1100;
  text-align:       center;
}

h2 { font-size: 1.1em;
     text-align: center;
}


a:link {
  color: #e0427f;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #e0427f;
  font-weight: bold;
  text-decoration: none;
}
 
a:link:hover, a:visited:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}


