/* Integrative Wisdom Path *LINKS* 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;
	font-size: 13px;
}

#linklist {
	position: absolute;
	width: 550px;
	margin-top: -25px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

#linklist h1 {
	width: 100%;
	color: black;
	font-size: 32px;
	font-style: italic;
	text-align: left;
	text-indent: 15px;
	border-bottom: 1px solid black;
}

#linklist h2 {
	width: 450px;
	color: black;
	font-size: 18px;
	text-align: left;
	text-indent: 15px;
}

#linklist ul {
	width: 450px;
	list-style-type: none;
	list-style-position: inside;
}

a:link {color: #FFFFCC; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #CC00FF; text-decoration: underline;}
a:active {color: #CC00FF; text-decoration: none;}
