/* CSS Document */

html {
	font-size: 100%;
}

body {
	background: #FFF url('/layout/bg.jpg') no-repeat top left;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

h1#header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 5em;
	font-style: italic;
	font-weight: normal;
	color: #532b1b;
	letter-spacing: -1.5pt;
}
h2#subtitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 65px;
	left: 30px;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1pt;
}
#navigation {
	position: absolute;
	left: 0;
	top: 110px;
	width: 114px;
	padding: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
#navigation ul {
	padding: 0 0 0 0;
	margin: 0;
}
#navigation ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.74em;
	font-weight: bold;
	line-height: 2em;
}
#navigation ul li a {
	color: #990000;
	text-decoration: none;
	display: block;
	font-size: 1.7em;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	color: #CC6633;
}
#content {
	position: absolute;
	left: 149px;
	top: 110px;
	padding: 10px;
	width: auto;
	font-size: 1.4em;
	width: 70%;
}
#content h1 {
	padding: 0;
	margin: 0;
	font-size: 2em;
}
#content h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}
p {
	line-height: 1.8em;
}
code {
	display: block;
	background: #CCC;
	border: 1px dashed #AAA;
	padding: 5px;
	font-size: 1.2em;
}
#content a:link, #content a:visited {
	color: #532b1b;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	text-decoration: none;
	color: #444;
}
img {
	border: 0;
	border: 1px dotted #CCC;
	padding: 4px;
}
.location {
	background-color: #ff9a9a;
	padding: 3px;
	border: 1px dashed #720000;
	margin: 5px;
	text-align: center;
}