@import url("reset.css");
/*	Compass red:	#960210;		*/
you-got12px { font-size: 1em; /* 12px */ line-height: 1.5em; /* 18px */ margin-top: 1.5em; margin-bottom: 0em; }
you-got14px { font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 1.2857em; margin-bottom: 0em; }
you-got16px { font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 1.125em; margin-bottom: 0em; }
you-got24px { font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */ margin-top: 0.75em; margin-bottom: 0em; }

body { 
	font-size: 12px; 
	font-family: Arial, sans-serif;
	width: 890px;
	margin: 10px auto;
	/*background: url('grid.png') repeat-y center;*/
	background: #960210;
}

p, ul, ol, dl { 
	font-size: 1em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin: 0 0 1.5em 0; 
}

blockquote p {
margin-left: 1.5em;
padding-left: 1em;
border-left: 1px solid red;
margin-bottom: 0em;
}

p.quote_source {
margin-left: 2.5em;
font-style: italic;
}

dt {
	float: left;
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 0em; margin-bottom: 0em;
}

dd {
	display: block;
	width: 455px;
	margin-left: 110px;
	padding-left: 5px;
	font-size: 1em; /* 12px */ line-height: 1.5em; /* 18px */ margin-bottom: 0.75em;
}

p.metadata {
	font-style: italic;
}

a {
	color: #960210;
}

/* Headers */

h1, h2 {
	font-size: 2em; /* 24px */ 
	line-height: 1.5em; /* 36px */ 
	margin-top: 0.75em; 
	margin-bottom: 0em;
	color: #960210;
}

h1 {
	margin-left: 85px;
}

h1 a {
	display: block;
	background: url('images/CompassLogo.png') no-repeat;
	text-indent: -9999px;
	height: 102px;
	width: 400px;
}

h2#subtitle {
	font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 0.5625em; margin-bottom: 0em;
	color: #ffffff;
}

div#right h2 {
	font-size: 1.3333em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: 1.125em; 
	margin-bottom: 0em;
	color: #ffffff;
}

h3 {
	font-size: 1.3333em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: 1.125em; 
	margin-bottom: 0em;
	font-style: italic;
	color: #ab0524;
}

h2 a, h3 a {
	color: #ab0524;
}

div#right a {
	color: #ffffff;
}

/* Columns */

div#container {
	float: left;
	width: 590px;
}

div#header {
	float: left;
	width: 570px;
	text-align: center;
	padding-bottom: 1.5em;
}

div#menu {
	float: left;
	width: 590px;
	padding-bottom: 0.75em;
	font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 0; margin-bottom: 0em;
}

div#menu ul li {
	display: block;
	float: left;
}

div#menu ul li a {
	display: block;
	width: 107px;
	color: #222222;
	background: #b2b2b2;
	padding: 0.2em 5px;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
	text-decoration: none;
}

div#menu ul li#last a {
	width: 129px;
}

div#menu ul li a:hover {
	background: #333;
	color: white;
}

div#intro {
	float: left;
	padding: 0.75em 10px;
	margin: 0 -10px 0.75em -10px;
	background: #fff;
	color: #444;
}

div#content div#intro h2 {
	font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */ margin-top: 0; margin-bottom: 0.75em;
	color: #960210;
	background: #ffffff;
}

div#content div#intro a {
	color: #960210;
	background: #ffffff;
}

div#content {
	float: left;
	width: 570px;
	padding: 0 10px;
	margin-right: 10px;
	background: #fff;
}

div#content.blog, div#content.blog h2, div#content.blog h3, div#content.blog a {
	background: #960210;
	color: #ffffff;
}

div#left {
	float: left;
	width: 140px;
	height: 192px;
	margin-right: 10px;
}


div#right {
	float: left;
	width: 140px;
	height: 192px;
	margin-left: 10px;
}

div#left img, div#right img {
	margin-bottom: 10px;
}

div#footer {
	float: left;
	width: 570px;
	padding: 0.75em 10px 1.5em 10px;
	margin: 0.75em 0;
	background: #ffffff;
	color: #444;
}

div#footer p {
	margin-bottom: 0;
}