@charset "utf-8";
/* CSS Document */
* {
	vertical-align: baseline;
	list-style:none;
	text-decoration:none;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a {
	color:inherit;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
@font-face {
	font-family: 'gothic';
	src: url('../webfonts/century-gothic/gothic.eot');
	src: url('../webfonts/century-gothic/gothic.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/century-gothic/gothic.woff') format('woff'),
		url('../webfonts/century-gothic/gothic.ttf') format('truetype'),
		url('../webfonts/century-gothic/gothic.svg') format('svg');
}
@font-face {
	font-family: 'Oswald Light';
	src: url('../webfonts/Oswald_Light/Oswald-Light.eot');
	src: url('../webfonts/Oswald_Light/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/Oswald_Light/Oswald-Light.woff') format('woff'),
		url('../webfonts/Oswald_Light/Oswald-Light.ttf') format('truetype'),
		url('../webfonts/Oswald_Light/Oswald-Light.svg') format('svg');
}
body {
	margin:0 auto;
	font-family:'gothic';
	background:#F1F1F1;
}
