/* universal settings */
* {
	padding: 0;
	margin: 0;
}
/* general settings */	
body {
	font-family: Lucida, Verdana, sans-serif;
	font-size: 1em;
	background: #fff url(images/toparrows.gif) top left repeat-x;
}
/* main container */	
#container {
	max-width: 800px;
	margin: 0 auto;
}
/* header */
#header h1{
	margin: 70px 0 0 0;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 0.3em;
	border-bottom: 3px solid #ccc;
}
/* column wrapper */
#wrapper{
	float: left;
	width: 100%;
	background: #fff;
	font-size: 0.8em;
	border-left: 3px solid #ccc;
}

/* left column - menu */
#nav {
	float: left;
	color: #2C3420;
	width: 16em;
	padding: 0;
}
#nav ul {
	padding: 1em;
}
#nav  ul li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0.7em 3em;
	background: #fff url(images/sprite.gif) no-repeat;
	background-position: 0 0;
}
#nav ul li a:link {
	color: #666;
	background-position: 0 0;
}
#nav ul li a:visited {
	color: #333;
	background-position: 0 0;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #000;
	background-position: 0 -80px;
}

/* centre column main content */
#content {
	line-height: 1.4em;
	margin: 0 0 0 16em;
	padding: 10px;
	background: #fff;
}
#content h2 {
	margin:  0.3em 0;
	padding:  1em 0 0.2em 0.2em;
	color: #666;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #999;
}
#content h3 {
	margin:  0.3em 0;
	padding:  1em 0 0.2em 0.2em;
	color: #999;
	font-size: 1.1em;
	border-bottom: 3px solid #999;
}
#content p {
	margin: 1em 0;
}
#content ul {
	padding: 1em;
}
#content ul li {
	font-size: 1.2em;
	font-weight: bold;
	list-style: square;
}
#content ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0.1em;
}
#content ul li a:link {
	color: #666;
	background-position: 0 0;
}
#content ul li a:visited {
	color: #333;
	background-position: 0 0;
}
#content ul li a:hover {
	color: #000;
	background-position: 0 -80px;
}
#content ul li a:active {
	color: #000;
	background-position: 0 -80px;
}
/* footer */
#footer {
	background:  #333;
	color: #fff;
	font-size: 0.8em;
	line-height: 22px;
	text-align:  center;
}
