@charset "utf-8";
/* CSS Document */

#container1 {
  font-family:Arial, Helvetica, sans-serif;
  /* Change font-size to 83.3 when upload */
  font-size:11px;
  color:#666666;
  width:540px;
  margin-left:25px;
}
  
#container1 p{
  font-size:1.2em;
  margin:0;
  line-height:1.4em;
}
  
#head p {
  font-size:1.3em;
  line-height:1.2em;
  margin:-110px 20px 20px 20px;
  color:#FFFFFF;
}
  
#head {
  height:400px;
  margin-bottom:20px;
}
  
.fimg {
  width:200px;
  height:200px;
}
  
.ftext {
  width:330px;
}
  
.ftext p {
  height:100px;
}
  
.feature_left .fimg {
  float:left;
}
  
.feature_left .ftext {
  float:right;
}
  
.feature_right .fimg {
  float:right;
}
  
.feature_right .ftext {
  float:left;
}
  
#feature_more {
  clear:both;
}
  
#container1 h1 {
  font-size:1.8em;
  color:#333333;
}
  
#container1 h3 {
  font-size:1.2em;
  color:#444444;
  margin-bottom:0;
  margin-top:40px;
}
  
.ruler {
  clear:both;
  border:none;
  background-color:#CCCCCC;
  height:1px;
  margin:20px 0;
}
  
.ruler hr {
  display:none;
}
