body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}

a:link, a:visited, a:active {
	color: #045289;
	text-decoration: none;
}

a:hover {
	color: #022060;
	text-decoration: underline;
}

#container {
	width: 530px;
	margin: 50px auto;
}

#title {
	letter-spacing: -3px;
	margin-left: 0;
	margin-bottom: -13px;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 70px;
}

#title span.letwide {
	letter-spacing: -2px;
}

#title span.letnarrow {
	letter-spacing: -5px;
}

#title a:hover {
	text-decoration: none;
}

#navigation {
	border-top: 1px dotted #666;
	border-right: 1px dotted #666;
	padding: 5px 5px 4px 370px;
	text-transform: lowercase;
	text-align: left;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	margin-left: 20px;
	padding: 3px;
}

#content {
	width: 500px;
	margin: 0 0 0 auto;
	border-top: 1px dotted #666;
	border-left: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 5px 0 5px 10px;
}

#content h1 {
	margin: 0;
	text-transform: lowercase;
}

#content h2 {
	margin: 0;
	text-transform: lowercase;
}

#footer {
	padding: 3px;
	font-size: 10px;
	text-align: center;
}
