/* 
	Theme Name: hnfl custom
	Theme URL: http://www.healthynowforlife.com
	Description: 2-column theme
	Author: webmaster
	Author URI: http://www.healthynowforlife.com
	Version: 1.0
		
*/

body {
	background: #FFFFFF; 
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #72B720;
	text-decoration: none;
	}
	
a:hover      {
	text-decoration: underline;
	}
	
/************************************************
*	Navbartop  									*
************************************************/

#navbartop {
	background: #BBDB88; 
    width: 728px;
    text-align: right;
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #FFFFFF; 
	}
	
#navbartop li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbartop ul {
	margin: 0px;
	padding: 0px;
	}
		
#navbartop a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
		
#navbartop a:hover {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	}

#header {
	background: #FFFFFF; 
	width: 728px;
	margin: 0px auto 0px;
	padding: 0px;
    border-bottom: 2px solid #BBDB88;
	}
	
#titleblk {
	width: 320px;
	float: left;
    text-align: right;
	margin: 0px;
	padding: 40px 0px 0px 0px;
    color: #72B720;
    font-size: 16px;
	font-family: Times, Arial, Sans-Serif;
	/* border: 1px solid #000000; */ 
	}

#titleblk h1 a  {
	color: #72B720;
    font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
    line-height: 0px;
	}

#titleblk h1 a:hover {
	color: #72B720;
	text-decoration: none;
	}

#rightblk {
	width: 350px;
	float: right;
    text-align: right;
    margin: 0px;
	padding: 10px 10px 0px 0px;
    /* border: 1px solid #000000; */ 
    }

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 728px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content h1 {
	color: #000000;
	font-size: 22px;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #72B720;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #454545;
	text-decoration: none;
	}

#content h2 {
	color: #000000;
	font-size: 22px;
	font-family: Century Gothic, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
		
#content h3 {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
        }		

#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentleft {
	float: left;
	width: 554px;
	margin: 25px 10px 0px 0px;
	padding: 20px 0px 20px 0px;
	/* border-top: 0px solid #000000; */
	}
	
#contentright {
	float: right;
	width: 154px;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	/* border-top: 0px solid #000000; */
	}
	
#contentright ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#contentright ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#contentright ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #C0C0C0;
	}

#contentright ul li a:hover {
	background: #EFEFEF;
	color: #72B720;
	}

/************************************************
*	Footer 					     		    * 
************************************************/

#footer {
	width: 728px;
    border-top: 2px solid #BBDB88;
    margin: 0px auto 0px;
    padding: 10px 0px 5px 0px;
    text-align: center;
	}
#copyrt p {
	color: #C0C0C0;
    font-family: Verdana, Arial, Serif;
    font-size: 10px;
	}
	
#copyrt a {
	color: #C0C0C0;
	text-decoration: none;
	}

#copyrt a:hover {
	color: #C0C0C0;
	text-decoration: none;
	}