a {
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  font-variant: small-caps;
  color: #ffff99;
}

a:hover {
  color: #9999ff;
  font-variant: small-caps;
  }

p {
  color: #ffff99;
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  text-indent: 30px;
  text-align: justify;
margin:10px;}

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: large;
  color: #ffff99;
  background-color: #cc0000;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#pic {
	float:left;
}


#picr {
	float:right;
/*	width: 320px;*/
}

#about {
	float:left;
	}

#navi { 
	background-color: #333333;
} 

div.background
  {
  width: 500px;
  height: 550px;
  background: url(../hookback.jpg);
  }

div.transbox
  {
  width: 370px;
  height: 500px;
  margin: 10px 10px;
  background-color: #000000;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }

div.transbox p
  {
  text-align: center;
  text-indent: 0px;
  margin: 10px 20px;
  color: #ffff99;
  }

body {
	background-image: url(http://www.pitcher-plants.com/gradient.jpg);
	background-repeat: repeat-x; background-color: #000000;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
