#main {
	margin: 0;
	background-color: #FFFFFF;
	padding: 10px 0;
}

#update {
	margin: 20px;
	padding: 10px;
	background-color: #FF6633;
	border: dotted 2px #ffffff;
	color: #ffffff;
	font-size: 0.75em;
}
#update p {
	margin:0;
	padding: 0 0 0 25px;
}

#update ul{
	padding:0px;
	list-style-type: none;
	line-height: 2.7em;
	margin: 10px 0 0;
}

#update li {
	background-repeat: no-repeat;
	background-image: url(../img/arrow.gif);
	padding-left: 25px;
	background-position: 0 5px;
}

#update a:link {
	color: #00F;
	text-decoration: underline
}
#update a:visited {
	color: #00F;
	text-decoration: underline
}
#update a:hover {
	text-decoration: none;
	color: #FF0
}

#counter {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.bigstrong {
	font-size:1.25em;
	font-weight:bold;
}
