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

@font-face {
    font-family: 'futura_std_lightregular';
    src: url('../fonts/futurastd-light-webfont.eot');
    src: url('../fonts/futurastd-light-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-light-webfont.woff') format('woff'),
         url('../fonts/futurastd-light-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_std_mediumregular';
    src: url('../fonts/futurastd-medium-webfont.eot');
    src: url('../fonts/futurastd-medium-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-medium-webfont.woff') format('woff'),
         url('../fonts/futurastd-medium-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {font-family:futura_std_mediumregular; font-size:18px; color:#111111;}
p {font-family:futura_std_lightregular; font-size:14px; color:#111111;}

body {
	background-image:url(http://evermoreband.com/css/mainstyle.css);
	background-repeat:repeat;
	background-color:#f1f1f1;
}
.header {
	background-repeat:no-repeat;
	background-size:contain;
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
.header .logo {
	width:877;
	height:100%;
	float:left;
}
.header .email {
	width:43;
	height:100%;
	float:left;
}
.header .fb {
	width:37;
	height:100%;
	float:left;
}
.header .tw {
	width:43px;
	height:100%;
	float:left;
}
.spacer {
	width:1000px;
	margin-right:auto;
	Margin-left:auto;
	height:15px;
}