/* CSS Document */
#content{
	padding:0;	
}
#leftContent {
	float:left; /* must be floated to start with */
	width:456px;
} * html #leftContent {
	overflow:visible;
	height:1%;
}

#ddFaderItems {
	float:right;
	width:456px;
	height:565px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
}
.ddFaderItem, .ddFaderItem:hover {
	display:block;
	width:456px;
	height:565px;
	background-color:#000;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
}
.ddFaderItem .big {
	padding:20px 0 7px 20px;
	font-size:30px;
}
.ddFaderItem .small {
	padding:0 0 0 20px;
	font-size:18px;
}


#rightContent {
	float:left;
	width:411px;
/*	margin-left:23px;*/
} * html #rightContent {
	overflow:visible;
	height:1%;
}
#rightContent p.promotionalBanner {
	margin-bottom:27px;
}
#rightContent p.promotionalBanner img {
	width:130px;
	height:171px;
}

#newsletterSignup {
	font-size:1.4em;
	margin-top:13px;
	float:right;
	padding-left:2em;
}
#newsletterSignup table tr td {
	font-size:0.7em;
	padding-bottom:2px;
}
#newsletterSignup table tr td.label {
	width:100px;
}
#newsletterSignup table tr td input.textbox {
	width:160px;
}
#content a img, #ddFaderItems{
	border:2px solid #606060;	
}
#content a:hover img, #ddFaderItems:hover{
	border:2px solid #888;
}