@charset "utf-8";
/* CSS Document */
#crafth1 {
  font-size:24px;
  color:#6600CC;
}
#crafth2 {
  font-size:large;
  color:#6600CC;
}

p {
  color:#6600CC;
}

#divpictures a{
  text-align:center;
  color:#CC0000;
}

#featureleftcol {
{
  color:#0000FF;
  font-size:16px;
  width:200px;
  height:100px;
  float:left;
  margin:0 0 0 10px;
  padding:0 0 0 10px;
}

#featureleftcol p{
  margin:0 0 30px 30px;
  padding:0 0 0 20px;
}

#featuremidcol
{
  width:200px;
  float:left; /* could be floated left and should render okay */
               /* for a three column float 1st two columns left and the last one right */
  margin:0 0 0 58px;	   

}

#featurerightcol
{
  width:200px;
  float:left; /* could be floated left and should render okay */
               /* for a three column float 1st two columns left and the last one right */
  margin:0 0 0 58px;	   

}
