body#home div#content {
	height: 1%;
	padding: 10px;
	}
	
body#home #content p {
	font-size: .85em;
	}
	
body#home #content #twitter p {
	font-size: 1em;
	}
	
	
body#home div#welcome {
	padding: 0 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	letter-spacing: .03em;
	}

body#home div#weekly_news, body#home div#twitter {

	float: left;
	margin: 16px 5px 20px;
	
	border: 1px solid #02b0cf;

	text-align: left;
	}
	

body#home div#weekly_news {
	width: 625px;
	padding: 10px;
	}
	
	
body#home div#twitter {
	width: 195px;
	padding: 5px;
	}
	

	
body#home div#weekly_news img, body#home div#twitter img {
	background-image: none;
	}

body#home div#twitter div#social_links a {
	float: left;
	}
	
body#home div#twitter div#social_links a#twitter_logo img {
	vertical-align: bottom;
	}
	
body#home div#weekly_news {
	font-size: .85em;
	clear: both;
	}
	
body#home div#weekly_news .item{
	margin: 10px 0 0;
	}
	
body#home div#weekly_news p#shaklee_popout {
	font-size: 1.1em;
	margin: 15px 5px 0;
	padding: 10px;
	text-align: center;
	color: #333;
	background: #b1dbaf;
	}
	
	
	
body#home div#twitter h2 {
	color: #02b0cf;
	padding-top: 2px;
	font-size: .9em;
	}
	

#main_sections {
	margin-top: 14px;
	padding: 10px 0;
	}
	
#sections {
	}
	
#sections .box {
	float: left;
	padding: 0 5px;
	width: 210px;
	}
	
#sections .box img {
	display: block;
	background: url(/images/photobg.png) repeat;
	padding: 5px;
	}
	
#sections .box a img:hover {
	display: block;
	background: #c0ebf3;
	padding: 5px;
	}

#main_sections #sections .box h2 {
	font-size: .9em;
	line-height: .9;
	padding: 0.5em 0 0;
	margin: .3em 0 .5em 0;
	font-variant: small-caps;
	}

#sections .box h2 {
	text-align: center;
	line-height: 15px;
	display: block;
	}
	
#sections .box h2 a {
	color: #8a5135;
	text-decoration: none;
	}

#sections .box h2 a:hover {
	color: #02b0cf;
	}
	
#sections .box p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em 0;
	}
	
	
	
	
