body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #eeeeee;
}

img {
	border: 0;
}

#page_width {
	margin: 20px auto;
	position: relative;
	width: 800px;
}

#page_border {
	position: relative;
	border: 1px solid #dddddd;
}

#page_layout {
	position: relative;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #ffffff;
}

#page_layout td {
	vertical-align: top;
}

#page_layout thead td {
	position: relative;
	background-image: url(http://www.hansanderson.net/resources/backgrounds/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
}

#page_layout thead h1 {
	color: #ffffff;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 42px;
	margin: 8px 24px 0 0;
	letter-spacing: 4px;
	text-align: right;
}

#leftcol {
	width: 200px;
}

#nav {
	position: relative;
	background-image: url(http://www.hansanderson.net/resources/shadows/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#nav #menu_container {
	position: relative;
	margin: 7px 8px;
	width: 184px;
}

#nav .menu_collapsed, #nav .menu_expanded {
	position: relative;
	display: block;
	width: 100%;
}

#nav a, #nav a:link, #nav a:visited {
	position: relative;
	display: block;
	font-family: "Trebuchet MS", Verdana, Geneva, serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #669966;
	padding: 4px;
	text-align: left;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	background: #99ccff;
	color: #336633;
}

#nav a:active {
	color: #ffffff;
}

#nav .collapsed .menu {
	display: none;
}

#nav .expanded .menu {
	display: block;
}

#page_content {
	padding: 10px;
	text-align: left;
}

#page_content h1 {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans", Verdana, Geneva, sans-serif;
	font-size: 40px;
	letter-spacing: 2px;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #003399;
}

#page_content h2 {
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #3366cc;
	text-align: left;
	padding: 0;
	margin: 0 0 6px 0;
}

#page_content p {
	font-family: Georgia, Utopia, Palatino, "Palatino Linotype", serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
	color: #000000;
}

#page_content ul li {
	color: #003399;
}

#page_content p a {
	color: #336633;
}

#page_content p a:link, #page_content p a:visited {
	text-decoration: underline;
}

#page_content p a:active, #page_content p a:hover {
	text-decoration: none;
}

#page_layout tfoot td {
	position: relative;
	background-image: url(http://www.hansanderson.net/resources/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 16px;
}

#page_layout tfoot td h6 {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Verdana, Geneva, serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	margin: 2px 0 0 0;
}
