html {
	height: 100.04%
}

body {
	background: #FFF;
	font: normal 84% Tahoma, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 96px;
	background: #cca url(/images/bg-header.gif) 50% 0;
	padding: 0;
	margin: 0;
}
#logo a {
	position: absolute;
	display: block;
	width: 180px;
	height: 96px;
	bottom: 0;
	left: 50%;
	background: url(/images/logo.gif) no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	margin-left: -350px;
}
#redirectnotice {
	cursor: default;
	position: absolute;
	display: block;
	width: 520px;
	top: 10px;
	right: 50%;
	color: #933;
	font: bold 0.8em Tahoma, Arial, sans-serif;
	text-align: right;
	margin-right: -350px;
}

#nav {
	cursor: default;
	position: absolute;
	display: block;
	width: 520px;
	bottom: 5px;
	right: 50%;
	color: #774;
	font: bold 0.8em Tahoma, Arial, sans-serif;
	text-align: right;
	margin-right: -350px;
}
#nav ul {
	display: inline;
	list-style-type: none;
	padding: 4px 0 4px 0;
	margin: 0;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#nav h2 {
	display: inline;
	font: bold 1em Tahoma, Arial, sans-serif;
	padding: 0 4px 0 0;
	margin: 0;
}
#nav h2 a {
	color: #774;
	text-decoration: none;
}
#nav h2 a:hover {
	color: #553;
}

#nav ul li a {
	position: relative;
	display: inline;
	color: #aa7;
	background: #e5e5cc;
	text-decoration: none;
	padding: 3px 7px 4px;
	margin: 0;
	border: solid 1px #a3a37a;
	border-right: none;
}
#nav ul li a.last {
	border-right: solid 1px #a3a37a;
}
#nav ul li a.active {
	background: #fff;
	border-bottom: solid 1px #fff;
}
#nav ul li a:hover {
	display: inline;
	color: #774;
}


#content {
	width: 700px;
	font: normal 1em Arial, sans-serif;
	line-height: 1.345;
	overflow: auto;
	margin: auto;
}
#content h1 {
	color: #a3a37a;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
}
#content h2 {
	color: #900;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
}
#content p {
	margin: 1em 0;
}
#content a.mockbutton, #content input.button {
	display: block;
	width: 10em;
	background: #e5e5cc;
	color: #996;
	font: bold 0.8em Tahoma, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	padding: 3px 6px 4px;
	margin: 0 auto;
	border-top: double 3px #cc9;
	border-right: double 3px #a3a37a;
	border-bottom: double 3px #a3a37a;
	border-left: double 3px #cc9;
}
#content input.button {
	margin: 0;
	padding: 2px 6px 3px;
}

#footer {
	width: 700px;
	text-align: center;
	border-top: solid 1px #cc9;
	padding: 5px 0 8px;
	margin: 1em auto;
}