/* font */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}




#content a {
	color: #a81213; 
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
}
#content a:hover {
	text-decoration: none;
}
p {
	margin-top: 10px;
	color: #f8f0db;
	line-height: 1.5em;
}
p.copy {
	margin: 0px 0px 10px;
	text-align: center;
}


dl {
	/*margin: 10px 10px 10px 20px;*/
	color: #f8f0db;
}
dt {
	margin-top: 10px;
	font-weight: bold;
}
dd {
	margin: 5px 0px 10px 20px;
}
div#content {
	/*padding: 10px 5px 0px 0px;*/
}
.content-box {
	/*padding: 0px 0px 30px;*/
}
.divider-top {
	padding-top: 20px;
	border-top: 1px solid #70342d;
}
.divider-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #1e0a09;
}

