/* almost everything useful is in common.css the following styles are specific to the sub pages */
#buy_dvd {
	margin: 0pt auto;
	position:relative;
	left:395px;
	top:152px;
	width: 106px;
	height: 65px;
}
#buy_dvd img {
	border:none;
}
#content {
	float: left;
	width: 808px;
	font-size:0.75em;
	background-color:#EEEEEE; /* off white */
	background-image: url(../images/bg_two_column.jpg);
	background-repeat:repeat-y;
	border-bottom: 1px dashed #D9D9D9;
	
}
#content h2	{
	font-size:1em;
	font-weight:normal;
	color:#E88E07;
}
#content div.main_column {
	float: left;
	margin:0px;
	padding:20px;
	width:498px;
}
#headline {
	float:left;
	height:70px;
	width:808px;
	background-image: url(../images/gray_bg.png);
	background-repeat:no-repeat;
}
#headline h1 {
	padding:25px 0px 0px 20px;
	font-size:2.5em;
	font-weight:bold;
	color:#FFFFFF;
}
.image_left {
	float:left;
	padding:2px;
	margin:5px 5px 5px 0px;
	border:1px solid #CDCDCD;
}
.image_right {
	float:right;
	padding:2px;
	margin:5px 0px 5px 5px;
	border:1px solid #CDCDCD;
}
.image_left p {
	color:#3C686D;
	font-size:0.9em;
}
.image_right p {
	color:#3C686D;
	font-size:0.9em;
}

/* sIFR styles specific to the subpages */
.sIFR-hasFlash #headline h1{
	visibility: hidden;
	position: relative;
	top:10px;
	left:20px;
	margin:0px;
	padding:0px;
	
	height:50px;
	letter-spacing: 0px;
	font-weight: normal;
}

