body {
	margin: 0;
	padding: 0;
	background-color:#fff;
}

figure {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
}

h2 {
	font-size:1.6em;
	line-height:1em;
	font-weight:600;
	letter-spacing:1.2px;
	margin:0 0 25px 0;
	font-family:FuturaPT,Arial,sans-serif;
	color:#444;
}

h3 {
	color:#f1ecec;
	font-family:FuturaPT,sans-serif;
	font-size:1.4em;
	font-weight:400;
	letter-spacing:.25em;
	line-height:1em;
}

h4 {
	font-size:1.6em;
	font-weight:100;
	letter-spacing:1.2px;
	line-height:1em;
	margin:0 0 25px 0;
	font-family:FuturaPT,Arial,sans-serif;
	color:#444;
}

a.in {
	color:#333;
	text-decoration:none;
}

a.out {
	color:#f1ecec;
	text-decoration:none;
}

p {
	font-size:1.0em;
	line-height:1em;
	margin:0 0 25px 0;
	font-family:FuturaPT,Arial,sans-serif;
	color:#444;
}

.logo {
	font-size:1.7em;
	font-weight:100;
	font-family:FuturaPT,Arial,sans-serif;
	border:0;
	line-height: 1.1;
	padding-left:80px;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:1.5px;
}

.light {
	color:#f1ecec;
	font-family:FuturaPT,sans-serif;
	font-size:0.8em;
	letter-spacing:.05em;
}

.slogan {
	font-size:.6em;
	color:#333;
	letter-spacing:0;
	text-transform:none;
	font-variant:small-caps;
	font-family:FuturaPT,arial sans-serif;
}

.address {
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
	color: #f1ecec;
}

.greybox {
	background-color:#52544c;
	text-align:center;
}

#header {
	position: fixed;
	width: 100%;
	height: 80px;
	background-color:#ffffff;
	z-Index: 100;
}

#textbox {
	position: fixed;
	height: 120px;
	width: 280px;
	top: 20px;
	left: -999em;
	background-color:#ffffff;
	padding-right:40px;
	padding-left:40px;
	z-Index: 3;
}

#scrolldiv-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#scrolldiv-inner {
    overflow-y: scroll;
    width: 100%;
    padding-right: 17px;
}

