*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-size: 170%;
	font-weight: lighter;
	margin-bottom: 2em;
}

a img {
	border: none;
}
a {
	color: #AA2A00;
}

#header {
	background: repeat-x url(../images/header.png);
	height: 56px;
}
#header-bar {
	margin-bottom: 3em;
}
#header-logo {
	float: left;
}
#header ul {
	list-style: none;
	line-height: 64px;
}
#header ul li {
	display: inline;
	margin-left: 2em;
}
#header ul li a {
	text-decoration: none;
	color: #000;
}
#header-bar {
	background: repeat-x url(../images/header_bar.png);
	height: 23px;
}
#main, #header-inner {
	margin: 0 auto;
	width: 800px;
}

.content {
	margin: 0 auto;
	width: 700px;
	font-size: 11pt;
}

dt {
	margin-bottom: 1em;
}

dd {
	margin-left: 6em;
	text-align: justify;
}
