#ticker {
	background-image	: url(../images/tickerbox_back.gif);
	background-repeat	: repeat-y;
	background-color	: #FFD784;
	width				: 234px;
	padding				: 15px;
	float				: left;
	clear				: both;
}

#tickerHeader {
	margin-top			: -15px;
	margin-right		: -15px;
	margin-left			: -15px;	
	background-image	: url(../images/tickerbox_header.gif);
	background-repeat	: no-repeat;
	background-color	: #FFD784;
	width				: 234px;
	height				: 29px;
}

#tickerFooter {
	margin-bottom		: -15px;
	margin-right		: -15px;
	margin-left			: -15px;	
	background-image	: url(../images/tickerbox_footer_lines.gif);
	background-repeat	: no-repeat;
	background-color	: #FFD784;
	width				: 234px;
	height				: 90px;	
}

#tickerContent {
	width				: 200px;
	font-size			: 0.85em;	
}

#ticker h2 {
	font-size			: 1em;
	font-weight			: bold;
	margin-bottom		: 5px;
}

#ticker p {
	margin-bottom		: 20px;
}
