@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #959C9E;
}
#wrapper {
	height: auto;
	width: 800px;
	border: thin solid #FFFFFF;
	margin: 20px auto;
}
#pageTop {
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 800px;
	background-color: #32316C;
	background-image: url(assets/images/pageTop_BG.jpg);
}
#homeContent {
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 800px;
	background-color: #FFFFFF;
}
#footer  a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#homeBottom {
	margin: 0px;
	padding: 0px;
	height: 174px;
	width: 800px;
	background-color: #331A18;
}
#footer {
	margin: 0px;
	padding: 7px 0px 0px;
	height: 20px;
	width: 800px;
	background-color: #222238;
	background-image: url(http://drjohnhaskell.com/assets/images/footer_BG.jpg);
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#cornerPhoto {
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 261px;
	float: right;
}
#pageTopLogo {
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 536px;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 536px;
}
#homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	height: 128px;
	width: 525px;
	float: right;
	padding: 70px 40px 40px;
}
#haskellPhoto {
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 192px;
	background-color: #FFFFFF;
}
#homeText .name {
	font-size: 14px;
}
#pageContent {
	margin: 0px;
	padding: 40px;
	height: auto;
	width: 720px;
	background-color: #FFFFFF;
}
h1, p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D1F1F;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
#pageContent   p, li, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F213C;
	line-height: 18px;
}
#pageContent p {
	margin-bottom: 18px;
}
#pageContent a:link {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}
#pageContent a:visited {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}
#pageContent a:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: normal;
}
#pageContent ul {
	list-style-type: square;
	border: thin solid #3D4178;
	width: 300px;
	padding: 10px 10px 10px 30px;
	margin-left: 0px;
	background-color: #E8E8E8;
	font-style: italic;
}
#pageContent hr {
	color: #1D1F3A;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pageContent  .photoRight {
	margin-bottom: 10px;
	margin-left: 10px;
}
#pageContent .photoLeft {
	margin-bottom: 10px;
	margin-right: 10px;
}
#seeAlso p  {
	font-style: italic;
	font-size: 10px;
}
#seeAlso  a:link {
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
#seeAlso a:visited {
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}
#seeAlso a:hover {
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
#seeAlso a:active {
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
