#leftcol {
	float: left;
	width: 583px;
	height: auto;
	background-color:#fff;
	}

#rightcol {
	float:right;
	width: 303px;
	}

#rightcol h4 {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 10px;
	}

#primary_content {
	background-color:#fff;
	width: 555px;
	height: auto;
	padding: 31px 14px;
	}

.date {
	font-size: 0.9em;
	font-weight: normal;
	}

#primary_content ul.left {
	float: left;
    width: 430px; 
    margin: 0px;
    padding: 0px 0px;
    border: 0px none;
    list-style-type: none;
	}

#primary_content ul.right {
	float: right;
    width: 114px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-type: none;
	}
#primary_content ul p {
	margin-bottom: 8px;
	}

#primary_content .divider {
	width: 526px;
	height: 1px;
	background-color: #CCCCCC;
	clear: both;
	margin-bottom: 15px;
	}

.dvd {
	width: 114px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	}
.dvdcover {
	border: 1px solid #C44C00;
	margin-bottom: 9px;
	}
	
.credits_label {
	font-size: .6em;
	color: #666666;
	}
.credits_text {
	font-size: .8em;
	}






