@font-face {
	font-family:FuturaCond;
	src:url('../fonts/futuramc.eot'); /* IE8- */
	src:url('../fonts/futuramc.eot?iefix') format('embedded-opentype'), /* IE9 */
		url('../fonts/futuramc.ttf') format('truetype'); /* The rest of the world */
}
@font-face {
    font-family:Life;
    src: url('../fonts/life-reg-webfont.eot');
    src: url('../fonts/life-reg-webfont.eot?iefix') format('embedded-opentype'),
         url('../fonts/Life-Reg.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Life';
	
	margin:0px;
	padding: 0px;
}

h1 {
	font-size: 36pt;
	text-transform: uppercase;
	margin: 0px;
	font:normal 46pt/1.3 'FuturaCond',Arial,Helvetica,sans-serif;
	color:#48b9c7;
}

header {
	width:100%;
	height:12px;
	padding: 0px;
	margin: 0px;
	background-color: #4c361e;
}

.main {
	background-color: white;
	width:964px;
	padding:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 6px dotted #4c361e;
}

.alt {
	font:normal 24pt/1.3 'FuturaCond',Arial,Helvetica,sans-serif;
	color: #4c361e;
	margin: 0;
	padding: 0;
}

.main section {
	text-align: center;
}


footer {
	font:normal 12pt/1.3 'FuturaCond',Arial,Helvetica,sans-serif;
	width:964px;
	margin: 0 auto;
	text-align: center;
	height:100%;
	min-height: 200px;
}

a {
	color:#000000;
	text-decoration: none;
}

.teal {
	color:#48b9c7;
}



