body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	background: url('/?asset=assets%2fdefault%2fpng%2fbg.png');
}

#wrapper {
	background: url('/?asset=assets%2fdefault%2fpng%2finner-top.png') repeat-x 0 180px;
}

#header {
	height: 162px;
	padding-top: 18px;
	background: url('/?asset=assets%2fdefault%2fpng%2fheader-bg.png') 50% 0;
}

#header h1 {
	width: 730px;
	height: 122px;
	margin: 0 auto;
	background: url('/?asset=assets%2fdefault%2fpng%2fheader.png');
}

#header h2 {
	color: #457d11;
	width: 540px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	padding-left: 190px;
	background: url('/?asset=assets%2fdefault%2fpng%2fheader.png') 0 -122px;
}

#header h1 span, #header h3 {
	display: none;
}

#nav {
	position: absolute;
	width: 150px;
	top: 190px;
	left: 50%;
	margin-left: -350px;
}

#outer {
	width: 720px;
	margin: 0 auto;
	background: url('/?asset=assets%2fdefault%2fpng%2finner-bg.png');
}

#inner {
	padding-left: 180px;
	padding-right: 10px;
	min-height: 200px;
}

#inner p {
	line-height: 1.5em;
}

#footer {
	clear: both;
}

#footer div {
	color: #666;
	width: 660px;
	height: 30px;
	margin: 0 auto;
	font-size: 8pt;
	padding-top: 40px;
	padding-right: 60px;
	line-height: 30px;
	text-align: right;
	background: url('/?asset=assets%2fdefault%2fpng%2ffooter.png');
}

#footer a {
	color: #713079;
}

#notebox, #nullnav, #allnav {
	padding: 5px;
	border: 1px solid #457d11;
	background: #f0ffe0;
}

#nav div       { padding: 1px 0 1px 0; }
#nav div.out   { padding: 6px 0 6px 0; }
#nav div.first { padding-top: 0; }
#nav div.last  { padding-bottom: 0; }
#nav div.nolinks { color: #888; }

#nav h3 {
	color: #fff;
	background: #1eb349;
	padding: 5px;
	font-weight: normal;
	font-size: 8pt;
	cursor: pointer;
	border: 1px solid #020;
}

#nav ul {
	display: none;
	border: 1px solid #020;
}

#nav li {
	height: 1%;
}

#nav li div,
#nav li a {
	height: 1%;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #020;
}

#nav li.last a,
#nav li.last div {
	border-bottom: none;
}

#nav a {
	color: #000;
}

#nav a:hover {
	text-decoration: none;
	background: #ffe;
}

#nav li.active div {
	background: #ffd;
	font-weight: bold;
}




#nav div.out h3 {
	font-weight: bold;
	border-bottom: none;
}

#nav div.out ul {
	display: block;
	background: #fff;
	border-top: none;
}

#nav div.out li {
	list-style: none;
}
