body {
	margin:0;
	padding:0;
	font:100% Georgia, Times, serif;
	background:#f90 url(../img/bg_body.gif) repeat-y;
	color:#000;
	text-align:center;
}
html, body {
	height:100%;
}

a {
	color:#00f !important;
	background-color:#fff;
	text-decoration:underline !important;
}
a:hover {
	color:#fff !important;
	background-color:#00f !important;
}

h1 {
	border-bottom:1px solid #000;
}
h2 {
	border-bottom:1px solid #000;
}
img {
	border:0;
}

.access {
	position:absolute;
	left:0;
	background-color:#fff;
}

em, .error {
	color:#f00;
	font-style:normal;
}
h2.error {
	border-bottom:1px solid #f00;
}

#wrapper {
	width:780px;
	background:#f90 url(../img/bg_c.gif) no-repeat;
	margin:0 auto; /* centres content (except in old IE) */
	text-align:left; /* left-aligns all sub-content */
	min-height:100%;
	height:100%;
}

#container {
	float:left;
	width:100%;
	background:#fff;
}

#header {
	float:left;
	width:100%;
	background:#f90 url(../img/bg_c.gif) no-repeat;
}
#header img {
	float:left;
}
#header ul {
	margin:28px 0 0 0;
	padding:.2em 0;
	float:right;
	position:relative;
	top:1px;
}
#header ul li {
	display:inline;
	margin:0;
	font-size:1.1em;
	list-style:none;
}
#header ul li a, #header ul li strong, #header ul li strong a {
	margin:0 0 0 5px;
	border:1px solid #000;
	padding:4px 10px;
	color:#fff;
	background:#ccc;
	font-weight:bold;
	line-height:26px;
}
#header ul li strong {
	border-bottom:1px solid #eaeaea;
	color:#000;
	background-color:#fff;
}
#header ul li a:hover {
	color:#fff;
	background:#f50;
}
#header ul li strong a, #header ul li strong a:hover {
	color:#535353;
	background:none;
	padding:0;
	margin:0;
	border:none;
}

#body {
	float:left;
	width:100%;
	padding:18px 0 0 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:url(../img/bg_border.gif) repeat-y;
}

#navigation {
	float:left;
	width:160px;
}
#navigation ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #000;
}
#navigation ul li {
	margin:0; /* removes spacing in opera */
	list-style:none;
	display:inline;
}
/* level 1 */
#navigation ul li a, #navigation ul li strong {
	padding:10px 0 12px 10px;
	display:block; /* indents wrapped content */
	position:relative; /* seems to help make whole area clickable in IE */
	background:#f50;
	color:#fff;
	border:1px solid #535353;
	border-bottom:none;
	border-left:none;
}
#navigation ul li strong a {
	margin:-10px 0 -12px -10px; /* counter-act padding */
	border:none;
}
/* level 2 */
#navigation ul li ul {
	border-bottom:none;
}
#navigation ul li ul li a, #navigation ul li ul li strong {
	color:#000;
	background:#dcdcdc;
	padding-left:20px;
	border-left:1px solid #535353;
}
#navigation ul li ul li strong a {
	margin-left:-20px;  /* counter-act padding */
	border:none;
}
/* level 3 */
#navigation ul li ul li ul {
	border-top:1px solid #000;
}
#navigation ul li ul li ul li a, #navigation ul li ul li ul li strong {
	background:#fff;
	color:#000;
	padding-left:30px;
	border-right:none;
	border-top:none;
	font-weight:normal;
}
#navigation ul li ul li ul li strong a, #navigation ul li ul li ul li strong {
	color:#000;
	font-weight:bold;
}

#content {
	float:right;
	width:602px;
}
#content p {
	line-height:1.6em;
}
#content ul, #content ol {
	line-height:2em;
}

.item {
	float:left;
	width:584px;
	margin-bottom:10px;
}
.item p, .item ul, .item ol {
	margin-right:18px;
}
.item img, .border {
	border:1px solid #000;
}
.item img.left {
	float:left;
	margin:.3em 18px .5em 0;
}
.item img.right {
	float:right;
	margin:.3em 0 .5em 0;
	position:relative;
	left:18px;
}

form {
	width:500px;
}
form fieldset {
	border:0 solid #eaeaea;
	margin:0;
	padding:0;
}
form fieldset legend {
	display:none;
}
form ol {
	margin:0;
	padding:0 0 10px 0;
}
form ol li {
	list-style:none;
	float:left;
	width:100%;
}
form label {
	float:left;
	width:160px;
}
input, textarea {
	float:right;
	border:1px solid #535353;
	font:1em Georgia, Times, serif;
	padding:.2em;
}
li input, li textarea {
	width:300px;
}

#footer {
	float:left;
	width:780px;
	background:#fff url(../img/bg_border.gif) repeat-y;
	text-align:right;
	border-bottom:1px solid #000;
}
#footer ul {
	margin:5px 10px 5px 5px;
	padding:0;
}
#footer ul li {
	list-style:none;
	display:inline;
	padding-left:5px;
}
#footer ul li a {
	border-right:1px solid #000;
	padding-right:8px;
}