/* Integrative Wisdom Path *ABOUT* CSS Document */

html {width: 100%; height: 100%}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Palatino Linotype, Book Antiqua, Trebuchet, sans-serif;
}

#container {
	position: relative;
	width: 800px;
	height: 1600px;
	margin: 0 auto;
	padding: 0;
	background-color: #C8A2C8;
	border-left: 5px solid black;
	border-right: 5px solid black;
}

#top {
	position: absolute;
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
}

#top h1 {
	width: 560px;
	height: 80px;
	margin-top: 60px;
	margin-left: 215px;
}

#nav {
	position: absolute;
	width: 200px;
	height: 1250px;
	margin: 200px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
}

#nav ul{
	list-style-type: none;
	margin-top: -20px;
}

#nav li {
	padding-top: 30px;
}

#navbottom {
	position: absolute;
	width: 200px;
	height: 150px;
	margin: 1450px 0 0 0;
	padding: 0;
	background-image: url(../images/bg_nav_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	width: 600px;
	height: 1400px;
	margin-top: 200px;
	margin-left: 200px;
	padding: 0;
	background-image: url(../images/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #000000;
}

#biography {
	position: absolute;
	width: 550px;
	margin-top: -25px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

#biography h1 {
	width: 100%;
	color: black;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid black;
}

#biography p {
	width: 100%;
	text-align: justify;
}

img.bio {float: left; margin-right: 20px; margin-top: 20px; border: 1px solid black;}

#cv {
	position: absolute;
	margin-top: 375px;
	width: 550px;
	margin: 375px 25px 0 25px;
	padding: 0;
}

#cv h1 {
	width: 100%;
	color: #000000;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid black;
}

#cv h2 {
	font-size: 16px;
	font-style: italic;
	text-align: left;
	text-indent: 30px;
	text-decoration: underline;
}

#cv p {
	font-size: 12px;
	font-weight: bold;
	text-indent: 35px;
}

#cv ul {
	list-style-type: none;
	font-size: 12px;
}

#philosophy {
	position: absolute;
	width: 550px;
	margin-top: 785px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

#philosophy h1 {
	width: 100%;
	color: black;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid black;
}

#philosophy p {
	width: 100%;
	text-align: justify;
}