#right {
	float: right;
	width: 246px;
	background: #632A2B;
	padding: 2px;
	display:block;
}


.info_box {
	background-color: #4D1415;
	font-family:Arial, Helvetica, sans-serif;
	padding: 6px;
	padding-left: 16px;
	margin:9px;
}
/* SHOWTIMES */


.info_box h1{
	color:#FFE2C7;
	font-size:18px;
	font-weight:bold;
}

.info_box p {
	color:#FFD5AF;
	font-size:13px;
	margin-top:8px;
	margin-bottom:9px;
}

.info_box p.showtime{
	margin-top:3px;
	margin-bottom:4px;
	padding:8px 5px 8px 5px;
}

.info_box p.bordered{
	border-top: 1px dotted #AE605A;
	border-bottom: 1px dotted #AE605A;
	background:#460D0E;
	margin-top:3px;
	margin-bottom:4px;
	padding:8px 5px 8px 5px;
}
.info_box p.bordered_b{
	padding-bottom:16px;
	border-bottom: 1px dotted #AE605A;
}

.info_box a {
	color:#EFEFEF;
	font-size:13px;
	display:block;
	width:auto;
	margin-top:8px;
	margin-left:4px;
	padding-left:7px;
	background:url(../media/arrow.gif) center left no-repeat;
}

.info_box a.button {
	display: block;
	width:94px;
	height:18px;
	background: url(../media/bt.gif) 0 0 no-repeat;
}

.info_box a.button:hover {
	background: url(../media/bt.gif) 0 0 no-repeat;
}

.info_box span{
	color:#FFD5AF;
	font-size:13px;
	display:block;
	width:auto;
	margin-top:8px;
	margin-left:4px;
	padding-left:7px;
	background:url(../media/arrow.gif) center left no-repeat;
}

/** SHOWTIMES **/


#center {
	margin-right:269px;
	position:relative; 
	display:block;
	height:1%;
	background:none;
	padding: 0;
}

#articles{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	padding: 28px 48px 32px 53px;
	margin-top: 10px;
	width:auto;
}

#articles h1{
	font-size: 24px;
	font-weight: normal;
	color: #565554;
}

#articles h2{
	font-size:18px;
	font-weight:bold;
	color: #CB3501;
}

#articles p{
	font-size:14px;
	font-weight:normal;
	color: #565554;
	text-align:left;
	line-height: 1.5;
}

#articles .additional{
	padding: 9px;
	background-color:#DFDBD8;
}

#articles .additional p{

	text-align:right;
}

#articles .additional p.player{
	vertical-align:middle;
	text-align:right;
	text-align:
}

#articles .additional p.player{
	vertical-align:middle;
	text-align:right;
	padding-bottom:5px;
	margin:2px;
}

#articles .additional p span {
	color:#CC3300;
}

#articles .additional p span.arrow {
	padding-right: 3px;
	background:url(../media/arrow.gif) center left no-repeat;
}

#articles .additional p a  {
	color:#080002;
}

#articles .hr{
	height:20px;
	background: url(../media/hr_a.gif) bottom left repeat-x;
}
#articles p .ar_link {
	color:#CC3300;
	padding-left:7px;
	background:url(../media/arrow.gif) center left no-repeat;
}