#main {
	padding-bottom: 200px;
	background-image: none;
}

#main a {
	background: inherit;
	color: #BF2326;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	background: inherit;
	color: #333;
	text-decoration: underline;
}


#main ul {
	padding: 0;
	margin: 0 100px 20px 85px;
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main ul li {
	padding-bottom: 6px;
}
