body{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  background: #6ca64d url(../images/bg_twotone.png) 0 0 repeat-y;
  }
  a{
    color: #fff;
		text-decoration: underline;
    }
	a:hover{
		text-decoration: none;
	  }
  p{
    margin-bottom: 25px;
    }
  p.moarToLove{
    font-size: 17px;
    font-weight: bold;
    }
  #outer{
    width: 1028px;
    padding: 111px 0 0 0;
    }
    section,
		#content /* Oh IE! */
		{
      float: right;
      width: 514px;
      }
      section .liner,
      #content .liner
			{
        margin: -14px 0 0 55px;
        }
    aside,
		#logo /* Oh IE! */
		{
      float: left;
			width: 487px;
      text-align: right;
      }



