html,body {
  margin: 0 auto;
  padding: 0;
  _text-align: center;
}
body {
  background: url('bg.png') repeat-x;
  font-family: Georgia, Arial;
  font-size: 1em;
  line-height: 1em;
  margin: 0 auto;
}
h2 {
  font-size: 200%;
  color: #666;
  line-height: 200%;
  font-style: italic;
  margin: 0;
  margin-bottom: 10px;
}
h3 {
  font-size: 120%;
  color: #666;
  line-height: 140%;
  font-style: italic;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.half {
  float:left;
  width: 50%;
}
.small {
  font-size: 70%;
}
#totop {
  display:scroll;
  position:fixed;
  top:25px;
  right:25px;
  text-decoration: none;
  font-size: 250%;
  line-height: 100%;
  color: #99CC33;
}
.container {
  width: 800px;
  margin: 0 auto;
  _text-align: left;
}
#header {
  height: 188px;
  width: 100%;
  margin: 0 auto;
}
#header h1 {
  text-indent: -9999px;
  background: url('logo.png') no-repeat 50%;
  width: 308px;
  height: 100%;
  float: left;
}
#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#header ul#nav {
  float: right;
  font-family: Verdana;
  font-size: 130%;
  line-height: 130%;
  width: 485px;
  text-align: right;
}
#header ul#nav li {
  display: inline;
}
#header ul#nav li a {
  text-decoration: none;
  color: #666;
  margin: 0;
  padding: 0 14px 0 18px;
  border-left: 1px solid #333;
}
#header ul#nav li a:hover {
  text-decoration: underline;
}
#header ul#nav li.current a {
  text-decoration: underline;
  color: #99CC33;
  border: none;
}
#header #hat {
  color: #666;
  font-style: italic;
  float: right;
  height: 55%;
}
#header #share {
  padding: 10px;
  float:right;
}
#header #share a {
  font-family: Verdana;
  color: #666;
  font-size: 100%;
  line-height: 100%;
  text-decoration: none;
}
#banner {
  background: url('banner.png') no-repeat;
  width: 843px;
  height: 341px;
  text-indent: -9999px;
}
#banner a {
  width: 843px;
  height: 341px;
  display: block;
}
#content {
  float: left;
  width: 518px;
  margin-bottom: 20px;
}
#content h2 {
  border-bottom: 2px solid #F0FFC1;
  width: 100%;
}
#content h3 {
  padding: 5px 0;
}
#content p {
  line-height: 200%;
  margin-right: 10px;
}
#content a {
  text-decoration: none;
  color: #9CCF31;
  font-style: italic;
}
#content a:hover {
  text-decoration: underline;
  color: #9CCF31;
  font-style: normal;
}
#content ul > li {
  line-height: 200%;
  margin: 0 30px;
  list-style-type: none;
  background: url('tick.png') no-repeat 0 50%;
  text-indent: 30px;
}
#content div.img {
  text-align: center;
  font-style: italic;
  line-height: 200%;
  font-weight: bold;
  border: 10px solid #eee;
  width: 60%;
  margin: 10px auto;
  padding: 10px;
  color: #99CC33; 
}
#content div.img img {
  text-align: center;
  margin: auto;
  display: block;
  border: 1px solid #999;
}
#sidebar {
  float: left;
  width: 282px;
  background: #f0ffc1;
  text-align: center;  
}
#sidebar p {
  padding: 10px 0;
  line-height: 18pt;
}
#sidebar #sidebar_how div {
  float:left;
  width: 50%;
}

#footer {
  _text-align: left;
  clear: both;
  height:345px; 
  background: #27333A url('footer_bg.png') repeat-x;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px; 
}
#footer h3 {
  font-size: 160%;
  color: #fff;
  line-height: 160%;
  font-style: italic;
}
#footer div {
  width: 48%;
  float:left;
  padding: 0 1%;
  padding-top: 15px;
  height: 92%;
  line-height: 180%;
  margin: 0 auto;
}

#footer .b {
  font-size: 150%;
  color: #fff;
  line-height: 200%;
  font-style: italic;
  text-align: right;
  padding: 10px 0 0 0;
  margin: 0;
}

#footer_copyright {

}

/* contact */
form#contact {
  float: left;
  width: 300px;
  padding: 15px;
}
form#contact legend {
  display: none;
}
form#contact label {
  width: 300px;
  display: block;
  float: left;
  line-height: 24px;
  height: 24px;
}
form#contact input,form#contact textarea {
  font-size: 120%;
  padding:4px 6px 4px 6px;
  border:1px solid #666;
  color:#000;
}

/* main */
#signup {
  margin: 10px 0;
}
#signup div {
  float: left;
  width: 48%;
  text-align: center;
}
#signup p {
  color: #666;
  font-size: 24pt;
}
#sidebar_how ul > li {
  margin: 20px 0;
  line-height: 30pt;
  clear:both;
}
#signup .price {
  color: #cc0000;
  font-size: 30pt;
}
#signup em {
  font-size: 12pt;
  line-height: 16pt;
}
#signup img {
  padding: 10px 0;
}
#services img {
  padding: 20px 0;
}