
body { 
background: url('/kwgpc/bkgd_1red.png') black no-repeat fixed;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#ff99cc;
text-align: center;
scrollbar-face-color:#f0ffff;
scrollbar-highlight-color:#ffcccc;
scrollbar-3dlight-color:#99cccc;
scrollbar-darkshadow-color:#999999;
scrollbar-shadow-color:#cccccc;
scrollbar-arrow-color:white;
scrollbar-track-color:black;
}


html>
body #banner { height:40%;
}

/*Banner*/
#banner { background:transparent;
height:15%;
margin-top:0px;
margin-bottom:0px;
margin-right:25px;
margin-left:25px;
}
p.bannertxt
{
font-family:"Comic Sans M",Georgia,Serif;
font-style:italic;
font-size:10px;
color:#f0ffff;
text-align:center;
text-decoration:none;
margin-top:0px;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
}
table.bannernav
{
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
}



/*Left*/
#leftcontent { 
position: absolute;
width:15%;
left:0px;
top:275px;
right:5px;
margin-top:10px;
background:transparent;

}
p.lfttxt{
font-family:"Comic Sans M",Georgia,Serif;
font-style:none;
font-size:12px;
color:#99cccc;
text-align:center;
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
text-decoration:none;
}

/*Right*/
#rightcontent { 
position: absolute;
right:0px;
top:275px;
width:15%;
margin-top:10px;
background:transparent;
}
p.rttxt{
font-family:"Comic Sans M",Georgia,Serif;
font-style:none;
font-size:12px;
color:#99cccc;
text-align:center;
text-decoration:none;
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
}


html>
body #centercontent 
{ 
margin-left:175px;
margin-right:85px;
}

/*Center content*/
#centercontent { 
background:transparent;
top:10px;
width:70%;
margin-top:5px;
margin-bottom:5px;
margin-right:25px;
margin-left:50px;
}
p.hometxt{
font-family:"Comic Sans M",Georgia,Serif;
font-style:italic;
font-size:12px;
color:#ff99cc;
text-align:center;
margin-top:5px;
margin-bottom:5px;
margin-right:25px;
margin-left:25px;
}
h2{
font-family:"Comic Sans M",Georgia,Serif;
font-style:italic;
font-size:14px;
color:#ff99cc;
text-align:center;
margin-top:10px;
margin-bottom:0px;
margin-right:25px;
margin-left:25px;
}
h3{
font-family:"Comic Sans M",Georgia,Serif;
font-style:italic;
font-size:12px;
color:#ff99cc;
text-align:center;
margin-top:10px;
margin-bottom:0px;
margin-right:10px;
margin-left:25px;
}



table.contacttable
{
font-family:"Comic Sans M",Georgia,Serif;
font-style:italic;
font-size:12px;
color:#ff99cc;
text-align:center;
border:0px; 
cellpadding:2px;
cellspacing:2px;
}




/*Footer*/
#foot{ 
background:transparent;
height:15%;
margin-top:50px;
margin-bottom:5px;
margin-right:25px;
margin-left:25px;

}
p.foottxt{
font-family:"Comic Sans M",Georgia,Serif;
font-style:oblique;
font-size:12px;
color:#f0ffff;
text-align:center;
margin-top:5px;
margin-bottom:5px;
margin-right:45px;
margin-left:45px;
}
table.foottxt{
font-family:"Comic Sans M",Georgia,Serif;
font-style:oblique;
font-size:12px;
color:#f0ffff;
text-align:center;
margin-top:5px;
margin-bottom:5px;
margin-right:0px;
margin-left:20px;
display:inline;
}


<!--a:hover is when mouse is over link->
a:hover { 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#9999cc ;
background-color: transparent} 
a:link {
color:#99cccc
}  /* unvisited link */
a:visited {
color:#cccccc  ;}
a:active {
COLOR:#99cccc   ;}
a {
text-decoration: underline ;}







<!--sliding gallery->

#holder {margin:20px auto;}
#gallerykat {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:0px solid #888; 
  background:#fff url(/katgrpcs/katwishstory/galleryground.gif);
  }
#gallerykat li {
  float:left;
  }
#gallerykat li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left;
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#gallerykat li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#gallerykat li a:hover {
  background:#eee; 
  width:320px;
  }
#gallerykat li a:hover img {
  width:320px;
  }

#gallery li a:hover img {
  height:239px;
  }
