body {
    padding-top: 30px;
}
/* Hero image and intro blurb */
#hero {
	background: url(../images/leah-remini-home-bg.jpg) no-repeat top left #FFF;
	width: 100%;
	height: 676px;
	float: left;
	border-bottom: 9px solid #FE00B0;		
	padding-bottom: 3px;
}
#hero.bg1 {
	background: url(../images/leah-remini-home-bg-1.jpg) no-repeat top left #FFF;
}
#hero.bg2 {
	background: url(../images/leah-remini-home-bg-2.jpg) no-repeat top left #FFF;
}
#hero.bg3 {
	background: url(../images/leah-remini-home-bg-3.jpg) no-repeat top left #FFF;
}
/*header.bg1 {
	background: url("../images/header-bg1.png") no-repeat scroll 0 0 transparent;
}*/
header.bg2 {
	background: url("../images/header-bg2.png") no-repeat scroll 0 0 transparent;
}
header.bg3 {
	background: url("../images/header-bg3.png") no-repeat scroll 0 0 transparent;
}

#hero #content {
	float: left;
	width: 530px;
	margin: 225px 0 0 60px;
  color: white;
}
#hero #content h1 {
	border-bottom: 1px dotted #000;
	padding: 0 0 5px 2px;	
}
#hero #content p {
	line-height: 1.7;
	margin-right: 30px;
}
#hero #content p a {
	font-size: 10px;
	font-weight: bold;
	color: #FE00B0;
}
/* Left column */
#leftcol {
	float: left;
	width: 700px;
	margin-right: 20px;
}
#leftcol .section {
	float: left;
	padding: 10px;
	width: 660px;
	margin-bottom: 10px;
}
#leftcol .section.special-pad {
	padding-left: 20px;
	width: 650px;
}
#leftcol .section.last {
	margin-bottom: 20px;
}
#leftcol .section .content {
	padding: 0 0 0 10px;
	width: 459px;
	float: left;
	margin-right: 20px;
}
#leftcol .section.grey {
	background-color: #E7E6E2;
}
#leftcol .section .img-container{
	float: right;
	margin: 0 0 0 10px;
	width: 161px;
}
#leftcol .section .img-container img {
	margin: 0 auto;
	display: block;
}

#leftcol .section h2 {
	text-transform: uppercase;
	color: #FE00B0;
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
#leftcol .section  p strong {
	font-weight: bold;
}
#leftcol .section  p a {
	color: #FE00B0;
}
#leftcol .section  p a.read-more {
	font-size: 10px;
	font-weight: bold;
}
/* Right column */
#rightcol {
	float: left;
	width: 270px;
	margin: 30px 0 0 0;
	padding-right: 32px;
}
#rightcol h2 {
	text-transform: uppercase;
	font-family: "Century Gothic";
	background: url(../images/twitter-icon.gif) 180px 0 no-repeat #FFF;
	height: 29px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 230px;
	padding-top: 20px;
	border-bottom: 1px dotted #000;
	
}
#rightcol h2 a {
	color: #232323;
}
/* Twitter */
#rightcol li {
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.4;
}
#rightcol li a{
	color: #299BC5;
}
