/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}
	
#head {
	background-image:url(/images/lifestyle-smoothies.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
	width: 750px;
	height:90px;}
	
#head p { 
	margin-top: 105px;
	margin-left: 25px;}
	
a {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none; }
	
.content-title {
	width: 100%; 
	background-color: #BCD988;
	background-image: url(../images/orange-line.gif);
	background-position: left;
	padding: 3px 0px 0px 25px;
	height: 17px;
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px;
	}
	
.content-body {
	width: 699px; 
	padding: 25px; 
	border-right: 1px solid #FF9933;
	margin: 0px;
	overflow:auto;}
	
.menu {
	display: block;
	clear:right;
	height:205px;}
	
H1 {
 font-size: 12px;
 line-height: 12px;
 margin: 0px; 
 padding: 0px; }
 
 .footer {
 	border-top: 1px solid #FF9933;
	width: 750px;
	margin: 0px;
	clear:left;
	}
	
.footer p {
	margin-top: 7px;
	margin-left: 25px;
	color: #000000;}
	
.footer a {
	color:#2769E1;
	text-decoration: none;
	font-weight: normal; }
	
.footer a:hover {
	color: #555555;
	text-decoration: underline;}
	
.ul {
	list-style-image:url(../images/bullet2.gif);
	}
	
.border {
	border-top: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
	border-right:1px solid #FF9933;
	border-bottom:1px solid #FF9933;}

.blackbox {
	width: 750px;
	height: 210px;
	background-color: #00FF00;}

.adsense {
	float: right;
	text-align: left; 
	margin-left: 20px;}
	
