/*:: Imports
------------------------------------- */
	@import url(framework.css);
	
	
/*:: Header
------------------------------------- */
	#header h1{height:72px; width:444px; background:url(images/logo.gif) no-repeat top left; margin:14px 0 0 23px;}
	#header h2{height:10px; width:472px; background:url(images/tagline.gif) no-repeat top left; margin:18px 0 0 47px; display:inline;}
	
/*:: Content
------------------------------------- */
	#contentBuffer{float:left; width:699px; margin-right:30px;}
	#contentBuffer p{font-size:14px; color:#666; line-height:16px;}
	#contentBuffer ul{list-style:none; padding-top:23px;}
	#contentBuffer ul li{float:left; width:168px; margin-left:9px;}
	#contentBuffer ul li.first{margin-left:0;}
	#contentBuffer img{border:0;}
	#contentBuffer ul li h3{background:url(images/navBg.gif) repeat-x top left; width:156px; font-size:14px; line-height:16px;}
	#contentBuffer ul li h3 a{text-decoration:none; padding:5px;color:#36c;display:block; border-bottom:1px solid #36c;}
	#contentBuffer ul li h3 a:hover{color:#c00}
	#contentBuffer ul li p{font-size:11px; padding:5px; width:148px;}