/************* colors ****************/

#wrap {
  background-color: black;
	color: #A0A0A0;
}

#banner {
  background-color: #808080;
  color: white;
}

a:link 					{ color: #00D000; }
a:visited 			{ color: #008000; }
.byline         { color: #FFFF80; }
h2,h3           { color: #00BB00; }
p.testimony     { color: #eee; background-color:#006600;}
input, textarea { background-color: #FFFFCE;}
label           { color: #FFFF80;}

/************* layout ****************/
body {
  margin: 0px;
  padding:0px;
}

#wrap {
  width: 800px;
  min-height:700px;
  height:auto !important;
  height:700px;
  margin: 0px auto; 
}

#banner {
  width: 800px;
  margin: auto;
  padding:0px;
}

#banner p {
  font-size: 72pt;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#content {
 padding: 10px ;
}

.tools {
  /*background-color: #111;
  border: 1px solid #111;*/
  position: relative;
  top: -1.5em;

}
.tools ul {
  display: inline;
  padding: 0px;
  
}
.tools ul li{
  display: inline;
  font-size: smaller;
}


div.testimonial {
  width: 75%;
  margin: 20px auto;
}

p.testimony
{  
  padding: 30px 20px;
  border: 1px solid #FFFF80;
/*  background: url('../images/testimony-bg.jpg') repeat-x center; */
  
}

#content form {
  margin: 20px auto;
  width: 85%;
    
}
p.tease {
  text-align: right;
  font-size: smaller;
  font-style: italic;
}

.byline {
  text-align: right;
  font-size: smaller;
}
