
* {
	font-family: GillSansMTStd-Light;

	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;

	font-weight: normal;
	font-style: normal;

	vertical-align: top;
}

body {
	background-image: url(/img/background.jpg);
	background-size: cover;
	
	padding: 0px 2em;
}

p {

	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 1.3em;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	color: #000000;
}

div#menu {
	margin: 2em auto 0px auto;
	width: 960px;
	height: 56px;
	
	white-space: nowrap;
	
	display: table;
	
}

div#nav_left {
	min-width: 324px;
	float: left;
	margin-bottom: 24px;
	height: 56px;
	padding-left: 3px;
}
div#nav_right {
	width: 76px;
	float: right;
	text-align: right;
	margin-bottom: 24px;
	height: 56px;
}

div#nav_right a {
	font-size: 2.6em;
}

div#menu a {
	font-size: 1.3em;
	vertical-align: baseline;

	margin-right: 18px;
	color: #000000;
}
div#menu a.act {
	font-size: 2.6em;
}

div#menu a.right {
	margin-right: 0px;
}

div#menu span {
	font-size: 2.6em;
	height: 72px;
	vertical-align: baseline;
}




div#content {
	margin: 3em auto 0px auto;
	width: 960px;
	
	white-space: nowrap;
}

div#content div#left {
	display: inline-block;
	float: left;
	min-width: 120px;
	white-space: normal;
}
div#content div#address {
	width: 240px;
}

div#content div#right {
	display: inline-block;
	float: right;
	width: 680px;
	white-space: normal;
	
	margin-bottom: 2em;
}

a.next_quote {
	display: block;
}

div.quote {
	width: 800px;
	min-height: 240px;
	
	margin-top: 1em;
	
	margin-left: -240px;
	padding-left: 120px;
}
div.quote * {
	color: #000000;
}

div.quote p {
	font-size: 2.5em;
	line-height: 1.25;
}
div.quote p.source {
	font-size: 1.25em;
}

div.quote p.img img {
	text-align: center;
}

div.quote-foot {
	display: block;
	text-align: right;
	
	font-size: 1.5em;
/*
	display: inline-block;
	float: right;
	width: auto;
*/
/* 	min-height: 240px; */

/*
	margin-left: -240px;
	padding-left: 120px;
*/
}




@media only screen and (max-width: 1024px) {
	div#menu {
		margin: 0.75em auto 1.5em auto;
		width: 780px;
	}
	div#content {
		margin: 1em auto;
		width: 780px;
		white-space: normal;
	}
	div#content div#right {
		width: 540px;
	}
	div.quote {
		width: 660px;
	}
	div.quote p.img {
		width: 780px;
		margin-left: -120px;
		text-align: center;
	}
}

@media only screen and (max-width: 860px) {
	body {
		padding: 0px 1em;
	}
	div#menu {
		margin: 0.75em 0 1.5em 0;
		width: 100%;
/* 		min-width: 360px; */
	}
	div#menu a {
		margin-right: 12px;
	}
	div#content {
		margin: 1em 0;
		width: 100%;
		white-space: normal;
	}
	div#content div#right {
		width: 100%;
	}
	div.quote {
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
	}
	div.quote p {
		font-size: 1.75em;
		line-height: 1.5;
	}
	div.quote p.source {
		font-size: inherit;
	}
	div.quote p.img {
		width: 100%;
		margin-left: 0px;
	}
	div.quote p.img img {
		width: 100%;
		height: auto;
	}
}


