@import url(design.css);

#topLeftCol {
/*	width: 460px; */
	float: left;
}

#topLeftCol h3 {
	width: 710px;
/*	width: 460px; */
}

#topLeftCol h4 {
	margin-top: 0;
}

#topRightCol {
	display: none;
}

/* #topRightCol {
	width: 230px;
	float: right;
	margin-left: 10px;
} */

#stopPress {
	width: 230px;
	background: url(../img/bg_stop_top.png) #E5DA07 no-repeat;
}

#stopPress h2,
#eventInfo h2 {
	margin: 0 0 6px 12px;
	padding-top: 10px;

	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	background: url(../img/bg_stop_body.png) top right no-repeat;
}

#stopPress p {
	display: block;
	margin: 0;
	padding: 0 12px 12px 12px;

	background: url(../img/bg_stop_bot.png) bottom left no-repeat;
	color: #0162A8;
	font-size: 110%;
	line-height: 1.2em;
}


#eventInfo {
	width: 230px;
	margin: 10px 0 0 0;

	background: url(../img/bg_bluebox_top.png) #0162A8 no-repeat;
	color: #FFF;
}

#eventInfo h2 {
	color: #FFF;
	background: none;
}

#eventInfo h5 {
	margin: 0 0 4px 12px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #97DCEF;
}

#eventInfo p {
	margin: 0 12px 6px 18px;
}

#eventInfo p.bottom {
	padding: 8px 0 0 0;
	margin: 0;
	background: url(../img/bg_bluebox_bot.png) #FFF no-repeat;
	text-align: right;
}

#eventInfo a {
	border: none;
}

 #commentBox {
/*	width: 440px; */
	margin-left: 10px;
	
	background: url(../img/bg_leftquot.png) top left no-repeat;
	color: #0162A8;
}

#commentBox p {
	background: url(../img/bg_rightquot.png) bottom right no-repeat;
}

#videoDigest {
	float: right;
	margin: 0 0 0 15px;
}