@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'MuseoSlab500';
    src: url('Museo_Slab_500-webfont.eot');
    src: url('Museo_Slab_500-webfont.eot?iefix') format('eot'),
         url('Museo_Slab_500-webfont.woff') format('woff'),
         url('Museo_Slab_500-webfont.ttf') format('truetype'),
         url('Museo_Slab_500-webfont.svg#webfont8VbsAwew') format('svg');
    font-weight: normal;
    font-style: normal;

}
*, html {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	/*	Not sure which is worse
	overflow-x: scroll;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical; 
	*/
	padding: 10px;
	font: 13px/21px "MuseoSlab500", sans-serif;
	background:#331918 url('bg.png') repeat 0 0;
	min-width: 880px;	
}
img {
	border: none;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 32px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	color: #1f70c2;
	margin: 15px 0 3px -4px;
}
li {
	list-style-type: none;
	padding-left: 10px;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding: 0 1px;
}
header {
	margin: 0 auto;
	background: #fff;
	width: 1270px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
section {
	margin-top: 10px;
}
#content {
	width: 1250px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background-color: #ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
footer {
	width: 1250px;
	margin: 0 auto;
	text-align: right;
	font-style: italic;
	color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
}
.epic {
	color: #d6a400;
}
