@charset "UTF-8";
/* CSS Document */

@font-face {
		    font-family: Eras Demi ITC;
		    src: url('../fonts/ERASDEMI.TTF') format('truetype');
		    src: url('../fonts/ERASDEMI.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
		}
		
@font-face {
		    font-family: Eras Medium ITC;
		    src: url('../fonts/ERASMD.TTF') format('truetype');
		    src: url('../fonts/ERASMD.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

@font-face {
		    font-family: Eras Light ITC;
		    src: url('../fonts/ERASLGHT.TTF') format('truetype');
		    src: url('../fonts/ERASLGHT.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

@font-face {
		    font-family: Eras Bold ITC;
		    src: url('../fonts/ERASBD.TTF') format('truetype');
		    src: url('../fonts/ERASBD.TTF') format('truetype');
		    font-weight: normal;
		    font-style: normal;
}

html, body, form, fieldset, ul, li, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

body {
	background-color: #333;
}

a:link {
	text-decoration: none;
	color:inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#wrapper {
	padding-top:20px;
	overflow:auto;
    margin: 5px;	
}

#wrapper header {
	display: block;
	padding-top:30px;
	width: auto;
	padding-bottom: 50px;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
}

#btn {
	float: right;
	width: 50px;
	text-align: right;
	height: 15px;
	font-family: "Eras Medium ITC", Helvetica;
	font-size: 12px;
	color: #FFF;
	vertical-align: central;
	padding-bottom: 20px;
}

footer {
	font-family: "Eras Medium ITC", Helvetica;
	font-size: 11px;
	text-align: center;
	color: #CCC;
	display:block;
}
#center{
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: 0px;	
}

#txt {
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}

#txt h2 {
	font-family: Eras Medium ITC, Helvetica;
	font-size: 14px;
	color: #FF6600;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0px;
	width: 310px;
}

ul li {
	width: 310px;
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
}

