body {
	font-size: 88%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color: #eef;
	color: #000000;
	margin: 0;
}

#main {
	margin: 5em auto 0;
	width: 600px;
	border: 1px solid #a0a0ff;
	background: #fff;
}

p#header {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 25px;
	margin: 2px 0 40px;
	color: #F2F5FF;
}

#content {
	font-size: 0.8em;
	padding: 10px 15px 30px;
	font-size: 1em;
	background-color: #fff;
	background: url(images/header.png) top left repeat-x #fff;
}

#content h1 {
	margin: 15px 0 5px;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #d44710;
}

#content h2 {
	margin: 15px 0 5px;
	font-weight: normal;
	font-size: 1.3em;
}

p, li {
	margin: 0 5px;
	font-family: Arial,Helvetica,sans-serif;
}

#footer {
	margin: 0;
	padding: 0.3em;
	background: url(images/footer-bg.png) top left repeat-x #fff;
}

#footer p {
	color:#000000;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#header a { text-decoration: none; }
#header a:link, #header a:visited { color: #E9ECF6; }
#header a:hover, #header a:active, #header a:focus { color: #FDFEFF; }

a { text-decoration: none; }
a:link, a:visited { color: #009; }
a:hover, a:active, a:focus { color: #00f; }

#footer a { text-decoration: none; }
#footer a:link, #footer a:visited { color: #930000; }
#footer a:hover, #footer a:active, #footer a:focus { color: #f00; }

h1 a, h2 a { text-decoration: none; }
h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #1F6D97; }
h1 a:hover, h2 a:hover, h1 a:active, h2 a:active, h1 a:focus, h2 a:focus { color: #00f; }

#disclaimer {
	margin-top: 20px;
	font-size: 0.8em;
	color: #777;
}

code {
	color: #9F2F06;
}
