body {
	background:#596067;
	margin-left:auto;
	margin-right:auto;
	left:200px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#main {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	left:200px;
	width: 800px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	background-image: url(images/anatomy.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}

#header {
	left:120px;
	top: 200px;
	width: 750px;
	height:auto;
	float: left;
	text-align:left;
}

#header h1 {
	font: Book Antiqua;
	font-weight:normal;
	font-size: 90px;
	color: #F47A20;
	padding-top: 0px;
	padding-bottom: -90px;
	margin:5px;
}
#header h2 {
	font: Book Antiqua;
	font-weight:normal;
	font-size: 30px;
	font-stretch:extra-expanded;
	color: #596067;
	padding-top: 0px;
	padding-bottom: 7px;
	margin:5px;
}

#content {
	width: 460px;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
	/*overflow:scroll;
	overflow-x: hidden;
	height:402px;*/
}
#content p {
	font-family: Book Antiqua;
	font-size: 80%;
	line-height: 125%;
	padding-top: 0px;
	color:#979CA0;
	margin:12px;
}
#content ul {
	font-family: Book Antiqua;
	margin: 0px;
	padding: 3px;
	list-style:circle;
	font-weight: normal;
}

#content li {
	font-family: Book Antiqua;
	font-size: 13px;
	color: #979CA0;
	margin-left:32px;
	padding-left:5px;
	left:20px;
	list-style:circle;
	line-height:150%;
}
#nav {
	width: 460px;
	height:auto;
	float: left;
	text-align:left;
}
#nav h1 {
	font: Book Antiqua;
	font-weight:300;
	font-size: 18px;
	font-stretch:ultra-expanded;
	color: #596067;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin:5px;
}
#nav h2 {
	font: Book Antiqua;
	font-weight:normal;
	font-size: 42px;
	color: #979CA0;
	padding-top: 0px;
	padding-bottom: -30px;
	padding-right: 5px;
	margin:5px;
}
#nav p {
	font: Book Antiqua;
	font-weight:normal;
	font-size: 11px;
	font-stretch:ultra-expanded;
	text-transform: uppercase;
	color: #596067;
	padding-top: 0px;
	padding-bottom: -30px;
	padding-right: 5px;
	margin:5px;
}

a {
	color: #F47A20;
	text-decoration: underline;
}
	
a:visited {
	color: #F47A20;
}

a:hover {
	color: #596067;
	text-decoration:none;
	border-bottom: 1px dotted;
}	