p.location a { 
  text-transform: lowercase;
  font-weight: normal;
  color: #890007; }

p.location a:hover {}

p.location .title { 
  text-transform: uppercase; 
  font-weight: bold; }

body {
	font-family: Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #2b2b2b url('images/tile.gif') repeat-x;
	font-size: 13px;
	text-align: justify;
}

h1, h2, h3 {
	font-family: Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: #aaaaaa;
}

h1 {
	font-size: 14pt;
	text-align: left;
	color: #7c7c7c;
	font-weight: bold;
}

h2 {
	font-size: 8pt;
	text-align: center;
	padding-top: 8px;
	font-weight: normal;
	color: #999999;
}

a.red:link {color: #aaaaaa}
a.red:active {color: #dadada}
a.red:visited {color: #aaaaaa}
a.red:hover {color: #ff0000}

/* Header */

#header {
	width: 900px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

/* Page */

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

/* Content */

#content {
	float: left;
	width: 693px;
	margin: 0;
}

#subcontent {
	clear: both;
	width: 693px;
	height: 88px;
	margin: 0;
	padding: 0;
}

#main {
	clear: both;
	width: 693px;
	height: 448px;
	margin-bottom: 6px;
	padding: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	height: 543px;
	margin-right: 6px;
}

#fix {
	clear: both;
	width: 900px;
	height: 0;
}

/* Footer */

#solid-facts {
	clear: both;
	width: 560px;
	height: 80px;
	padding-top: 20px;
	padding-left: 300px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	background-image:url('images/solid_facts.png');
}

#solid-facts p {
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
}

#footer {
	clear: both;
	height: 23px;
	width: 900px;
	font-family: Geneva, Helvetica, sans-serif;
	background: url('images/footer.gif') no-repeat left top;
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
	color: #999999;
	margin: 0;
}
