* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffd786;
	background: url(images/treatment.jpg) top no-repeat #191919;
}

h1 {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: left;
	line-height: 24px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

#nav {
	padding: 7px 75px 8px 75px;
	background: #000;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 0 15px 0 0;
}
#nav a:hover {
	color: #ffbc36;
	text-decoration: none;
}
#nav a.selected {
	color: #ffbc36;
}

#treatment {
	margin: 50px 75px 100px 75px;
	text-align: justify;
	line-height: 18px;
}
#treatment p {
	width: 700px;
}
#treatment ul {
	margin: 0 0 0 45px;
	list-style: square;
}
