#footeri {
	width: 100%;
	background: #060107 url(../images/footer.png) bottom repeat-x;
	border-top: 3px solid #7b1415;
}

#footer {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #555;
	padding: 20px 0 40px 0;
}

#footer .list {
	float: left;
	width: 280px;
	display: inline;
	margin-right: 20px;
}

#footer h2 {
	font-size: 1.1em;
	color: #f0f0f0;
	background: url(../images/circle.png) no-repeat left 1px;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	height: 16px;
	line-height: 16px;
}

#footer ul li a {
	display: block;
	padding: 4px 0 4px 4px;
	border-top: 1px dotted #d4e1e2;
	color: #ffb635;
	line-height: 1.2em;
	font-size: 0.9em;
}

#footer ul li a:hover {
	background: #f0fdfe;
	color: #740406;
}

.copyright {
	margin: 10px 0 0 0;
	line-height: 1.5em;
	text-align: right;
	color: #efefef;
	font-size: 0.9em;
}