/* Integrative Wisdom Path *Main* CSS Document */

html {width: 100%; height: 100%}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Trebuchet, sans-serif;
}

#container {
	position: relative;
	width: 800px;
	height: 900px;
	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: 550px;
	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: 750px 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: 700px;
	margin-top: 200px;
	margin-left: 200px;
	padding: 0;
	background-image: url(../images/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#quote1 {
	position: absolute;
	width: 580px;
	height: auto;
	margin-top: -15px;
	margin-left: 10px;
	padding: 0;
}

#quote1 p {
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

#quote1 h1 {
	font-size: 16px;
	line-height: 0;
	text-align: right;
	padding-right: 50px;
	font-style: italic;
	color: black;
}

#quote2 {
	position: absolute;
	width: 580px;
	height: auto;
	margin-top: 55px;
	margin-left: 10px;
	padding: 0;
}

#quote2 p {
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

#quote2 h1 {
	font-size: 16px;
	line-height: 0;
	text-align: right;
	padding-right: 50px;
	font-style: italic;
	color: black;
}

#quote3 {
	position: absolute;
	width: 300px;
	height: auto;
	margin-top: 380px;
	margin-left: 10px;
	padding: 0;
}

#quote3 p {
	text-align: left;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

#quote3 h1 {
	font-size: 16px;
	text-align: right;
	padding-right: 50px;
	font-style: italic;
	color: black;
}

#note {
	position: absolute;
	width: 500px;
	height: auto;
	margin-top: 145px;
	margin-left: 30px;
	padding: 10px 15px;
}

#note h1 {
	width: 100%;
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: auto;
	text-align: center;
	font-style: italic;
	color: black;
}


#note p {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	color: black;
	font-size: 13px;
	border: 1px solid black;
	margin-top: -15px;
}

a:link {color: #FFFFCC; text-decoration: none;}
a:visited {color: #FFFFCC; text-decoration: none;}
a:hover {color: #CC00FF; text-decoration: underline;}
a:active {color: #CC00FF; text-decoration: none;}
