
#sidebar
{
	position: fixed;
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	background-color: #60281E;
	color: white;
	font-size: 14pt;
}

#sidebar a
{
	color: white;
	border: solid 2px;
	padding: 4px;
}

#content
{
	margin-left: 320px;
	width: 670px;
	padding-top: 40px;
}

body
{
	font-family: 'equity';
	font-size: 18pt;
	line-height: 135%;

	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: 'kern=1';
	-moz-font-feature-settings: 'kern' 1;
	-webkit-font-feature-settings: 'kern' 1;
	-o-font-feature-settings: 'kern' 1;
	-ms-font-feature-settings: 'kern' 1;
	font-feature-settings: 'kern' 1;

	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: 'liga=1';
	-moz-font-feature-settings: 'liga' 1;
	-webkit-font-feature-settings: 'liga' 1;
	-o-font-feature-settings: 'liga' 1;
	-ms-font-feature-settings: 'liga' 1;
	font-feature-settings: 'liga' 1;
}

.smallcaps
{
	font-family: 'equity_caps';
}

h1 {
	font-family: 'concourse_t6';
	line-height: 115%;
	font-weight: normal;
	font-size: 24pt;
}

h2, h3, h4, h5, h6 {
	font-family: 'concourse_t3';
	font-weight: normal;
	line-height: 115%;
}

h2 {
	border-top-width: 2px;
	border-top-color: #aaa;
	border-top-style: solid;
}

p.pictures
{
	text-align: center;
	vertical-align: middle;
}

p.pictures img
{
	vertical-align: middle;
	margin: 2px 2px 2px 2px;
}

em em 
{
	font-style: normal;
}