  body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  p {
    line-height: 17px;
  }
  img {
    padding: 0;
    margin: 0 auto;
  }
  span.dropcap {
    font-size: 42px;
    line-height: 40px;
    font-family: Times;
    color: #c30000;
    font-weight: bold;
    float: left;
    margin-top: -2px;
    padding-right: 2px;
  }
  #container {
    width: 860px;
    text-align: left;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  }
  #content-container {
	padding: 0 10px;
}
  
  h1 {
    clear: both;
    font-size: 38px;
    font-family: Times;
    color: #c30000;
    font-weight: bold;
  }
  h2 {
    clear: both;
    font-size: 20px;
    font-style: italic;
    color: #c30000; 
    font-weight: bold;
  }  
  h3 {
    clear: both;
  }
  h4 {
    clear: both;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
  }
  blockquote {
    background: #ccffff;
    padding: 10px;
    margin: 10px 15px;
  }
  blockquote strong {
    font-weight: bold;
    color: #c30000;
    font-family: Times;
    font-size: 17px;
    text-decoration: underline;
  }
  blockquote cite {
    font-size: 10px;
    color: #888888;
    font-style: italic;
  }
  blockquote em {
    background: #ffff00;
    font-weight: bold;
    font-style: normal;
  }
  p.topaffiliate {
    font-weight: bold;
    font-size: 16px;
    color: #c30000;
    text-align: center;
  }
  
  p.clickbank, table.income {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    width: 550px;
    padding: 10px;
    border: 2px solid #000000;
    background: #ccffff;
  }
  span.yourname {
    color: #ff0000;
  }
  
  table {
    width: 550px;
    border: 1px solid #ccc;
    margin: 0 auto;
  }
  table td, table th {
    padding: 10px;
    vertical-align: top;
  }
  table th {
    font-weight: bold;
  }
    
  img.right {
    float: right;
    padding: 0 0 0 10px;
  }
  img.left {
    float: left;
    padding: 0 10px 0 0;
  }
  img.center {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
  }
  ul {
    list-style-type: none;
    list-style-image: url(http://www.webcopywritinguniversity.com/arrow1.gif);
    list-style-position: outside;
    margin-left: 100px;
  }
  table ul {
    margin-left: 20px;
    list-style-type: disc;
    list-style-image: none;
  }  
  table li {
    margin-top: 13px;
  }
  .clearfix {
    clear: both;
  }
  /*----- NAV -------*/
 #nav {
	width: 885px;
	background-color: transparent;
	margin: 0 auto;
	padding-top: 20px;
	
 }
 
 #nav ul {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	height: 38px;
	background: -moz-linear-gradient(#fbb98c, #bf692f);
	background: -o-linear-gradient(#fbb98c, #bf692f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbb98c), to(#bf692f));
	background: -webkit-linear-gradient(#fbb98c, #bf692f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb98c', endColorstr='#bf692f');
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	
 }
 #nav li {
	width: 120px;
	float: left;
	margin: 0px;
	list-style: none;	
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: transparent;
	padding: 10px 0;

 }
 #nav a {
	color: #000; /*NAV LINK CONTROLS */
	text-decoration: none;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
 }
 #nav  a:linked, a:visited {
	text-decoration: none;
	color: #000;
 }
 
 #nav  a:hover {
	background-color: transparent; /*NAV ROLLOVER CONTROLS */
	text-decoration: none;
	height: 40px;
	width: 150px;
	color: #fff;
	font-weight: bold;
	
 }
 .builder {
    margin: 1em 0 0 0;
    padding: 10px 10px 30px 10px;
    background: #eaeaeb;
    overflow: hidden;
  }
    .builder .builder-field {
      float: left;
      width: 100%;
      margin: 0 0 1em 0;
    }
      .builder .builder-field label {
        float: left;
        width: 250px;
        text-align: right;
        margin: 0 20px 0 0;
        line-height: 28px;
      }
      .builder .builder-field .text {
        float: left;
        padding: 3px 5px;
        width: 230px;
        border: solid 1px #b3b1b1;
        font: normal normal "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 20px;
        -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
        box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
      }
      .builder .builder-field p {
        padding-left: 100px;
      }
      .builder .builder-field .check-wrap {
        float: left;
        width: auto;
      }
        .builder .builder-field .check {
          float: left;
          width: 20px;
          height: 20px;
          background: #ffffff;
          display: block;
          margin: 3px 15px 0 0;
          -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
          box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
          cursor: pointer;
        }
        .builder .builder-field .checked {
          background: #ffffff url(check-bg.png) no-repeat center center;
        }
        .builder .builder-field .hide-check {
          display: none;
        }
      .builder .builder-result {
        padding: 30px 0 0 15px;
        clear: both;
      }
        .builder .builder-result label {
          font-family: "Bree Serif", serif;
          font-size: 18px;
          color: #484646;
          font-weight: bold;
          display: block;
        }
        .builder .builder-result .result {
          float: left;
          padding: 3px 5px;
          width: 490px;
          border: solid 1px #b3b1b1;
          font: normal normal "Open Sans", Arial, Helvetica, sans-serif;
          font-size: 16px;
          line-height: 20px;
          -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
          box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.75);
          background: #f5faa3;
        }

