#header {
	padding: 0;
}

#header-bot {
	position: relative;
}

#header-bot a#home {
	color: #999;
	left: 35px;
	top: 3px;
	position: absolute;
	text-decoration: none;
}

#left-nav {
	float: left;
	font-size: 11px;
	margin: 48px 0 0 0;
	padding: 0 10px 0 20px;
	width: 101px;
}

.nav  {
	color : #000000;
	text-decoration : none; 
}
a.nav2  {
	color : #333;
	text-decoration : underline; 
}
.nav3  {
	color : #999;
	text-decoration : none; 
}
.nav4  {
	color : #999;
	text-decoration : underline; 
	font-weight : normal;
}

#content {
	border-left: 1px solid #999;
}

#content h1 {
	font-size: 23px;
	line-height:23px;
}

#content ul {
	list-style-type: disc;
	margin: 20px 30px;
}

#content ol {
	margin: 20px 30px;
}
