/**** HERO ****/
#hero			{ background: url('../images/articles/hero-bg.png') repeat-x left top; height: 236px; }
#heroContent	{ background: url('../images/articles/hero-bg-img.jpg') no-repeat center top; height: 236px; }
#heroContent p	{ top: 121px; color: #F7C8D3; text-shadow: -1px -1px 0 #88243A; }
.heroImg		{ right: 113px; top: -155px; background: url('../images/articles/articles.png') no-repeat left top; width: 324px; height: 391px; }


#left			{ width: 620px; margin-right: 42px; float: left; }
#left section	{ margin-bottom: 30px; }
#left h2		{ margin-bottom: 30px; }

#left .quote	{ float: right; width: 280px; font-size: 2.1em; font-weight: bold; font-style: oblique; }
#left ul		{ margin-bottom: 20px; }
#left ul li		{ list-style-type: disc;  padding: 5px 0; margin-left: 20px;  }
.author	{ color: #BDA37E; font-family: Gudea; }

#right			{ width: 259px; padding-left: 39px; float: left; background: url('../images/global/divider.jpg') no-repeat left top; padding-bottom: 60px; }
#right ul li	{ line-height: 1.6em; border-bottom: solid 1px #FAF7ED; border-top: solid 1px #A8B0A7; }
#right ul li:first-child { border-top: none; }
#right ul li:last-child	 { border-bottom: none; }
#right section	{ margin-bottom: 30px; }
.button			{ width: 165px; font-size: 1em; text-shadow: none; padding: 5px 10px ; }
#right #book	{ position: relative; }
span.new		{ background: url('../images/home/new.png') no-repeat left top; width: 121px; height: 108px; display: block; position: absolute; left: 110px; top: 60px; }


