	
	/* help frame */
	#container #content {
		width:775px;
	}
	
	/* box frame */
	#container #content .box {
		background:url(../../../styleImages/iWeb/layout/boxes/back-wide.gif) repeat-y top center;
	}
	#container #content .box.grey h2 {
		background:url(../../../styleImages/iWeb/layout/boxes/grey/title-wide.jpg) no-repeat top left;
	}
	#container #content .box.green h2 {
		background:url(../../../styleImages/iWeb/layout/boxes/green/title-wide.jpg) no-repeat top left;
	}
	#container #content .box .content {
		background:url(../../../styleImages/iWeb/layout/boxes/bottom-wide.gif) no-repeat bottom left;
	}
	
	/* screeny */
	#container #content .box.grey .screenshot,
	#container #content .box.green .screenshot {
		float:left;
		width:280px;
	}
	#container #content .box.grey .screenshot img,
	#container #content .box.green .screenshot img {
		margin:10px auto;
	}
	
	/* text */
	#container #content .box.grey .text,
	#container #content .box.green .text {
		float:left;
		width:260px;
		margin:10px 20px 10px 0;
	}
	
	/* links */
	#container #content .box.grey .links,
	#container #content .box.green .links {
		float:left;
		width:200px;
	}
	#container #content .box.grey .links ul,
	#container #content .box.green .links ul {
		margin:10px 0;
	}
	#container #content .box.grey .links ul li,
	#container #content .box.green .links ul li {
		list-style:none;
		font-size:1.1em;
		line-height:1.6em;
		padding:0 0 5px 12px;
		background:url(../../../styleImages/iWeb/layout/dot-purple.gif) no-repeat 0 6px;
	}
	#container #content .box.grey .links ul li a,
	#container #content .box.green .links ul li a {
		color:#662e93;
		text-decoration:underline;
	}
	#container #content .box.grey .links ul li a:hover,
	#container #content .box.green .links ul li a:hover {
		text-decoration:none;
	}
	
	/* headings */
	#container #lCol #helpTopics h3 span {
		background-image:url(../../../styleImages/iWeb/headings/help-topics.gif);
	}
	#container #lCol #otherOptions h3 span {
		background-image:url(../../../styleImages/iWeb/headings/other-options.gif);
	}
	
	#container #gettingStarted h2 span {
		background-image:url(../../../styleImages/iWeb/headings/getting-started.gif);
	}
	#container #helpWith h2 span {
		background-image:url(../../../styleImages/iWeb/headings/help-with-your-account.gif);
	}
	#container #orderReturns h2 span {
		background-image:url(../../../styleImages/iWeb/headings/order-and-returns.gif);
	}
	
	#news .content h4 {
		color:#636363;
		font-weight:bold;
		font-size:1.3em;
		margin-left:10px;
	}
	#news.listingNb ul li {
		margin-bottom:7px;
	}
	
	#container #content .newsItem .screenshot {
		width: 210px !important;
	}
	
	#container #content .newsItem .text {
		width: 462px !important;
	}
	
	#container #content .newsItemSnippet .screenshot {
		width: 160px !important;
	}
	
	#container #content .newsItemSnippet .text {
		width: 580px !important;
	}
	
	#container #content .newsItemSnippet .text a {
		text-decoration: underline;
	}
		#container #content .newsItemSnippet .text a:hover {
		text-decoration: none;
	}
	