body {
	background: #506a59 url(images/body.png) 16px 0 repeat-y;
	font-family: sans-serif;
	font-size: 82.5%;
	margin: 0;
	padding: 0;
}

#nav {
	text-align: right;
	float: left;
	position: fixed;
	margin: 4em 0 0 0;
	padding: 0;
	left: 0;
	width: 205px;
	height: 370px;
	font-size: 120%;
	font-weight: bold;
	background: url(images/background2.png) bottom right no-repeat;
}
#nav li {
	list-style-type: none;
}

#nav a, #nav label {
	color: #000;
	display: block;
	width: 170px;
	margin: 0.5ex 0;
	padding: 0 10px 0 32px;
	border: 1px outset;
	-moz-border-radius: 1ex;
	-moz-box-shadow: 5px 5px 12px #444;
}

#nav a:visited, #nav a:link, #nav label {
	color: #000;
	background: #ffb url(images/nav-background.png) 0 0 repeat-y;
	text-decoration: none;
}

#nav a:hover, #nav label:hover {
	color: #efe;
	background: #7c7 url(images/nav-hover.png) 0 0 repeat-y;
	border-color: #390;
}

#nav a:active {	color: green;}

#content_wrapper {
	background: #fff url(images/background.png) top right no-repeat;
	color: #282828;
	margin: 0 0 0 230px;
	width: 720px;
}

a:link, a:visited {text-decoration: none}
#content a:link{color: #06f}
#content a:visited{color: #609}
#content a:hover{color: #009; text-decoration: underline}

h1 {
	padding: 20px 0 10px 0;
	color: #600;
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	font-size: 140%;
	border-top: 0.7em solid #a30;
	-moz-border-radius: 0.7em;
	font-weight: normal;
	color: #920;
	padding: 0.3ex;
/*	letter-spacing: -0.1ex;
	text-transform: uppercase;*/
}

h2:before {
	content: "> ";
}

td, th {
	padding: 0 10px 10px 0;
	text-align: left;
	border-bottom: 1px dotted #bbb;
	vertical-align: top;
}

strong, th, li span {
	color: #000;
}

#content img {
	margin: 10px;
}