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


@font-face {
	font-family: 'GillSansLight';
	src:url("GillSansLight.eot");
	src:url("GillSansLight.eot?#iefix") format('embedded-opentype'),
		url("GillSansLight.ttf") format("truetype"),
		url("GillSansLight.woff") format("woff");
	}
	
@font-face {
	font-family: 'GillSansRegular';
	src:url("GillSansMT.eot");
	src:url("GillSansMT.eot?#iefix") format('embedded-opentype'),
		url("GillSansMT.ttf") format("truetype"),
		url("GillSansMT.woff") format("woff");
	}

@font-face {
	font-family: 'GillSansBold';
	src:url("GillSansB.eot");
	src:url("GillSansB.eot?#iefix") format('embedded-opentype'),
		url("GillSansB.ttf") format("truetype"),
		url("GillSansB.woff") format("woff");
	}
	
@font-face {
	font-family: 'GillSansItalic';
	src:url("GillI.eot");
	src:url("GillI.eot?#iefix") format('embedded-opentype'),
		url("GillI.ttf") format("truetype"),
		url("GillI.woff") format("woff");
	}
	
@font-face {
	font-family: 'GillSansBoldItalic';
	src:url("GillSansMTBI.eot");
	src:url("GillSansMTBI.eot?#iefix") format('embedded-opentype'),
		url("GillSansMTBI.ttf") format("truetype"),
		url("GillSansMTBI.woff") format("woff");
	}



div#layout {
	margin: 20px 0 0 20px;
	}

	
.title_GillSansLight {
	font-family:'GillSansLight', Verdana, sans-serif;
	font-size:40px;
	letter-spacing:0.2px;
	color:#000;
	}
	
.title_GillSansRegular {
	font-family:'GillSansRegular', Verdana, sans-serif;
	font-size:40px;
	letter-spacing:0.2px;
	color:#000;
	}
	
.title_GillSansBold {
	font-family:'GillSansBold', Verdana, sans-serif;
	font-size:40px;
	letter-spacing:0.2px;
	color:#000;
	}
	
.title_GillSansItalic {
	font-family:'GillSansItalic', Verdana, sans-serif;
	font-size:40px;
	letter-spacing:0.2px;
	color:#000;
	}
	
.title_GillSansBoldItalic {
	font-family:'GillSansBoldItalic', Verdana, sans-serif;
	font-size:40px;
	letter-spacing:0.2px;
	color:#000;
	}
	