@font-face {
    font-family: 'jaguarjcbold';
    src: url('jagb-webfont.eot');
    src: url('jagb-webfont.eot?#iefix') format('embedded-opentype'),
         url('jagb-webfont.woff2') format('woff2'),
         url('jagb-webfont.woff') format('woff'),
         url('jagb-webfont.ttf') format('truetype'),
         url('jagb-webfont.svg#jaguarjcbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 100%;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

#container {
	padding-top: 100px;
	margin: 0 auto;
	width: 900px;
}

div.logo {
	border-bottom: 2px solid #FF0000;	
	text-align: center;
	width: 530px;
	margin: 0px auto;
}

div.logo h1 {
	font-family: "jaguarjcbold";
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

div.content {
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
}

div.footer {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

div.footer div {
	position: relative;
	display: inline-block;
	text-align: left;
}

div.footer div.left {
	margin-right: 30px;
	float: left;
}

div.footer div.center {
	margin-right: 30px;
}

div.footer div.right {
	float: right;
}
