
#page {
	width: 300px;
	margin: 0 auto;
	background-color: #FFF;
	margin-bottom: 50px;
}

h1, h2 {
	font-family: 'IM Fell DW Pica SC', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 35px;

}
.highlight {
	font-size: 50px;
	color: #0099ff;
}

.bar {
	background-color: #111;
	color: #f0f0f0;
	box-shadow: 0px 0px 2px #333;
	line-height: 25px;
	padding: 0px 20px;
}
.bar a {
	color: #DDD;
}
.bar a:hover {
	color: #FFFFFF;
}

.ticker {
	width: 385px;
	height: 210px;
	overflow: hidden;
	border: 0px solid #fff;
    margin-left:-10px;
	padding: 0;
	list-style: none;
}

#ticker_02 {
	height: 210px;
}

.ticker li {
	height: 210px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	margin: 0px 5px;
}
