body {
	margin: 0;
	padding: 0;

	background-color: #AA8;
	background-image: url('images/header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#background {
	width: 1420px;
	height: 350px;

	margin-left: auto;
	margin-right: auto;

	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#page-wrapper {
	width: 900px;

	margin-left: auto;
	margin-right: auto;

	padding-top: 150px;
}

/* navigation */
#navigation {
	width: 900px;
	height: 30px;

	background-image: url('images/navigation-background.jpg');

	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;

	padding-top: 5px;

	list-style: none;
}

#navigation ul li {
	display: inline;

	margin-left: 1em;
	margin-right: 1em;

	color: #AA8;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

	letter-spacing: 0.2em;
}

#navigation ul li a {
	color: #FFF;

	text-decoration: none;
}

#navigation ul li a:hover {
	color: #AA8;
}

/* content */
#content {
	margin-bottom: 1em;

	padding: 0px 15px 15px 15px;

	background-color: #FFF;
	background-image: url('images/margin-bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#left-column {
	margin-left: 74px;

	width: 450px;
}

#footer {
	margin-top: 5em;
	color: #CCC;
	text-align: center;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
}

/* textual elements */
h1 {
	margin: 0;

	color: #633;

	border-bottom: dotted thin #AA8;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;

	letter-spacing: 0.1em;
}

h1 img {
	vertical-align: sub;
	margin-right: 10px;
}

h2 {
	margin-top: 2em;
	margin-bottom: 1em;

	color: #633;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;

	letter-spacing: 0.1em;
}

p,
#left-column ul li,
#left-column table td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 150%;
}

#left-column ul {
	padding-left: 1em;
	color: #633;
}

#left-column ul li {
	color: #000;
	margin-bottom: 1em;
}

#left-column table {
	margin-top: 1em;
}

#left-column table td {
	padding-right: 1em;
	padding-bottom: 1em;
}

#left-column img {
	border: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #633;
}
